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

◆ MyLocalStore

LocalDataStore System.Runtime.Remoting.Contexts.Context.MyLocalStore
getprivate

Definition at line 429 of file Context.cs.

430 {
431 get
432 {
434 if (localDataStore == null)
435 {
436 if (!true)
437 {
438 }
439 if (this._localDataStore != null)
440 {
441 }
442 if (!true)
443 {
444 }
445 long num = 0L;
448 if (true)
449 {
451 }
452 if (num != 0L)
453 {
454 throw new OutOfMemoryException();
455 }
456 }
457 return this._localDataStore.m_Store;
458 }
459 }
class f__AnonymousType0<< Count > j__TPar
LocalDataStoreHolder _localDataStore
Definition Context.cs:549
static void Exit(object obj)
Definition Monitor.cs:47