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
ConfigHandler.cs
Go to the documentation of this file.
1using System;
10using Mono.Xml;
11
13{
14 [global::Cpp2ILInjected.Token(Token = "0x2000344")]
15 internal class ConfigHandler : Mono.Xml.SmallXmlParser.IContentHandler
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x6001BFA")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1B2682C", Offset = "0x1B2682C", Length = "0xA8")]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingConfiguration), Member = "LoadDefaultDelayedChannels", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ArrayList), Member = ".ctor", ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6001BFB")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1B29B80", Offset = "0x1B29B80", Length = "0xC4")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
33 {
34 typeof(string),
36 }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "CheckPath", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(string),
43 typeof(string)
44 }, ReturnType = typeof(string))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
47 private void ValidatePath(string element, params string[] paths)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6001BFC")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1B29C44", Offset = "0x1B29C44", Length = "0xD4")]
54 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ValidatePath", MemberParameters = new object[]
56 {
57 typeof(string),
58 typeof(string[])
59 }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
61 {
62 typeof(string),
64 }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
68 {
69 typeof(string),
70 typeof(string)
71 }, ReturnType = typeof(bool))]
72 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
73 private bool CheckPath(string path)
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x6001BFD")]
79 [global::Cpp2ILInjected.Address(RVA = "0x1B29D18", Offset = "0x1B29D18", Length = "0x4")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x6001BFE")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1B29D1C", Offset = "0x1B29D1C", Length = "0x4")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 public void OnProcessingInstruction(string name, string text)
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x6001BFF")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1B29D20", Offset = "0x1B29D20", Length = "0x4")]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 public void OnIgnorableWhitespace(string s)
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x6001C00")]
103 [global::Cpp2ILInjected.Address(RVA = "0x1B29D24", Offset = "0x1B29D24", Length = "0x19C")]
104 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
108 {
109 typeof(string),
111 }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
113 {
114 typeof(string),
115 typeof(string),
116 typeof(string)
117 }, ReturnType = typeof(string))]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
119 {
120 typeof(string),
121 typeof(string),
122 typeof(string),
123 typeof(string)
124 }, ReturnType = typeof(string))]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[]
126 {
127 typeof(string),
128 typeof(global::System.Exception)
129 }, ReturnType = typeof(void))]
130 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
132 {
133 throw null;
134 }
135
136 [global::Cpp2ILInjected.Token(Token = "0x6001C01")]
137 [global::Cpp2ILInjected.Address(RVA = "0x1B29EC0", Offset = "0x1B29EC0", Length = "0xF78")]
138 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "OnStartElement", MemberParameters = new object[]
140 {
141 typeof(string),
143 }, ReturnType = typeof(void))]
144 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
145 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadCustomProviderData", MemberParameters = new object[]
146 {
147 typeof(string),
149 }, ReturnType = typeof(void))]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::<PrivateImplementationDetails>), Member = "ComputeStringHash", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(uint))]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
152 {
153 typeof(string),
154 typeof(string)
155 }, ReturnType = typeof(bool))]
156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ValidatePath", MemberParameters = new object[]
157 {
158 typeof(string),
159 typeof(string[])
160 }, ReturnType = typeof(void))]
161 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "CheckPath", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadClientWellKnown", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
164 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadProvider", MemberParameters = new object[]
165 {
166 typeof(string),
168 typeof(bool)
169 }, ReturnType = typeof(ProviderData))]
170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChannelData), Member = "get_ServerProviders", ReturnType = typeof(global::System.Collections.ArrayList))]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadLifetine", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadInteropXml", MemberParameters = new object[]
173 {
175 typeof(bool)
176 }, ReturnType = typeof(void))]
177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadClientActivated", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
178 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadPreload", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadServiceWellKnown", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
180 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChannelData), Member = "get_ClientProviders", ReturnType = typeof(global::System.Collections.ArrayList))]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadChannel", MemberParameters = new object[]
182 {
184 typeof(bool)
185 }, ReturnType = typeof(void))]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ReadServiceActivated", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
187 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "SetCustomErrorsMode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterServerProviderTemplate", MemberParameters = new object[] { typeof(ProviderData) }, ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterClientProviderTemplate", MemberParameters = new object[] { typeof(ProviderData) }, ReturnType = typeof(void))]
190 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
191 {
192 typeof(string),
193 typeof(string),
194 typeof(string)
195 }, ReturnType = typeof(string))]
196 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
197 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 81)]
199 {
200 throw null;
201 }
202
203 [global::Cpp2ILInjected.Token(Token = "0x6001C02")]
204 [global::Cpp2ILInjected.Address(RVA = "0x1B2C628", Offset = "0x1B2C628", Length = "0x70")]
205 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
206 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
208 {
209 typeof(int),
210 typeof(int)
211 }, ReturnType = typeof(string))]
212 public void OnEndElement(string name)
213 {
214 throw null;
215 }
216
217 [global::Cpp2ILInjected.Token(Token = "0x6001C03")]
218 [global::Cpp2ILInjected.Address(RVA = "0x1B2AE40", Offset = "0x1B2AE40", Length = "0x328")]
219 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
221 {
222 typeof(string),
224 }, ReturnType = typeof(void))]
225 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Channels.SinkProviderData), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
227 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
229 {
230 throw null;
231 }
232
233 [global::Cpp2ILInjected.Token(Token = "0x6001C04")]
234 [global::Cpp2ILInjected.Address(RVA = "0x1B2B168", Offset = "0x1B2B168", Length = "0x51C")]
235 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
236 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
237 {
238 typeof(string),
240 }, ReturnType = typeof(void))]
241 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
242 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
243 {
244 typeof(string),
245 typeof(string)
246 }, ReturnType = typeof(bool))]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ParseTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.TimeSpan))]
248 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Lifetime.LifetimeServices), Member = "set_LeaseManagerPollTime", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(void))]
249 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
250 {
251 typeof(string),
252 typeof(string)
253 }, ReturnType = typeof(string))]
254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
255 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 29)]
257 {
258 throw null;
259 }
260
261 [global::Cpp2ILInjected.Token(Token = "0x6001C05")]
262 [global::Cpp2ILInjected.Address(RVA = "0x1B2C698", Offset = "0x1B2C698", Length = "0x3C4")]
263 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadLifetine", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
265 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
266 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
267 {
268 typeof(string),
269 typeof(string)
270 }, ReturnType = typeof(bool))]
271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
272 {
273 typeof(global::System.Array),
274 typeof(global::System.RuntimeFieldHandle)
275 }, ReturnType = typeof(void))]
276 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOfAny", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(int))]
277 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
278 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
279 {
280 typeof(int),
281 typeof(int)
282 }, ReturnType = typeof(string))]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(double), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(double))]
284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "FromDays", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.TimeSpan))]
285 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "FromHours", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.TimeSpan))]
286 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "FromMinutes", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.TimeSpan))]
287 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "FromSeconds", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.TimeSpan))]
288 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "FromMilliseconds", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.TimeSpan))]
289 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
290 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
291 {
292 typeof(string),
293 typeof(string)
294 }, ReturnType = typeof(string))]
295 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 35)]
296 private global::System.TimeSpan ParseTime(string s)
297 {
298 throw null;
299 }
300
301 [global::Cpp2ILInjected.Token(Token = "0x6001C06")]
302 [global::Cpp2ILInjected.Address(RVA = "0x1B2B684", Offset = "0x1B2B684", Length = "0x364")]
303 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
305 {
306 typeof(string),
308 }, ReturnType = typeof(void))]
309 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
310 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChannelData), Member = ".ctor", ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
312 {
313 typeof(string),
314 typeof(string)
315 }, ReturnType = typeof(bool))]
316 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChannelData), Member = "get_CustomProperties", ReturnType = typeof(global::System.Collections.Hashtable))]
317 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterChannelTemplate", MemberParameters = new object[] { typeof(ChannelData) }, ReturnType = typeof(void))]
318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
319 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
321 {
322 throw null;
323 }
324
325 [global::Cpp2ILInjected.Token(Token = "0x6001C07")]
326 [global::Cpp2ILInjected.Address(RVA = "0x1B2B9E8", Offset = "0x1B2B9E8", Length = "0x3A0")]
327 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
328 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
329 {
330 typeof(string),
332 }, ReturnType = typeof(void))]
333 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
334 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
335 {
336 typeof(string),
337 typeof(string)
338 }, ReturnType = typeof(bool))]
339 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ProviderData), Member = ".ctor", ReturnType = typeof(void))]
340 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Channels.SinkProviderData), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
341 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Stack), Member = ".ctor", ReturnType = typeof(void))]
342 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
343 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
345 {
346 throw null;
347 }
348
349 [global::Cpp2ILInjected.Token(Token = "0x6001C08")]
350 [global::Cpp2ILInjected.Address(RVA = "0x1B2C048", Offset = "0x1B2C048", Length = "0x134")]
351 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
352 {
353 typeof(string),
355 }, ReturnType = typeof(void))]
356 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
357 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "GetNotNull", MemberParameters = new object[]
358 {
360 typeof(string)
361 }, ReturnType = typeof(string))]
362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ExtractAssembly", MemberParameters = new object[] { typeof(ref string) }, ReturnType = typeof(string))]
363 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
364 {
365 typeof(string),
366 typeof(string)
367 }, ReturnType = typeof(bool))]
368 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ActivatedClientTypeEntry), Member = ".ctor", MemberParameters = new object[]
369 {
370 typeof(string),
371 typeof(string),
372 typeof(string)
373 }, ReturnType = typeof(void))]
374 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
375 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
377 {
378 throw null;
379 }
380
381 [global::Cpp2ILInjected.Token(Token = "0x6001C09")]
382 [global::Cpp2ILInjected.Address(RVA = "0x1B2C17C", Offset = "0x1B2C17C", Length = "0xBC")]
383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
384 {
385 typeof(string),
387 }, ReturnType = typeof(void))]
388 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
389 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "GetNotNull", MemberParameters = new object[]
390 {
392 typeof(string)
393 }, ReturnType = typeof(string))]
394 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ExtractAssembly", MemberParameters = new object[] { typeof(ref string) }, ReturnType = typeof(string))]
395 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ActivatedServiceTypeEntry), Member = ".ctor", MemberParameters = new object[]
396 {
397 typeof(string),
398 typeof(string)
399 }, ReturnType = typeof(void))]
400 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
402 {
403 throw null;
404 }
405
406 [global::Cpp2ILInjected.Token(Token = "0x6001C0A")]
407 [global::Cpp2ILInjected.Address(RVA = "0x1B2BD88", Offset = "0x1B2BD88", Length = "0xE8")]
408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
409 {
410 typeof(string),
412 }, ReturnType = typeof(void))]
413 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "GetNotNull", MemberParameters = new object[]
415 {
417 typeof(string)
418 }, ReturnType = typeof(string))]
419 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ExtractAssembly", MemberParameters = new object[] { typeof(ref string) }, ReturnType = typeof(string))]
420 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WellKnownClientTypeEntry), Member = ".ctor", MemberParameters = new object[]
421 {
422 typeof(string),
423 typeof(string),
424 typeof(string)
425 }, ReturnType = typeof(void))]
426 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
428 {
429 throw null;
430 }
431
432 [global::Cpp2ILInjected.Token(Token = "0x6001C0B")]
433 [global::Cpp2ILInjected.Address(RVA = "0x1B2BE70", Offset = "0x1B2BE70", Length = "0x1D8")]
434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
435 {
436 typeof(string),
438 }, ReturnType = typeof(void))]
439 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "GetNotNull", MemberParameters = new object[]
441 {
443 typeof(string)
444 }, ReturnType = typeof(string))]
445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "ExtractAssembly", MemberParameters = new object[] { typeof(ref string) }, ReturnType = typeof(string))]
446 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
447 {
448 typeof(string),
449 typeof(string)
450 }, ReturnType = typeof(bool))]
451 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WellKnownServiceTypeEntry), Member = ".ctor", MemberParameters = new object[]
452 {
453 typeof(string),
454 typeof(string),
455 typeof(string),
456 typeof(WellKnownObjectMode)
457 }, ReturnType = typeof(void))]
458 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
459 {
460 typeof(string),
461 typeof(string),
462 typeof(string)
463 }, ReturnType = typeof(string))]
464 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
465 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
467 {
468 throw null;
469 }
470
471 [global::Cpp2ILInjected.Token(Token = "0x6001C0C")]
472 [global::Cpp2ILInjected.Address(RVA = "0x1B2C238", Offset = "0x1B2C238", Length = "0x178")]
473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
474 {
475 typeof(string),
477 }, ReturnType = typeof(void))]
478 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
479 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = "GetNotNull", MemberParameters = new object[]
480 {
482 typeof(string)
483 }, ReturnType = typeof(string))]
484 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Split", MemberParameters = new object[]
485 {
486 typeof(char),
487 typeof(global::System.StringSplitOptions)
488 }, ReturnType = typeof(string[]))]
489 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
490 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoapServices), Member = "RegisterInteropXmlElement", MemberParameters = new object[]
491 {
492 typeof(string),
493 typeof(string),
494 typeof(global::System.Type)
495 }, ReturnType = typeof(void))]
496 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoapServices), Member = "RegisterInteropXmlType", MemberParameters = new object[]
497 {
498 typeof(string),
499 typeof(string),
500 typeof(global::System.Type)
501 }, ReturnType = typeof(void))]
502 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
504 {
505 throw null;
506 }
507
508 [global::Cpp2ILInjected.Token(Token = "0x6001C0D")]
509 [global::Cpp2ILInjected.Address(RVA = "0x1B2C3B0", Offset = "0x1B2C3B0", Length = "0x278")]
510 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
511 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
512 {
513 typeof(string),
515 }, ReturnType = typeof(void))]
516 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
517 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoapServices), Member = "PreLoad", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
518 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.Assembly), Member = "Load", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Reflection.Assembly))]
519 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoapServices), Member = "PreLoad", MemberParameters = new object[] { typeof(global::System.Reflection.Assembly) }, ReturnType = typeof(void))]
520 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
521 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
523 {
524 throw null;
525 }
526
527 [global::Cpp2ILInjected.Token(Token = "0x6001C0E")]
528 [global::Cpp2ILInjected.Address(RVA = "0x1B2CBD0", Offset = "0x1B2CBD0", Length = "0x130")]
529 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadClientActivated", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadServiceActivated", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadClientWellKnown", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadServiceWellKnown", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadInteropXml", MemberParameters = new object[]
535 {
537 typeof(bool)
538 }, ReturnType = typeof(void))]
539 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
541 {
542 typeof(string),
543 typeof(string)
544 }, ReturnType = typeof(bool))]
545 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
546 {
547 typeof(string),
548 typeof(string)
549 }, ReturnType = typeof(string))]
550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
551 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
552 private string GetNotNull(Mono.Xml.SmallXmlParser.IAttrList attrs, string name)
553 {
554 throw null;
555 }
556
557 [global::Cpp2ILInjected.Token(Token = "0x6001C0F")]
558 [global::Cpp2ILInjected.Address(RVA = "0x1B2CD00", Offset = "0x1B2CD00", Length = "0xA8")]
559 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadClientActivated", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
560 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadServiceActivated", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
561 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadClientWellKnown", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
562 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadServiceWellKnown", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
563 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
564 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
565 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
566 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
567 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
568 {
569 typeof(int),
570 typeof(int)
571 }, ReturnType = typeof(string))]
572 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
573 private string ExtractAssembly(ref string type)
574 {
575 throw null;
576 }
577
578 [global::Cpp2ILInjected.Token(Token = "0x6001C10")]
579 [global::Cpp2ILInjected.Address(RVA = "0x1B2CDA8", Offset = "0x1B2CDA8", Length = "0x4")]
580 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
581 public void OnChars(string ch)
582 {
583 throw null;
584 }
585
586 [global::Cpp2ILInjected.Token(Token = "0x6001C11")]
587 [global::Cpp2ILInjected.Address(RVA = "0x1B2CDAC", Offset = "0x1B2CDAC", Length = "0xF4")]
588 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
589 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
590 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterChannels", MemberParameters = new object[]
591 {
592 typeof(global::System.Collections.ArrayList),
593 typeof(bool)
594 }, ReturnType = typeof(void))]
595 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterTypes", MemberParameters = new object[] { typeof(global::System.Collections.ArrayList) }, ReturnType = typeof(void))]
596 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
598 {
599 throw null;
600 }
601
602 [global::Cpp2ILInjected.Token(Token = "0x4000E3F")]
603 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
604 private global::System.Collections.ArrayList typeEntries;
605
606 [global::Cpp2ILInjected.Token(Token = "0x4000E40")]
607 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
608 private global::System.Collections.ArrayList channelInstances;
609
610 [global::Cpp2ILInjected.Token(Token = "0x4000E41")]
611 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
613
614 [global::Cpp2ILInjected.Token(Token = "0x4000E42")]
615 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
616 private global::System.Collections.Stack currentProviderData;
617
618 [global::Cpp2ILInjected.Token(Token = "0x4000E43")]
619 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
620 private string currentClientUrl;
621
622 [global::Cpp2ILInjected.Token(Token = "0x4000E44")]
623 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
624 private string appName;
625
626 [global::Cpp2ILInjected.Token(Token = "0x4000E45")]
627 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
628 private string currentXmlPath;
629
630 [global::Cpp2ILInjected.Token(Token = "0x4000E46")]
631 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
633 }
634}
class f__AnonymousType0<< Count > j__TPar
string ExtractAssembly(ref string type)
void ReadClientWellKnown(Mono.Xml.SmallXmlParser.IAttrList attrs)
global::System.Collections.ArrayList typeEntries
void OnEndParsing(Mono.Xml.SmallXmlParser parser)
string GetNotNull(Mono.Xml.SmallXmlParser.IAttrList attrs, string name)
global::System.Collections.ArrayList channelInstances
void OnStartParsing(Mono.Xml.SmallXmlParser parser)
void ParseElement(string name, Mono.Xml.SmallXmlParser.IAttrList attrs)
void ReadCustomProviderData(string name, Mono.Xml.SmallXmlParser.IAttrList attrs)
void ReadClientActivated(Mono.Xml.SmallXmlParser.IAttrList attrs)
ProviderData ReadProvider(string name, Mono.Xml.SmallXmlParser.IAttrList attrs, bool isTemplate)
global::System.TimeSpan ParseTime(string s)
global::System.Collections.Stack currentProviderData
void OnStartElement(string name, Mono.Xml.SmallXmlParser.IAttrList attrs)
void ReadServiceWellKnown(Mono.Xml.SmallXmlParser.IAttrList attrs)
void ReadPreload(Mono.Xml.SmallXmlParser.IAttrList attrs)
void OnProcessingInstruction(string name, string text)
ConfigHandler(bool onlyDelayedChannels)
void ReadLifetine(Mono.Xml.SmallXmlParser.IAttrList attrs)
void ReadChannel(Mono.Xml.SmallXmlParser.IAttrList attrs, bool isTemplate)
void ReadInteropXml(Mono.Xml.SmallXmlParser.IAttrList attrs, bool isElement)
void ReadServiceActivated(Mono.Xml.SmallXmlParser.IAttrList attrs)
void ValidatePath(string element, params string[] paths)