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

◆ Finalize()

override void System.LocalDataStoreSlot.Finalize ( )
inlineprotected

Definition at line 49 of file LocalDataStoreSlot.cs.

50 {
52 if (mgr != null)
53 {
54 int slot = this.m_slot;
55 long cookie = this.m_cookie;
56 mgr.FreeDataSlot(slot, cookie);
57 }
58 base.Finalize();
59 }
class f__AnonymousType0<< Count > j__TPar
void FreeDataSlot(int slot, long cookie)

References System.LocalDataStoreMgr.FreeDataSlot(), j__TPar, System.LocalDataStoreSlot.m_cookie, System.LocalDataStoreSlot.m_mgr, and System.LocalDataStoreSlot.m_slot.