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
SecurityDocument.cs
Go to the documentation of this file.
1using System;
3using System.Text;
6
7namespace System.Security
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000294")]
10 [global::System.Serializable]
11 internal sealed class SecurityDocument
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60016C2")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1AE9DC4", Offset = "0x1AE9DC4", Length = "0x68")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Util.Parser), Member = "ParseContents", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60016C3")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1AE9E2C", Offset = "0x1AE9E2C", Length = "0x98")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "AddString", MemberParameters = new object[]
28 {
29 typeof(string),
30 typeof(ref int)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "AddToken", MemberParameters = new object[]
33 {
34 typeof(byte),
35 typeof(ref int)
36 }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Util.Parser), Member = "ParseContents", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
40 {
41 typeof(global::System.Array),
42 typeof(int),
43 typeof(global::System.Array),
44 typeof(int),
45 typeof(int)
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
48 public void GuaranteeSize(int size)
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x60016C4")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1AE9EC4", Offset = "0x1AE9EC4", Length = "0x100")]
55 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "AppendString", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(ref int)
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Util.Parser), Member = "ParseContents", ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityDocument), Member = "GuaranteeSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
65 public void AddString(string str, ref int position)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x60016C5")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1AE9FC4", Offset = "0x1AE9FC4", Length = "0x6C")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Util.Parser), Member = "ParseContents", ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityDocument), Member = "AddString", MemberParameters = new object[]
76 {
77 typeof(string),
78 typeof(ref int)
79 }, ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlSyntaxException), Member = ".ctor", ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
82 public void AppendString(string str, ref int position)
83 {
84 throw null;
85 }
86
87 [global::Cpp2ILInjected.Token(Token = "0x60016C6")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1AEA030", Offset = "0x1AEA030", Length = "0x10")]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 public static int EncodedStringSize(string str)
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x60016C7")]
96 [global::Cpp2ILInjected.Address(RVA = "0x1AEA040", Offset = "0x1AEA040", Length = "0x254")]
97 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "InternalGetElement", MemberParameters = new object[]
99 {
100 typeof(ref int),
101 typeof(bool)
102 }, ReturnType = typeof(SecurityElement))]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SharedStatics), Member = "GetSharedStringMaker", ReturnType = typeof(global::System.Security.Util.Tokenizer.StringMaker))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", ReturnType = typeof(void))]
106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[]
107 {
108 typeof(char[]),
109 typeof(int),
110 typeof(int)
111 }, ReturnType = typeof(global::System.Text.StringBuilder))]
112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Util.Tokenizer.StringMaker), Member = "MakeString", ReturnType = typeof(string))]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SharedStatics), Member = "ReleaseSharedStringMaker", MemberParameters = new object[] { typeof(ref global::System.Security.Util.Tokenizer.StringMaker) }, ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
115 public string GetString(ref int position, bool bCreate)
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x60016C8")]
121 [global::Cpp2ILInjected.Address(RVA = "0x1AEA4BC", Offset = "0x1AEA4BC", Length = "0x44")]
122 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityDocument), Member = "GuaranteeSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
125 public void AddToken(byte b, ref int position)
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x60016C9")]
131 [global::Cpp2ILInjected.Address(RVA = "0x1AEA500", Offset = "0x1AEA500", Length = "0x1C")]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
133 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityDocument), Member = "InternalGetElement", MemberParameters = new object[]
134 {
135 typeof(ref int),
136 typeof(bool)
137 }, ReturnType = typeof(SecurityElement))]
139 {
140 throw null;
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x60016CA")]
144 [global::Cpp2ILInjected.Address(RVA = "0x1AEA51C", Offset = "0x1AEA51C", Length = "0x1C")]
145 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
146 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityDocument), Member = "InternalGetElement", MemberParameters = new object[]
147 {
148 typeof(ref int),
149 typeof(bool)
150 }, ReturnType = typeof(SecurityElement))]
151 public SecurityElement GetElement(int position, bool bCreate)
152 {
153 throw null;
154 }
155
156 [global::Cpp2ILInjected.Token(Token = "0x60016CB")]
157 [global::Cpp2ILInjected.Address(RVA = "0x1AEA538", Offset = "0x1AEA538", Length = "0x1BC")]
158 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "GetRootElement", ReturnType = typeof(SecurityElement))]
160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "GetElement", MemberParameters = new object[]
161 {
162 typeof(int),
163 typeof(bool)
164 }, ReturnType = typeof(SecurityElement))]
165 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "InternalGetElement", MemberParameters = new object[]
166 {
167 typeof(ref int),
168 typeof(bool)
169 }, ReturnType = typeof(SecurityElement))]
170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Util.Parser), Member = "GetTopElement", ReturnType = typeof(SecurityElement))]
171 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityDocument), Member = "GetString", MemberParameters = new object[]
173 {
174 typeof(ref int),
175 typeof(bool)
176 }, ReturnType = typeof(string))]
177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityElement), Member = ".ctor", MemberParameters = new object[]
178 {
179 typeof(string),
180 typeof(string)
181 }, ReturnType = typeof(void))]
182 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityElement), Member = "AddAttribute", MemberParameters = new object[]
183 {
184 typeof(string),
185 typeof(string)
186 }, ReturnType = typeof(void))]
187 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityDocument), Member = "InternalGetElement", MemberParameters = new object[]
188 {
189 typeof(ref int),
190 typeof(bool)
191 }, ReturnType = typeof(SecurityElement))]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityElement), Member = "AddChild", MemberParameters = new object[] { typeof(SecurityElement) }, ReturnType = typeof(void))]
193 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlSyntaxException), Member = ".ctor", ReturnType = typeof(void))]
194 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
195 internal SecurityElement InternalGetElement(ref int position, bool bCreate)
196 {
197 throw null;
198 }
199
200 [global::Cpp2ILInjected.Token(Token = "0x4000B96")]
201 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
202 internal byte[] m_data;
203 }
204}
class f__AnonymousType0<< Count > j__TPar
void AppendString(string str, ref int position)
void AddToken(byte b, ref int position)
string GetString(ref int position, bool bCreate)
static int EncodedStringSize(string str)
SecurityElement InternalGetElement(ref int position, bool bCreate)
SecurityElement GetElement(int position, bool bCreate)
void AddString(string str, ref int position)