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.LocalDataStoreHolder.Finalize ( )
inlineprotected

Definition at line 15 of file LocalDataStoreHolder.cs.

16 {
17 LocalDataStore store = this.m_Store;
18 if (store != null)
19 {
21 }
22 base.Finalize();
23 }
class f__AnonymousType0<< Count > j__TPar
void DeleteLocalDataStore(LocalDataStore store)
LocalDataStoreMgr m_Manager

References System.LocalDataStoreMgr.DeleteLocalDataStore(), j__TPar, System.LocalDataStore.m_Manager, and System.LocalDataStoreHolder.m_Store.