terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetValueForNameIndex()

object System.Resources.ResourceReader.GetValueForNameIndex ( int index)
inlineprivate

Definition at line 235 of file ResourceReader.cs.

236 {
237 int namePosition = this.GetNamePosition(index);
238 Monitor.Enter(this, index != 0);
239 BinaryReader store = this._store;
241 this.SkipString();
242 BinaryReader store2 = this._store;
245 int version = this._version;
246 object obj;
247 return obj;
248 }
class f__AnonymousType0<< Count > j__TPar
unsafe int GetNamePosition(int index)
static void Enter(object obj)
Definition Monitor.cs:11

References System.Resources.ResourceReader._dataSectionOffset, System.Resources.ResourceReader._nameSectionOffset, System.Resources.ResourceReader._store, System.Resources.ResourceReader._version, System.Threading.Monitor.Enter(), System.Resources.ResourceReader.GetNamePosition(), System.index, j__TPar, System.obj, and System.Resources.ResourceReader.SkipString().