terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
LocalDataStoreHolder.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200013F")]
8 internal sealed class LocalDataStoreHolder
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000CAD")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1C5C30C", Offset = "0x1C5C30C", Length = "0x28")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public LocalDataStoreHolder(global::System.LocalDataStore store)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000CAE")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1C5C334", Offset = "0x1C5C334", Length = "0xA0")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.LocalDataStoreMgr), Member = "DeleteLocalDataStore", MemberParameters = new object[] { typeof(global::System.LocalDataStore) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Finalize", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
26 protected override void Finalize()
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x17000118")]
32 public global::System.LocalDataStore Store
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x6000CAF")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1C5C3E0", Offset = "0x1C5C3E0", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 get
38 {
39 throw null;
40 }
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x40004E7")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
45 private global::System.LocalDataStore m_Store;
46 }
47}
class f__AnonymousType0<< Count > j__TPar
global::System.LocalDataStore m_Store
global::System.LocalDataStore Store
LocalDataStoreHolder(global::System.LocalDataStore store)
LocalDataStore(global::System.LocalDataStoreMgr mgr, int InitialCapacity)