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
SharedStatics.cs
Go to the documentation of this file.
1using System;
8
9namespace System
10{
11 [global::Cpp2ILInjected.Token(Token = "0x200015C")]
12 internal sealed class SharedStatics
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000E24")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C75170", Offset = "0x1C75170", Length = "0x4")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 private SharedStatics()
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000E25")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C75178", Offset = "0x1C75178", Length = "0x1AC")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityDocument), Member = "GetString", MemberParameters = new object[]
26 {
27 typeof(ref int),
28 typeof(bool)
29 }, ReturnType = typeof(string))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Util.Tokenizer), Member = "BasicInitialization", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "PrepareConstrainedRegions", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
34 {
35 typeof(object),
36 typeof(ref bool)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Util.Tokenizer.StringMaker), Member = ".ctor", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
41 public static global::System.Security.Util.Tokenizer.StringMaker GetSharedStringMaker()
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6000E26")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1C75324", Offset = "0x1C75324", Length = "0x144")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityDocument), Member = "GetString", MemberParameters = new object[]
50 {
51 typeof(ref int),
52 typeof(bool)
53 }, ReturnType = typeof(string))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Util.Tokenizer), Member = "Recycle", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "PrepareConstrainedRegions", ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
58 {
59 typeof(object),
60 typeof(ref bool)
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
64 public static void ReleaseSharedStringMaker(ref global::System.Security.Util.Tokenizer.StringMaker maker)
65 {
66 throw null;
67 }
68
69 // Note: this type is marked as 'beforefieldinit'.
70 [global::Cpp2ILInjected.Token(Token = "0x6000E27")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1C75468", Offset = "0x1C75468", Length = "0x50")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x4000568")]
80 private static readonly global::System.SharedStatics _sharedStatics;
81
82 [global::Cpp2ILInjected.Token(Token = "0x4000569")]
83 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
84 private global::System.Security.Util.Tokenizer.StringMaker _maker;
85 }
86}
class f__AnonymousType0<< Count > j__TPar
static global::System.Security.Util.Tokenizer.StringMaker GetSharedStringMaker()
static readonly global::System.SharedStatics _sharedStatics
static void ReleaseSharedStringMaker(ref global::System.Security.Util.Tokenizer.StringMaker maker)
global::System.Security.Util.Tokenizer.StringMaker _maker