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

◆ PopulateElement()

LocalDataStoreElement System.LocalDataStore.PopulateElement ( LocalDataStoreSlot slot)
inlineprivate

Definition at line 69 of file LocalDataStore.cs.

70 {
72 LocalDataStoreMgr manager = this.m_Manager;
73 long cookie = this.m_DataTable.m_cookie;
75 long cookie2 = this.m_DataTable.m_cookie;
76 if (slotInfoTable == null)
77 {
78 long cookie3 = slot.m_cookie;
80 }
81 long num = 0L;
83 if (num == 0L)
84 {
85 }
86 throw new OutOfMemoryException();
87 }
class f__AnonymousType0<< Count > j__TPar
LocalDataStoreMgr m_Manager
LocalDataStoreElement[] m_DataTable
static void Exit(object obj)
Definition Monitor.cs:47

References System.Threading.Monitor.Exit(), j__TPar, System.L, System.LocalDataStoreElement.m_cookie, System.LocalDataStore.m_DataTable, System.LocalDataStore.m_Manager, System.LocalDataStoreMgr.m_SlotInfoTable, and System.Runtime.CompilerServices.RuntimeHelpers.PrepareConstrainedRegions().