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
LocalDataStoreHolder.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x0200013F RID: 319
6 internal sealed class LocalDataStoreHolder
7 {
8 // Token: 0x06000CAD RID: 3245 RVA: 0x0001B8DC File Offset: 0x00019ADC
10 {
11 this.m_Store = store;
12 }
13
14 // Token: 0x06000CAE RID: 3246 RVA: 0x0001B8F8 File Offset: 0x00019AF8
15 protected override void Finalize()
16 {
17 LocalDataStore store = this.m_Store;
18 if (store != null)
19 {
21 }
22 base.Finalize();
23 }
24
25 // Token: 0x17000118 RID: 280
26 // (get) Token: 0x06000CAF RID: 3247 RVA: 0x0001B944 File Offset: 0x00019B44
28 {
29 get
30 {
31 return this.m_Store;
32 }
33 }
34
35 // Token: 0x040004E7 RID: 1255
37 }
38}
class f__AnonymousType0<< Count > j__TPar
LocalDataStoreHolder(LocalDataStore store)
void DeleteLocalDataStore(LocalDataStore store)
LocalDataStoreMgr m_Manager