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
ArgumentNullException.cs
Go to the documentation of this file.
1using System;
10using System.IO;
23using System.Security;
29using System.Text;
32using Cpp2ILInjected;
35
36namespace System
37{
38 [global::Cpp2ILInjected.Token(Token = "0x2000084")]
39 [global::System.Serializable]
40 public class ArgumentNullException : global::System.ArgumentException
41 {
42 [global::Cpp2ILInjected.Token(Token = "0x60003CE")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1BB5DFC", Offset = "0x1BB5DFC", Length = "0x5C")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "SanityCheckGenericArguments", MemberParameters = new object[]
46 {
47 typeof(global::System.RuntimeType[]),
48 typeof(global::System.RuntimeType[])
49 }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetPropertyImpl", MemberParameters = new object[]
51 {
52 typeof(string),
53 typeof(global::System.Reflection.BindingFlags),
54 typeof(global::System.Reflection.Binder),
55 typeof(global::System.Type),
56 typeof(global::System.Type[]),
57 typeof(global::System.Reflection.ParameterModifier[])
58 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEvent", MemberParameters = new object[]
60 {
61 typeof(string),
62 typeof(global::System.Reflection.BindingFlags)
63 }, ReturnType = typeof(global::System.Reflection.EventInfo))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetField", MemberParameters = new object[]
65 {
66 typeof(string),
67 typeof(global::System.Reflection.BindingFlags)
68 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetNestedType", MemberParameters = new object[]
70 {
71 typeof(string),
72 typeof(global::System.Reflection.BindingFlags)
73 }, ReturnType = typeof(global::System.Type))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetMember", MemberParameters = new object[]
75 {
76 typeof(string),
77 typeof(global::System.Reflection.MemberTypes),
78 typeof(global::System.Reflection.BindingFlags)
79 }, ReturnType = typeof(global::System.Reflection.MemberInfo[]))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakeGenericType", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Type))]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskToApm), Member = "End", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskToApm), Member = "End", MemberTypeParameters = new object[] { "TResult" }, MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "TResult")]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.RemotingSurrogate), Member = "GetObjectData", MemberParameters = new object[]
84 {
85 typeof(object),
86 typeof(global::System.Runtime.Serialization.SerializationInfo),
87 typeof(global::System.Runtime.Serialization.StreamingContext)
88 }, ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ObjRefSurrogate), Member = "GetObjectData", MemberParameters = new object[]
90 {
91 typeof(object),
92 typeof(global::System.Runtime.Serialization.SerializationInfo),
93 typeof(global::System.Runtime.Serialization.StreamingContext)
94 }, ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
96 {
97 typeof(global::System.Array),
98 typeof(global::System.RuntimeFieldHandle)
99 }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "MakeGenericMethod", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.RegionInfo), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListener", Member = "set_ExtendedProtectionSelectorDelegate", MemberParameters = new object[] { "System.Net.HttpListener.ExtendedProtectionSelector" }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
105 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x60003CF")]
112 [global::Cpp2ILInjected.Address(RVA = "0x1BAEEE4", Offset = "0x1BAEEE4", Length = "0x6C")]
113 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GraphicsDevice", Member = ".ctor", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.GraphicsAdapter", "Microsoft.Xna.Framework.Graphics.GraphicsProfile", "Microsoft.Xna.Framework.Graphics.PresentationParameters" }, ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GraphicsDevice", Member = "set_RasterizerState", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.RasterizerState" }, ReturnType = typeof(void))]
116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GraphicsDevice", Member = "set_BlendState", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.BlendState" }, ReturnType = typeof(void))]
117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GraphicsDevice", Member = "set_DepthStencilState", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.DepthStencilState" }, ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GraphicsDevice", Member = "Reset", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.PresentationParameters" }, ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.RenderTargetBinding", Member = ".ctor", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.RenderTarget2D" }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SamplerStateCollection", Member = "set_Item", MemberParameters = new object[]
121 {
122 typeof(int),
123 "Microsoft.Xna.Framework.Graphics.SamplerState"
124 }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SpriteBatch", Member = "CheckValid", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.Texture2D" }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SpriteBatch", Member = "CheckValid", MemberParameters = new object[]
127 {
128 "Microsoft.Xna.Framework.Graphics.SpriteFont",
129 typeof(string)
130 }, ReturnType = typeof(void))]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SpriteBatch", Member = "CheckValid", MemberParameters = new object[]
132 {
133 "Microsoft.Xna.Framework.Graphics.SpriteFont",
134 typeof(global::System.Text.StringBuilder)
135 }, ReturnType = typeof(void))]
136 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Content.Asset`1", Member = "SubmitLoadedContent", MemberParameters = new object[] { "T", "ReLogic.Content.Sources.IContentSource" }, ReturnType = typeof(void))]
137 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "GetParametersFromCapiPrivateKeyBlob", MemberParameters = new object[]
138 {
139 typeof(byte[]),
140 typeof(int)
141 }, ReturnType = typeof(global::System.Security.Cryptography.RSAParameters))]
142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "FromCapiPrivateKeyBlobDSA", MemberParameters = new object[]
143 {
144 typeof(byte[]),
145 typeof(int)
146 }, ReturnType = typeof(global::System.Security.Cryptography.DSA))]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "GetParametersFromCapiPublicKeyBlob", MemberParameters = new object[]
148 {
149 typeof(byte[]),
150 typeof(int)
151 }, ReturnType = typeof(global::System.Security.Cryptography.RSAParameters))]
152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "FromCapiPublicKeyBlobDSA", MemberParameters = new object[]
153 {
154 typeof(byte[]),
155 typeof(int)
156 }, ReturnType = typeof(global::System.Security.Cryptography.DSA))]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "FromCapiKeyBlob", MemberParameters = new object[]
158 {
159 typeof(byte[]),
160 typeof(int)
161 }, ReturnType = typeof(global::System.Security.Cryptography.RSA))]
162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "FromCapiKeyBlobDSA", MemberParameters = new object[]
163 {
164 typeof(byte[]),
165 typeof(int)
166 }, ReturnType = typeof(global::System.Security.Cryptography.DSA))]
167 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.KeyPairPersistence), Member = ".ctor", MemberParameters = new object[]
168 {
169 typeof(global::System.Security.Cryptography.CspParameters),
170 typeof(string)
171 }, ReturnType = typeof(void))]
172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.SymmetricTransform), Member = "CheckInput", MemberParameters = new object[]
173 {
174 typeof(byte[]),
175 typeof(int),
176 typeof(int)
177 }, ReturnType = typeof(void))]
178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.SymmetricTransform), Member = "TransformBlock", MemberParameters = new object[]
179 {
180 typeof(byte[]),
181 typeof(int),
182 typeof(int),
183 typeof(byte[]),
184 typeof(int)
185 }, ReturnType = typeof(int))]
186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.DSAManaged), Member = "CreateSignature", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.DSAManaged), Member = "VerifySignature", MemberParameters = new object[]
188 {
189 typeof(byte[]),
190 typeof(byte[])
191 }, ReturnType = typeof(bool))]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
193 {
194 typeof(string),
195 typeof(string),
196 typeof(global::System.Globalization.CultureInfo),
197 typeof(global::System.Globalization.CompareOptions)
198 }, ReturnType = typeof(int))]
199 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "EndsWith", MemberParameters = new object[]
200 {
201 typeof(string),
202 typeof(global::System.StringComparison)
203 }, ReturnType = typeof(bool))]
204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[]
206 {
207 typeof(string),
208 typeof(global::System.StringComparison)
209 }, ReturnType = typeof(bool))]
210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Format", MemberParameters = new object[]
212 {
213 typeof(string),
214 typeof(object[])
215 }, ReturnType = typeof(string))]
216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Format", MemberParameters = new object[]
217 {
218 typeof(global::System.IFormatProvider),
219 typeof(string),
220 typeof(object[])
221 }, ReturnType = typeof(string))]
222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "FormatHelper", MemberParameters = new object[]
223 {
224 typeof(global::System.IFormatProvider),
225 typeof(string),
226 typeof(global::System.ParamsArray)
227 }, ReturnType = typeof(string))]
228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Insert", MemberParameters = new object[]
229 {
230 typeof(int),
231 typeof(string)
232 }, ReturnType = typeof(string))]
233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Join", MemberParameters = new object[]
234 {
235 typeof(string),
236 typeof(string[])
237 }, ReturnType = typeof(string))]
238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Join", MemberParameters = new object[]
239 {
240 typeof(string),
241 typeof(global::System.Collections.Generic.IEnumerable<string>)
242 }, ReturnType = typeof(string))]
243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "JoinCore", MemberParameters = new object[]
244 {
245 typeof(char*),
246 typeof(int),
247 typeof(string[]),
248 typeof(int),
249 typeof(int)
250 }, ReturnType = typeof(string))]
251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
252 {
253 typeof(string),
254 typeof(string)
255 }, ReturnType = typeof(string))]
256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "ToLower", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(string))]
257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "ToUpper", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(string))]
258 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "IndexOfAny", MemberParameters = new object[]
259 {
260 typeof(char[]),
261 typeof(int),
262 typeof(int)
263 }, ReturnType = typeof(int))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[]
265 {
266 typeof(string),
267 typeof(int),
268 typeof(int),
269 typeof(global::System.StringComparison)
270 }, ReturnType = typeof(int))]
271 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "LastIndexOfAny", MemberParameters = new object[]
272 {
273 typeof(char[]),
274 typeof(int),
275 typeof(int)
276 }, ReturnType = typeof(int))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "LastIndexOf", MemberParameters = new object[]
278 {
279 typeof(string),
280 typeof(int),
281 typeof(int),
282 typeof(global::System.StringComparison)
283 }, ReturnType = typeof(int))]
284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Ctor", MemberParameters = new object[]
285 {
286 typeof(char[]),
287 typeof(int),
288 typeof(int)
289 }, ReturnType = typeof(string))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Ctor", MemberParameters = new object[]
291 {
292 typeof(sbyte*),
293 typeof(int),
294 typeof(int)
295 }, ReturnType = typeof(string))]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Ctor", MemberParameters = new object[]
297 {
298 typeof(sbyte*),
299 typeof(int),
300 typeof(int),
301 typeof(global::System.Text.Encoding)
302 }, ReturnType = typeof(string))]
303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Create", MemberTypeParameters = new object[] { "TState" }, MemberParameters = new object[]
304 {
305 typeof(int),
306 "TState",
307 "System.Buffers.SpanAction`2<Char, TState>"
308 }, ReturnType = typeof(string))]
309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Copy", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "CopyTo", MemberParameters = new object[]
311 {
312 typeof(int),
313 typeof(char[]),
314 typeof(int),
315 typeof(int)
316 }, ReturnType = typeof(void))]
317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
318 {
319 typeof(global::System.Runtime.Serialization.SerializationInfo),
320 typeof(global::System.Runtime.Serialization.StreamingContext)
321 }, ReturnType = typeof(void))]
322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = ".ctor", MemberParameters = new object[]
323 {
324 typeof(global::System.Runtime.Serialization.SerializationInfo),
325 typeof(global::System.Runtime.Serialization.StreamingContext)
326 }, ReturnType = typeof(void))]
327 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.TransitionTime), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
328 {
329 typeof(global::System.Runtime.Serialization.SerializationInfo),
330 typeof(global::System.Runtime.Serialization.StreamingContext)
331 }, ReturnType = typeof(void))]
332 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.TransitionTime), Member = ".ctor", MemberParameters = new object[]
333 {
334 typeof(global::System.Runtime.Serialization.SerializationInfo),
335 typeof(global::System.Runtime.Serialization.StreamingContext)
336 }, ReturnType = typeof(void))]
337 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertTime", MemberParameters = new object[]
338 {
339 typeof(global::System.DateTime),
340 typeof(global::System.TimeZoneInfo),
341 typeof(global::System.TimeZoneInfo),
342 typeof(global::System.TimeZoneInfoOptions),
343 "System.TimeZoneInfo.CachedData"
344 }, ReturnType = typeof(global::System.DateTime))]
345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "HasSameRules", MemberParameters = new object[] { typeof(global::System.TimeZoneInfo) }, ReturnType = typeof(bool))]
346 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
347 {
348 typeof(global::System.Runtime.Serialization.SerializationInfo),
349 typeof(global::System.Runtime.Serialization.StreamingContext)
350 }, ReturnType = typeof(void))]
351 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = ".ctor", MemberParameters = new object[]
352 {
353 typeof(global::System.Runtime.Serialization.SerializationInfo),
354 typeof(global::System.Runtime.Serialization.StreamingContext)
355 }, ReturnType = typeof(void))]
356 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ValidateTimeZoneInfo", MemberParameters = new object[]
357 {
358 typeof(string),
359 typeof(global::System.TimeSpan),
360 typeof(global::System.TimeZoneInfo.AdjustmentRule[]),
361 typeof(ref bool)
362 }, ReturnType = typeof(void))]
363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
364 {
365 typeof(string),
366 typeof(global::System.Collections.Generic.IList<global::System.Exception>)
367 }, ReturnType = typeof(void))]
368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
369 {
370 typeof(string),
371 typeof(global::System.Collections.Generic.IList<global::System.Runtime.ExceptionServices.ExceptionDispatchInfo>)
372 }, ReturnType = typeof(void))]
373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
374 {
375 typeof(global::System.Runtime.Serialization.SerializationInfo),
376 typeof(global::System.Runtime.Serialization.StreamingContext)
377 }, ReturnType = typeof(void))]
378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(bool), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(char))]
380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "ToUpper", MemberParameters = new object[]
381 {
382 typeof(char),
383 typeof(global::System.Globalization.CultureInfo)
384 }, ReturnType = typeof(char))]
385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "ToLower", MemberParameters = new object[]
386 {
387 typeof(char),
388 typeof(global::System.Globalization.CultureInfo)
389 }, ReturnType = typeof(char))]
390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsNumber", MemberParameters = new object[]
391 {
392 typeof(string),
393 typeof(int)
394 }, ReturnType = typeof(bool))]
395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsSurrogate", MemberParameters = new object[]
396 {
397 typeof(string),
398 typeof(int)
399 }, ReturnType = typeof(bool))]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsWhiteSpace", MemberParameters = new object[]
401 {
402 typeof(string),
403 typeof(int)
404 }, ReturnType = typeof(bool))]
405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "GetUnicodeCategory", MemberParameters = new object[]
406 {
407 typeof(string),
408 typeof(int)
409 }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsHighSurrogate", MemberParameters = new object[]
411 {
412 typeof(string),
413 typeof(int)
414 }, ReturnType = typeof(bool))]
415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "DefaultToType", MemberParameters = new object[]
416 {
417 typeof(global::System.IConvertible),
418 typeof(global::System.Type),
419 typeof(global::System.IFormatProvider)
420 }, ReturnType = typeof(object))]
421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ChangeType", MemberParameters = new object[]
422 {
423 typeof(object),
424 typeof(global::System.Type),
425 typeof(global::System.IFormatProvider)
426 }, ReturnType = typeof(object))]
427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToChar", MemberParameters = new object[]
428 {
429 typeof(string),
430 typeof(global::System.IFormatProvider)
431 }, ReturnType = typeof(char))]
432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToBase64String", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(string))]
433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToBase64String", MemberParameters = new object[]
434 {
435 typeof(byte[]),
436 typeof(int),
437 typeof(int),
438 typeof(global::System.Base64FormattingOptions)
439 }, ReturnType = typeof(string))]
440 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToBase64CharArray", MemberParameters = new object[]
441 {
442 typeof(byte[]),
443 typeof(int),
444 typeof(int),
445 typeof(char[]),
446 typeof(int),
447 typeof(global::System.Base64FormattingOptions)
448 }, ReturnType = typeof(int))]
449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "FromBase64String", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte[]))]
450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "FromBase64CharArray", MemberParameters = new object[]
451 {
452 typeof(char[]),
453 typeof(int),
454 typeof(int)
455 }, ReturnType = typeof(byte[]))]
456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
457 {
458 typeof(int),
459 typeof(int),
460 typeof(int),
461 typeof(int),
462 typeof(int),
463 typeof(int),
464 typeof(int),
465 typeof(global::System.Globalization.Calendar)
466 }, ReturnType = typeof(void))]
467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
468 {
469 typeof(global::System.Runtime.Serialization.SerializationInfo),
470 typeof(global::System.Runtime.Serialization.StreamingContext)
471 }, ReturnType = typeof(void))]
472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
473 {
474 typeof(global::System.Runtime.Serialization.SerializationInfo),
475 typeof(global::System.Runtime.Serialization.StreamingContext)
476 }, ReturnType = typeof(void))]
477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
478 {
479 typeof(global::System.Runtime.Serialization.SerializationInfo),
480 typeof(global::System.Runtime.Serialization.StreamingContext)
481 }, ReturnType = typeof(void))]
482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
483 {
484 typeof(global::System.Runtime.Serialization.SerializationInfo),
485 typeof(global::System.Runtime.Serialization.StreamingContext)
486 }, ReturnType = typeof(void))]
487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
488 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
489 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Guid))]
490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Nullable), Member = "GetUnderlyingType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Random), Member = "NextBytes", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.StringComparer), Member = "GetHashCode", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
493 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.CultureAwareComparer), Member = "GetHashCode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsEnumDefined", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
495 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetEnumName", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
496 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetConstructor", MemberParameters = new object[]
497 {
498 typeof(global::System.Reflection.BindingFlags),
499 typeof(global::System.Reflection.Binder),
500 typeof(global::System.Reflection.CallingConventions),
501 typeof(global::System.Type[]),
502 typeof(global::System.Reflection.ParameterModifier[])
503 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
505 {
506 typeof(string),
507 typeof(global::System.Reflection.BindingFlags)
508 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
509 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
510 {
511 typeof(string),
512 typeof(global::System.Reflection.BindingFlags),
513 typeof(global::System.Reflection.Binder),
514 typeof(global::System.Reflection.CallingConventions),
515 typeof(global::System.Type[]),
516 typeof(global::System.Reflection.ParameterModifier[])
517 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetProperty", MemberParameters = new object[]
519 {
520 typeof(string),
521 typeof(global::System.Reflection.BindingFlags)
522 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetProperty", MemberParameters = new object[]
524 {
525 typeof(string),
526 typeof(global::System.Type)
527 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
528 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetProperty", MemberParameters = new object[]
529 {
530 typeof(string),
531 typeof(global::System.Reflection.BindingFlags),
532 typeof(global::System.Reflection.Binder),
533 typeof(global::System.Type),
534 typeof(global::System.Type[]),
535 typeof(global::System.Reflection.ParameterModifier[])
536 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Version), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Version))]
538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Version), Member = "op_LessThan", MemberParameters = new object[]
539 {
540 typeof(global::System.Version),
541 typeof(global::System.Version)
542 }, ReturnType = typeof(bool))]
543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Version), Member = "op_LessThanOrEqual", MemberParameters = new object[]
544 {
545 typeof(global::System.Version),
546 typeof(global::System.Version)
547 }, ReturnType = typeof(bool))]
548 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "CreateArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(global::System.Exception))]
549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(global::System.ArgumentNullException))]
550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OperatingSystem), Member = ".ctor", MemberParameters = new object[]
551 {
552 typeof(global::System.PlatformID),
553 typeof(global::System.Version),
554 typeof(string)
555 }, ReturnType = typeof(void))]
556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
557 {
558 typeof(global::System.Type),
559 typeof(long[])
560 }, ReturnType = typeof(global::System.Array))]
561 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "AsReadOnly", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]" }, ReturnType = "System.Collections.ObjectModel.ReadOnlyCollection`1<T>")]
562 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IStructuralEquatable.GetHashCode", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
563 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
564 {
565 typeof(global::System.Array),
566 typeof(object)
567 }, ReturnType = typeof(int))]
568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "ConvertAll", MemberTypeParameters = new object[] { "TInput", "TOutput" }, MemberParameters = new object[] { "TInput[]", "System.Converter`2<TInput, TOutput>" }, ReturnType = "TOutput[]")]
569 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "ForEach", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Action`1<T>" }, ReturnType = typeof(void))]
570 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(long[]) }, ReturnType = typeof(object))]
571 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
572 {
573 typeof(global::System.Array),
574 typeof(object),
575 typeof(global::System.Collections.IComparer)
576 }, ReturnType = typeof(int))]
577 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
578 {
579 typeof(global::System.Array),
580 typeof(int),
581 typeof(int),
582 typeof(object),
583 typeof(global::System.Collections.IComparer)
584 }, ReturnType = typeof(int))]
585 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "T" }, ReturnType = typeof(int))]
586 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "T", "System.Collections.Generic.IComparer`1<T>" }, ReturnType = typeof(int))]
587 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
588 {
589 "T[]",
590 typeof(int),
591 typeof(int),
592 "T",
593 "System.Collections.Generic.IComparer`1<T>"
594 }, ReturnType = typeof(int))]
595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
596 {
597 typeof(global::System.Array),
598 typeof(object)
599 }, ReturnType = typeof(int))]
600 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
601 {
602 typeof(global::System.Array),
603 typeof(object),
604 typeof(int)
605 }, ReturnType = typeof(int))]
606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
607 {
608 typeof(global::System.Array),
609 typeof(object),
610 typeof(int),
611 typeof(int)
612 }, ReturnType = typeof(int))]
613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "T" }, ReturnType = typeof(int))]
614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
615 {
616 "T[]",
617 "T",
618 typeof(int)
619 }, ReturnType = typeof(int))]
620 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
621 {
622 "T[]",
623 "T",
624 typeof(int),
625 typeof(int)
626 }, ReturnType = typeof(int))]
627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
628 {
629 typeof(global::System.Array),
630 typeof(object)
631 }, ReturnType = typeof(int))]
632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
633 {
634 typeof(global::System.Array),
635 typeof(object),
636 typeof(int)
637 }, ReturnType = typeof(int))]
638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
639 {
640 typeof(global::System.Array),
641 typeof(object),
642 typeof(int),
643 typeof(int)
644 }, ReturnType = typeof(int))]
645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "T" }, ReturnType = typeof(int))]
646 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
647 {
648 "T[]",
649 "T",
650 typeof(int)
651 }, ReturnType = typeof(int))]
652 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
653 {
654 "T[]",
655 "T",
656 typeof(int),
657 typeof(int)
658 }, ReturnType = typeof(int))]
659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(void))]
660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberParameters = new object[]
661 {
662 typeof(global::System.Array),
663 typeof(int),
664 typeof(int)
665 }, ReturnType = typeof(void))]
666 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]" }, ReturnType = typeof(void))]
667 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
668 {
669 "T[]",
670 typeof(int),
671 typeof(int)
672 }, ReturnType = typeof(void))]
673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "SetValue", MemberParameters = new object[]
674 {
675 typeof(object),
676 typeof(long[])
677 }, ReturnType = typeof(void))]
678 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(void))]
679 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
680 {
681 typeof(global::System.Array),
682 typeof(global::System.Collections.IComparer)
683 }, ReturnType = typeof(void))]
684 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
685 {
686 typeof(global::System.Array),
687 typeof(global::System.Array)
688 }, ReturnType = typeof(void))]
689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
690 {
691 typeof(global::System.Array),
692 typeof(global::System.Array),
693 typeof(global::System.Collections.IComparer)
694 }, ReturnType = typeof(void))]
695 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
696 {
697 typeof(global::System.Array),
698 typeof(global::System.Array),
699 typeof(int),
700 typeof(int),
701 typeof(global::System.Collections.IComparer)
702 }, ReturnType = typeof(void))]
703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]" }, ReturnType = typeof(void))]
704 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Collections.Generic.IComparer`1<T>" }, ReturnType = typeof(void))]
705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
706 {
707 "T[]",
708 typeof(int),
709 typeof(int),
710 "System.Collections.Generic.IComparer`1<T>"
711 }, ReturnType = typeof(void))]
712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Comparison`1<T>" }, ReturnType = typeof(void))]
713 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberTypeParameters = new object[] { "TKey", "TValue" }, MemberParameters = new object[] { "TKey[]", "TValue[]" }, ReturnType = typeof(void))]
714 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberTypeParameters = new object[] { "TKey", "TValue" }, MemberParameters = new object[] { "TKey[]", "TValue[]", "System.Collections.Generic.IComparer`1<TKey>" }, ReturnType = typeof(void))]
715 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberTypeParameters = new object[] { "TKey", "TValue" }, MemberParameters = new object[]
716 {
717 "TKey[]",
718 "TValue[]",
719 typeof(int),
720 typeof(int),
721 "System.Collections.Generic.IComparer`1<TKey>"
722 }, ReturnType = typeof(void))]
723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Fill", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "T" }, ReturnType = typeof(void))]
724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Fill", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
725 {
726 "T[]",
727 "T",
728 typeof(int),
729 typeof(int)
730 }, ReturnType = typeof(void))]
731 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Find", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Predicate`1<T>" }, ReturnType = "T")]
732 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "FindAll", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Predicate`1<T>" }, ReturnType = "T[]")]
733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "FindIndex", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Predicate`1<T>" }, ReturnType = typeof(int))]
734 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "FindIndex", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
735 {
736 "T[]",
737 typeof(int),
738 "System.Predicate`1<T>"
739 }, ReturnType = typeof(int))]
740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "FindIndex", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
741 {
742 "T[]",
743 typeof(int),
744 typeof(int),
745 "System.Predicate`1<T>"
746 }, ReturnType = typeof(int))]
747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "FindLast", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Predicate`1<T>" }, ReturnType = "T")]
748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "FindLastIndex", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Predicate`1<T>" }, ReturnType = typeof(int))]
749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "FindLastIndex", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
750 {
751 "T[]",
752 typeof(int),
753 "System.Predicate`1<T>"
754 }, ReturnType = typeof(int))]
755 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "FindLastIndex", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
756 {
757 "T[]",
758 typeof(int),
759 typeof(int),
760 "System.Predicate`1<T>"
761 }, ReturnType = typeof(int))]
762 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "TrueForAll", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "System.Predicate`1<T>" }, ReturnType = typeof(bool))]
763 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
764 {
765 typeof(global::System.Type),
766 typeof(int[])
767 }, ReturnType = typeof(global::System.Array))]
768 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
769 {
770 typeof(global::System.Type),
771 typeof(int[]),
772 typeof(int[])
773 }, ReturnType = typeof(global::System.Array))]
774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Clear", MemberParameters = new object[]
775 {
776 typeof(global::System.Array),
777 typeof(int),
778 typeof(int)
779 }, ReturnType = typeof(void))]
780 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
781 {
782 typeof(global::System.Array),
783 typeof(global::System.Array),
784 typeof(int)
785 }, ReturnType = typeof(void))]
786 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
787 {
788 typeof(global::System.Array),
789 typeof(int),
790 typeof(global::System.Array),
791 typeof(int),
792 typeof(int)
793 }, ReturnType = typeof(void))]
794 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Activator), Member = "CreateInstance", MemberParameters = new object[]
795 {
796 typeof(global::System.Type),
797 typeof(global::System.Reflection.BindingFlags),
798 typeof(global::System.Reflection.Binder),
799 typeof(object[]),
800 typeof(global::System.Globalization.CultureInfo),
801 typeof(object[])
802 }, ReturnType = typeof(object))]
803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Activator), Member = "CreateInstance", MemberParameters = new object[]
804 {
805 typeof(global::System.Type),
806 typeof(bool),
807 typeof(bool)
808 }, ReturnType = typeof(object))]
809 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
810 {
811 typeof(global::System.Reflection.MemberInfo),
812 typeof(global::System.Type),
813 typeof(bool)
814 }, ReturnType = typeof(global::System.Attribute[]))]
815 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
816 {
817 typeof(global::System.Reflection.MemberInfo),
818 typeof(bool)
819 }, ReturnType = typeof(global::System.Attribute[]))]
820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "IsDefined", MemberParameters = new object[]
821 {
822 typeof(global::System.Reflection.MemberInfo),
823 typeof(global::System.Type),
824 typeof(bool)
825 }, ReturnType = typeof(bool))]
826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
827 {
828 typeof(global::System.Reflection.ParameterInfo),
829 typeof(global::System.Type),
830 typeof(bool)
831 }, ReturnType = typeof(global::System.Attribute[]))]
832 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
833 {
834 typeof(global::System.Reflection.ParameterInfo),
835 typeof(bool)
836 }, ReturnType = typeof(global::System.Attribute[]))]
837 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
838 {
839 typeof(global::System.Reflection.Module),
840 typeof(bool)
841 }, ReturnType = typeof(global::System.Attribute[]))]
842 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
843 {
844 typeof(global::System.Reflection.Module),
845 typeof(global::System.Type),
846 typeof(bool)
847 }, ReturnType = typeof(global::System.Attribute[]))]
848 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
849 {
850 typeof(global::System.Reflection.Assembly),
851 typeof(global::System.Type),
852 typeof(bool)
853 }, ReturnType = typeof(global::System.Attribute[]))]
854 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
855 {
856 typeof(global::System.Reflection.Assembly),
857 typeof(bool)
858 }, ReturnType = typeof(global::System.Attribute[]))]
859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffer), Member = "ByteLength", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(int))]
860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffer), Member = "BlockCopy", MemberParameters = new object[]
861 {
862 typeof(global::System.Array),
863 typeof(int),
864 typeof(global::System.Array),
865 typeof(int),
866 typeof(int)
867 }, ReturnType = typeof(void))]
868 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToField", MemberParameters = new object[]
869 {
870 typeof(global::System.Reflection.BindingFlags),
871 typeof(global::System.Reflection.FieldInfo[]),
872 typeof(object),
873 typeof(global::System.Globalization.CultureInfo)
874 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
875 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectProperty", MemberParameters = new object[]
876 {
877 typeof(global::System.Reflection.BindingFlags),
878 typeof(global::System.Reflection.PropertyInfo[]),
879 typeof(global::System.Type),
880 typeof(global::System.Type[]),
881 typeof(global::System.Reflection.ParameterModifier[])
882 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
883 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "ExactBinding", MemberParameters = new object[]
884 {
885 typeof(global::System.Reflection.MethodBase[]),
886 typeof(global::System.Type[]),
887 typeof(global::System.Reflection.ParameterModifier[])
888 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
889 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "ExactPropertyBinding", MemberParameters = new object[]
890 {
891 typeof(global::System.Reflection.PropertyInfo[]),
892 typeof(global::System.Type),
893 typeof(global::System.Type[]),
894 typeof(global::System.Reflection.ParameterModifier[])
895 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
896 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Empty), Member = "GetObjectData", MemberParameters = new object[]
897 {
898 typeof(global::System.Runtime.Serialization.SerializationInfo),
899 typeof(global::System.Runtime.Serialization.StreamingContext)
900 }, ReturnType = typeof(void))]
901 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Enum.EnumResult", Member = "GetEnumParseException", ReturnType = typeof(global::System.Exception))]
902 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "TryParseEnum", MemberParameters = new object[]
903 {
904 typeof(global::System.Type),
905 typeof(string),
906 typeof(bool),
907 typeof(ref global::System.Enum.EnumResult)
908 }, ReturnType = typeof(bool))]
909 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetUnderlyingType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetValues", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
911 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetName", MemberParameters = new object[]
912 {
913 typeof(global::System.Type),
914 typeof(object)
915 }, ReturnType = typeof(string))]
916 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetNames", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(string[]))]
917 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
918 {
919 typeof(global::System.Type),
920 typeof(object)
921 }, ReturnType = typeof(object))]
922 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "IsDefined", MemberParameters = new object[]
923 {
924 typeof(global::System.Type),
925 typeof(object)
926 }, ReturnType = typeof(bool))]
927 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "Format", MemberParameters = new object[]
928 {
929 typeof(global::System.Type),
930 typeof(object),
931 typeof(string)
932 }, ReturnType = typeof(string))]
933 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "HasFlag", MemberParameters = new object[] { typeof(global::System.Enum) }, ReturnType = typeof(bool))]
934 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
935 {
936 typeof(global::System.Type),
937 typeof(sbyte)
938 }, ReturnType = typeof(object))]
939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
940 {
941 typeof(global::System.Type),
942 typeof(short)
943 }, ReturnType = typeof(object))]
944 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
945 {
946 typeof(global::System.Type),
947 typeof(int)
948 }, ReturnType = typeof(object))]
949 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
950 {
951 typeof(global::System.Type),
952 typeof(byte)
953 }, ReturnType = typeof(object))]
954 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
955 {
956 typeof(global::System.Type),
957 typeof(ushort)
958 }, ReturnType = typeof(object))]
959 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
960 {
961 typeof(global::System.Type),
962 typeof(uint)
963 }, ReturnType = typeof(object))]
964 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
965 {
966 typeof(global::System.Type),
967 typeof(long)
968 }, ReturnType = typeof(object))]
969 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
970 {
971 typeof(global::System.Type),
973 }, ReturnType = typeof(object))]
974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
975 {
976 typeof(global::System.Type),
977 typeof(char)
978 }, ReturnType = typeof(object))]
979 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
980 {
981 typeof(global::System.Type),
982 typeof(bool)
983 }, ReturnType = typeof(object))]
984 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[]
985 {
986 typeof(global::System.Runtime.Serialization.SerializationInfo),
987 typeof(global::System.Runtime.Serialization.StreamingContext)
988 }, ReturnType = typeof(void))]
989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
990 {
991 typeof(global::System.Runtime.Serialization.SerializationInfo),
992 typeof(global::System.Runtime.Serialization.StreamingContext)
993 }, ReturnType = typeof(void))]
994 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.GC), Member = "SuppressFinalize", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
995 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.GC), Member = "ReRegisterForFinalize", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
996 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetType", MemberParameters = new object[]
997 {
998 typeof(string),
999 typeof(bool),
1000 typeof(bool),
1001 typeof(bool),
1002 typeof(ref global::System.Threading.StackCrawlMark)
1003 }, ReturnType = typeof(global::System.RuntimeType))]
1004 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "IsEnumDefined", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
1005 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEnumName", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
1006 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakeGenericType", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Type))]
1007 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "InvokeMember", MemberParameters = new object[]
1008 {
1009 typeof(string),
1010 typeof(global::System.Reflection.BindingFlags),
1011 typeof(global::System.Reflection.Binder),
1012 typeof(object),
1013 typeof(object[]),
1014 typeof(global::System.Reflection.ParameterModifier[]),
1015 typeof(global::System.Globalization.CultureInfo),
1016 typeof(string[])
1017 }, ReturnType = typeof(object))]
1018 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetObjectData", MemberParameters = new object[]
1019 {
1020 typeof(global::System.Runtime.Serialization.SerializationInfo),
1021 typeof(global::System.Runtime.Serialization.StreamingContext)
1022 }, ReturnType = typeof(void))]
1023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetCustomAttributes", MemberParameters = new object[]
1024 {
1025 typeof(global::System.Type),
1026 typeof(bool)
1027 }, ReturnType = typeof(object[]))]
1028 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "IsDefined", MemberParameters = new object[]
1029 {
1030 typeof(global::System.Type),
1031 typeof(bool)
1032 }, ReturnType = typeof(bool))]
1033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "IsSubclassOf", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
1034 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypedReference), Member = "MakeTypedReference", MemberParameters = new object[]
1035 {
1036 typeof(object),
1037 typeof(global::System.Reflection.FieldInfo[])
1038 }, ReturnType = typeof(global::System.TypedReference))]
1039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = ".ctor", MemberParameters = new object[]
1040 {
1041 typeof(global::System.Runtime.Serialization.SerializationInfo),
1042 typeof(global::System.Runtime.Serialization.StreamingContext)
1043 }, ReturnType = typeof(void))]
1044 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = "GetObjectData", MemberParameters = new object[]
1045 {
1046 typeof(global::System.Runtime.Serialization.SerializationInfo),
1047 typeof(global::System.Runtime.Serialization.StreamingContext)
1048 }, ReturnType = typeof(void))]
1049 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = ".ctor", MemberParameters = new object[]
1050 {
1051 typeof(global::System.Runtime.Serialization.SerializationInfo),
1052 typeof(global::System.Runtime.Serialization.StreamingContext)
1053 }, ReturnType = typeof(void))]
1054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AppDomain), Member = "LoadSatellite", MemberParameters = new object[]
1055 {
1056 typeof(global::System.Reflection.AssemblyName),
1057 typeof(bool),
1058 typeof(ref global::System.Threading.StackCrawlMark)
1059 }, ReturnType = typeof(global::System.Reflection.Assembly))]
1060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AppDomain), Member = "Load", MemberParameters = new object[]
1061 {
1062 typeof(string),
1063 typeof(global::System.Security.Policy.Evidence),
1064 typeof(bool),
1065 typeof(ref global::System.Threading.StackCrawlMark)
1066 }, ReturnType = typeof(global::System.Reflection.Assembly))]
1067 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Environment), Member = "ExpandEnvironmentVariables", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1068 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Console), Member = "SetOut", MemberParameters = new object[] { typeof(global::System.IO.TextWriter) }, ReturnType = typeof(void))]
1069 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
1070 {
1071 typeof(global::System.Type),
1072 typeof(object),
1073 typeof(global::System.Reflection.MethodInfo),
1074 typeof(bool),
1075 typeof(bool)
1076 }, ReturnType = typeof(global::System.Delegate))]
1077 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "GetCandidateMethod", MemberParameters = new object[]
1078 {
1079 typeof(global::System.Type),
1080 typeof(global::System.Type),
1081 typeof(string),
1082 typeof(global::System.Reflection.BindingFlags),
1083 typeof(bool),
1084 typeof(bool)
1085 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
1086 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
1087 {
1088 typeof(global::System.Type),
1089 typeof(global::System.Type),
1090 typeof(string),
1091 typeof(bool),
1092 typeof(bool)
1093 }, ReturnType = typeof(global::System.Delegate))]
1094 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
1095 {
1096 typeof(global::System.Type),
1097 typeof(object),
1098 typeof(string),
1099 typeof(bool),
1100 typeof(bool)
1101 }, ReturnType = typeof(global::System.Delegate))]
1102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IntPtr), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
1103 {
1104 typeof(global::System.Runtime.Serialization.SerializationInfo),
1105 typeof(global::System.Runtime.Serialization.StreamingContext)
1106 }, ReturnType = typeof(void))]
1107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
1108 {
1109 typeof(global::System.Reflection.ICustomAttributeProvider),
1110 typeof(global::System.Type),
1111 typeof(bool)
1112 }, ReturnType = typeof(object[]))]
1113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
1114 {
1115 typeof(global::System.Reflection.ICustomAttributeProvider),
1116 typeof(bool)
1117 }, ReturnType = typeof(object[]))]
1118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesData", MemberParameters = new object[]
1119 {
1120 typeof(global::System.Reflection.ICustomAttributeProvider),
1121 typeof(bool)
1122 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
1123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesData", MemberParameters = new object[]
1124 {
1125 typeof(global::System.Reflection.ICustomAttributeProvider),
1126 typeof(global::System.Type),
1127 typeof(bool)
1128 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
1129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "IsDefined", MemberParameters = new object[]
1130 {
1131 typeof(global::System.Reflection.ICustomAttributeProvider),
1132 typeof(global::System.Type),
1133 typeof(bool)
1134 }, ReturnType = typeof(bool))]
1135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeFieldHandle), Member = ".ctor", MemberParameters = new object[]
1136 {
1137 typeof(global::System.Runtime.Serialization.SerializationInfo),
1138 typeof(global::System.Runtime.Serialization.StreamingContext)
1139 }, ReturnType = typeof(void))]
1140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeFieldHandle), Member = "GetObjectData", MemberParameters = new object[]
1141 {
1142 typeof(global::System.Runtime.Serialization.SerializationInfo),
1143 typeof(global::System.Runtime.Serialization.StreamingContext)
1144 }, ReturnType = typeof(void))]
1145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeMethodHandle), Member = ".ctor", MemberParameters = new object[]
1146 {
1147 typeof(global::System.Runtime.Serialization.SerializationInfo),
1148 typeof(global::System.Runtime.Serialization.StreamingContext)
1149 }, ReturnType = typeof(void))]
1150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeMethodHandle), Member = "GetObjectData", MemberParameters = new object[]
1151 {
1152 typeof(global::System.Runtime.Serialization.SerializationInfo),
1153 typeof(global::System.Runtime.Serialization.StreamingContext)
1154 }, ReturnType = typeof(void))]
1155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = ".ctor", MemberParameters = new object[]
1156 {
1157 typeof(global::System.Runtime.Serialization.SerializationInfo),
1158 typeof(global::System.Runtime.Serialization.StreamingContext)
1159 }, ReturnType = typeof(void))]
1160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = "GetObjectData", MemberParameters = new object[]
1161 {
1162 typeof(global::System.Runtime.Serialization.SerializationInfo),
1163 typeof(global::System.Runtime.Serialization.StreamingContext)
1164 }, ReturnType = typeof(void))]
1165 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = "GetTypeByName", MemberParameters = new object[]
1166 {
1167 typeof(string),
1168 typeof(bool),
1169 typeof(bool),
1170 typeof(bool),
1171 typeof(ref global::System.Threading.StackCrawlMark),
1172 typeof(bool)
1173 }, ReturnType = typeof(global::System.RuntimeType))]
1174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ParameterizedStrings), Member = "Evaluate", MemberParameters = new object[]
1175 {
1176 typeof(string),
1177 typeof(global::System.ParameterizedStrings.FormatParam[])
1178 }, ReturnType = typeof(string))]
1179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TermInfoReader), Member = ".ctor", MemberParameters = new object[]
1180 {
1181 typeof(string),
1182 typeof(byte[])
1183 }, ReturnType = typeof(void))]
1184 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeSpec), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.TypeSpec))]
1185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UIntPtr), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
1186 {
1187 typeof(global::System.Runtime.Serialization.SerializationInfo),
1188 typeof(global::System.Runtime.Serialization.StreamingContext)
1189 }, ReturnType = typeof(void))]
1190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.WeakReference), Member = ".ctor", MemberParameters = new object[]
1191 {
1192 typeof(global::System.Runtime.Serialization.SerializationInfo),
1193 typeof(global::System.Runtime.Serialization.StreamingContext)
1194 }, ReturnType = typeof(void))]
1195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.WeakReference), Member = "GetObjectData", MemberParameters = new object[]
1196 {
1197 typeof(global::System.Runtime.Serialization.SerializationInfo),
1198 typeof(global::System.Runtime.Serialization.StreamingContext)
1199 }, ReturnType = typeof(void))]
1200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.WeakReference<>), Member = ".ctor", MemberParameters = new object[]
1201 {
1202 typeof(global::System.Runtime.Serialization.SerializationInfo),
1203 typeof(global::System.Runtime.Serialization.StreamingContext)
1204 }, ReturnType = typeof(void))]
1205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.WeakReference<>), Member = "GetObjectData", MemberParameters = new object[]
1206 {
1207 typeof(global::System.Runtime.Serialization.SerializationInfo),
1208 typeof(global::System.Runtime.Serialization.StreamingContext)
1209 }, ReturnType = typeof(void))]
1210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(decimal), Member = ".ctor", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
1211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.CancellationToken), Member = "Register", MemberParameters = new object[] { typeof(global::System.Action) }, ReturnType = typeof(global::System.Threading.CancellationTokenRegistration))]
1212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.CancellationToken), Member = "Register", MemberParameters = new object[]
1213 {
1214 typeof(global::System.Action<object>),
1215 typeof(object),
1216 typeof(bool),
1217 typeof(bool)
1218 }, ReturnType = typeof(global::System.Threading.CancellationTokenRegistration))]
1219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadLocal<>), Member = ".ctor", MemberParameters = new object[] { "System.Func`1<T>" }, ReturnType = typeof(void))]
1220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ExecutionContext), Member = "GetObjectData", MemberParameters = new object[]
1221 {
1222 typeof(global::System.Runtime.Serialization.SerializationInfo),
1223 typeof(global::System.Runtime.Serialization.StreamingContext)
1224 }, ReturnType = typeof(void))]
1225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Monitor), Member = "Wait", MemberParameters = new object[]
1226 {
1227 typeof(object),
1228 typeof(int),
1229 typeof(bool)
1230 }, ReturnType = typeof(bool))]
1231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Monitor), Member = "Pulse", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Monitor), Member = "PulseAll", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Monitor), Member = "ReliableEnterTimeout", MemberParameters = new object[]
1234 {
1235 typeof(object),
1236 typeof(int),
1237 typeof(ref bool)
1238 }, ReturnType = typeof(void))]
1239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.SynchronizationContext), Member = "Wait", MemberParameters = new object[]
1240 {
1241 typeof(global::System.IntPtr[]),
1242 typeof(bool),
1243 typeof(int)
1244 }, ReturnType = typeof(int))]
1245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Thread), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Threading.ThreadStart) }, ReturnType = typeof(void))]
1246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Thread), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Threading.ParameterizedThreadStart) }, ReturnType = typeof(void))]
1247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Thread), Member = ".ctor", MemberParameters = new object[]
1248 {
1249 typeof(global::System.Threading.ParameterizedThreadStart),
1250 typeof(int)
1251 }, ReturnType = typeof(void))]
1252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Thread), Member = "set_CurrentUICulture", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(void))]
1253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Thread), Member = "set_CurrentCulture", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(void))]
1254 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadPool), Member = "RegisterWaitForSingleObject", MemberParameters = new object[]
1255 {
1256 typeof(global::System.Threading.WaitHandle),
1257 typeof(global::System.Threading.WaitOrTimerCallback),
1258 typeof(object),
1259 typeof(uint),
1260 typeof(bool),
1261 typeof(ref global::System.Threading.StackCrawlMark),
1262 typeof(bool)
1263 }, ReturnType = typeof(global::System.Threading.RegisteredWaitHandle))]
1264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadPool), Member = "QueueUserWorkItem", MemberTypeParameters = new object[] { "TState" }, MemberParameters = new object[]
1265 {
1266 "System.Action`1<TState>",
1267 "TState",
1268 typeof(bool)
1269 }, ReturnType = typeof(bool))]
1270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadPool), Member = "QueueUserWorkItemHelper", MemberParameters = new object[]
1271 {
1272 typeof(global::System.Threading.WaitCallback),
1273 typeof(object),
1274 typeof(ref global::System.Threading.StackCrawlMark),
1275 typeof(bool),
1276 typeof(bool)
1277 }, ReturnType = typeof(bool))]
1278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.WaitHandle), Member = "WaitAny", MemberParameters = new object[]
1279 {
1280 typeof(global::System.Threading.WaitHandle[]),
1281 typeof(int),
1282 typeof(bool)
1283 }, ReturnType = typeof(int))]
1284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Timer), Member = "Init", MemberParameters = new object[]
1285 {
1286 typeof(global::System.Threading.TimerCallback),
1287 typeof(object),
1288 typeof(long),
1289 typeof(long)
1290 }, ReturnType = typeof(void))]
1291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task<>), Member = "StartNew", MemberParameters = new object[]
1292 {
1293 typeof(global::System.Threading.Tasks.Task),
1294 "System.Func`1<TResult>",
1295 typeof(global::System.Threading.CancellationToken),
1296 typeof(global::System.Threading.Tasks.TaskCreationOptions),
1297 typeof(global::System.Threading.Tasks.InternalTaskOptions),
1298 typeof(global::System.Threading.Tasks.TaskScheduler)
1299 }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
1300 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task<>), Member = "StartNew", MemberParameters = new object[]
1301 {
1302 typeof(global::System.Threading.Tasks.Task),
1303 "System.Func`2<Object, TResult>",
1304 typeof(object),
1305 typeof(global::System.Threading.CancellationToken),
1306 typeof(global::System.Threading.Tasks.TaskCreationOptions),
1307 typeof(global::System.Threading.Tasks.InternalTaskOptions),
1308 typeof(global::System.Threading.Tasks.TaskScheduler)
1309 }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
1310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task<>), Member = "ContinueWith", MemberParameters = new object[]
1311 {
1312 "System.Action`1<Task`1<TResult>>",
1313 typeof(global::System.Threading.Tasks.TaskScheduler),
1314 typeof(global::System.Threading.CancellationToken),
1315 typeof(global::System.Threading.Tasks.TaskContinuationOptions)
1316 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
1317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task<>), Member = "ContinueWith", MemberTypeParameters = new object[] { "TNewResult" }, MemberParameters = new object[]
1318 {
1319 "System.Func`2<Task`1<TResult>, TNewResult>",
1320 typeof(global::System.Threading.Tasks.TaskScheduler),
1321 typeof(global::System.Threading.CancellationToken),
1322 typeof(global::System.Threading.Tasks.TaskContinuationOptions)
1323 }, ReturnType = "System.Threading.Tasks.Task`1<TNewResult>")]
1324 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Threading.Tasks.TaskFactory`1.FromAsyncTrimPromise`1", Member = "CompleteFromAsyncResult", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
1325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskFactory<>), Member = "FromAsyncImpl", MemberParameters = new object[]
1326 {
1328 "System.Func`2<IAsyncResult, TResult>",
1329 typeof(global::System.Action<global::System.IAsyncResult>),
1330 typeof(object),
1331 typeof(global::System.Threading.Tasks.TaskCreationOptions)
1332 }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
1333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskFactory<>), Member = "FromAsyncImpl", MemberTypeParameters = new object[] { "TArg1" }, MemberParameters = new object[]
1334 {
1335 "System.Func`4<TArg1, AsyncCallback, Object, IAsyncResult>",
1336 "System.Func`2<IAsyncResult, TResult>",
1337 typeof(global::System.Action<global::System.IAsyncResult>),
1338 "TArg1",
1339 typeof(object),
1340 typeof(global::System.Threading.Tasks.TaskCreationOptions)
1341 }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
1342 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskFactory<>), Member = "FromAsyncImpl", MemberTypeParameters = new object[] { "TArg1", "TArg2" }, MemberParameters = new object[]
1343 {
1344 "System.Func`5<TArg1, TArg2, AsyncCallback, Object, IAsyncResult>",
1345 "System.Func`2<IAsyncResult, TResult>",
1346 typeof(global::System.Action<global::System.IAsyncResult>),
1347 "TArg1",
1348 "TArg2",
1349 typeof(object),
1350 typeof(global::System.Threading.Tasks.TaskCreationOptions)
1351 }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
1352 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = ".ctor", MemberParameters = new object[]
1353 {
1354 typeof(global::System.Delegate),
1355 typeof(object),
1356 typeof(global::System.Threading.Tasks.Task),
1357 typeof(global::System.Threading.CancellationToken),
1358 typeof(global::System.Threading.Tasks.TaskCreationOptions),
1359 typeof(global::System.Threading.Tasks.InternalTaskOptions),
1360 typeof(global::System.Threading.Tasks.TaskScheduler)
1361 }, ReturnType = typeof(void))]
1362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "InternalStartNew", MemberParameters = new object[]
1363 {
1364 typeof(global::System.Threading.Tasks.Task),
1365 typeof(global::System.Delegate),
1366 typeof(object),
1367 typeof(global::System.Threading.CancellationToken),
1368 typeof(global::System.Threading.Tasks.TaskScheduler),
1369 typeof(global::System.Threading.Tasks.TaskCreationOptions),
1370 typeof(global::System.Threading.Tasks.InternalTaskOptions)
1371 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
1372 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "ContinueWith", MemberParameters = new object[]
1373 {
1374 typeof(global::System.Action<global::System.Threading.Tasks.Task>),
1375 typeof(global::System.Threading.Tasks.TaskScheduler),
1376 typeof(global::System.Threading.CancellationToken),
1377 typeof(global::System.Threading.Tasks.TaskContinuationOptions)
1378 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
1379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "ContinueWith", MemberParameters = new object[]
1380 {
1381 typeof(global::System.Action<global::System.Threading.Tasks.Task, object>),
1382 typeof(object),
1383 typeof(global::System.Threading.Tasks.TaskScheduler),
1384 typeof(global::System.Threading.CancellationToken),
1385 typeof(global::System.Threading.Tasks.TaskContinuationOptions)
1386 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
1387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "FromException", MemberTypeParameters = new object[] { "TResult" }, MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
1388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "FromCancellation", MemberTypeParameters = new object[] { "TResult" }, MemberParameters = new object[] { typeof(global::System.OperationCanceledException) }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
1389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "Run", MemberParameters = new object[]
1390 {
1392 typeof(global::System.Threading.CancellationToken)
1393 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
1394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "Run", MemberTypeParameters = new object[] { "TResult" }, MemberParameters = new object[]
1395 {
1396 "System.Func`1<Task`1<TResult>>",
1397 typeof(global::System.Threading.CancellationToken)
1398 }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
1399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "WhenAny", MemberParameters = new object[] { typeof(global::System.Threading.Tasks.Task[]) }, ReturnType = typeof(global::System.Threading.Tasks.Task<global::System.Threading.Tasks.Task>))]
1400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "WhenAny", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IEnumerable<global::System.Threading.Tasks.Task>) }, ReturnType = typeof(global::System.Threading.Tasks.Task<global::System.Threading.Tasks.Task>))]
1401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetByteCount", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderReplacementFallback), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallback), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1404 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetByteCount", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", MemberParameters = new object[]
1406 {
1407 typeof(global::System.Runtime.Serialization.SerializationInfo),
1408 typeof(global::System.Runtime.Serialization.StreamingContext)
1409 }, ReturnType = typeof(void))]
1410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
1411 {
1412 typeof(global::System.Runtime.Serialization.SerializationInfo),
1413 typeof(global::System.Runtime.Serialization.StreamingContext)
1414 }, ReturnType = typeof(void))]
1415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[]
1416 {
1417 typeof(char[]),
1418 typeof(int),
1419 typeof(int)
1420 }, ReturnType = typeof(global::System.Text.StringBuilder))]
1421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[]
1422 {
1423 typeof(string),
1424 typeof(int),
1425 typeof(int)
1426 }, ReturnType = typeof(global::System.Text.StringBuilder))]
1427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "AppendFormat", MemberParameters = new object[]
1428 {
1429 typeof(string),
1430 typeof(object[])
1431 }, ReturnType = typeof(global::System.Text.StringBuilder))]
1432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "AppendFormatHelper", MemberParameters = new object[]
1433 {
1434 typeof(global::System.IFormatProvider),
1435 typeof(string),
1436 typeof(global::System.ParamsArray)
1437 }, ReturnType = typeof(global::System.Text.StringBuilder))]
1438 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "Replace", MemberParameters = new object[]
1439 {
1440 typeof(string),
1441 typeof(string),
1442 typeof(int),
1443 typeof(int)
1444 }, ReturnType = typeof(global::System.Text.StringBuilder))]
1445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetByteCount", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1446 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetByteCount", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1447 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetByteCount", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetByteCount", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding.DefaultEncoder), Member = ".ctor", MemberParameters = new object[]
1450 {
1451 typeof(global::System.Runtime.Serialization.SerializationInfo),
1452 typeof(global::System.Runtime.Serialization.StreamingContext)
1453 }, ReturnType = typeof(void))]
1454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding.DefaultEncoder), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
1455 {
1456 typeof(global::System.Runtime.Serialization.SerializationInfo),
1457 typeof(global::System.Runtime.Serialization.StreamingContext)
1458 }, ReturnType = typeof(void))]
1459 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding.DefaultDecoder), Member = ".ctor", MemberParameters = new object[]
1460 {
1461 typeof(global::System.Runtime.Serialization.SerializationInfo),
1462 typeof(global::System.Runtime.Serialization.StreamingContext)
1463 }, ReturnType = typeof(void))]
1464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding.DefaultDecoder), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
1465 {
1466 typeof(global::System.Runtime.Serialization.SerializationInfo),
1467 typeof(global::System.Runtime.Serialization.StreamingContext)
1468 }, ReturnType = typeof(void))]
1469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "DeserializeEncoding", MemberParameters = new object[]
1470 {
1471 typeof(global::System.Runtime.Serialization.SerializationInfo),
1472 typeof(global::System.Runtime.Serialization.StreamingContext)
1473 }, ReturnType = typeof(void))]
1474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "SerializeEncoding", MemberParameters = new object[]
1475 {
1476 typeof(global::System.Runtime.Serialization.SerializationInfo),
1477 typeof(global::System.Runtime.Serialization.StreamingContext)
1478 }, ReturnType = typeof(void))]
1479 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "set_EncoderFallback", MemberParameters = new object[] { typeof(global::System.Text.EncoderFallback) }, ReturnType = typeof(void))]
1480 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "set_DecoderFallback", MemberParameters = new object[] { typeof(global::System.Text.DecoderFallback) }, ReturnType = typeof(void))]
1481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetByteCount", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetBytes", MemberParameters = new object[]
1483 {
1484 typeof(string),
1485 typeof(int),
1486 typeof(int),
1487 typeof(byte[]),
1488 typeof(int)
1489 }, ReturnType = typeof(int))]
1490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.CodeAccessPermission), Member = "CheckSecurityElement", MemberParameters = new object[]
1491 {
1492 typeof(global::System.Security.SecurityElement),
1493 typeof(string),
1494 typeof(int),
1495 typeof(int)
1496 }, ReturnType = typeof(int))]
1497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.PermissionSet), Member = "CopyTo", MemberParameters = new object[]
1498 {
1499 typeof(global::System.Array),
1500 typeof(int)
1501 }, ReturnType = typeof(void))]
1502 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecureString), Member = ".ctor", MemberParameters = new object[]
1503 {
1504 typeof(char*),
1505 typeof(int)
1506 }, ReturnType = typeof(void))]
1507 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityElement), Member = ".ctor", MemberParameters = new object[]
1508 {
1509 typeof(string),
1510 typeof(string)
1511 }, ReturnType = typeof(void))]
1512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityElement), Member = "AddAttribute", MemberParameters = new object[]
1513 {
1514 typeof(string),
1515 typeof(string)
1516 }, ReturnType = typeof(void))]
1517 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityElement), Member = "AddChild", MemberParameters = new object[] { typeof(global::System.Security.SecurityElement) }, ReturnType = typeof(void))]
1518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityElement), Member = "Attribute", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityElement), Member = "SearchForChildByTag", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Security.SecurityElement))]
1520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityElement), Member = "SearchForTextOfTag", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityElement), Member = "SearchForTextOfLocalName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Rfc2898DeriveBytes), Member = ".ctor", MemberParameters = new object[]
1523 {
1524 typeof(byte[]),
1525 typeof(byte[]),
1526 typeof(int),
1527 typeof(global::System.Security.Cryptography.HashAlgorithmName)
1528 }, ReturnType = typeof(void))]
1529 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Rfc2898DeriveBytes), Member = "set_Salt", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.HashAlgorithm), Member = "ComputeHash", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
1531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.HashAlgorithm), Member = "ComputeHash", MemberParameters = new object[]
1532 {
1533 typeof(byte[]),
1534 typeof(int),
1535 typeof(int)
1536 }, ReturnType = typeof(byte[]))]
1537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.HashAlgorithm), Member = "ValidateTransformBlock", MemberParameters = new object[]
1538 {
1539 typeof(byte[]),
1540 typeof(int),
1541 typeof(int)
1542 }, ReturnType = typeof(void))]
1543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Aes), Member = "Create", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Security.Cryptography.Aes))]
1544 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricSignatureDeformatter), Member = "VerifySignature", MemberParameters = new object[]
1545 {
1546 typeof(global::System.Security.Cryptography.HashAlgorithm),
1547 typeof(byte[])
1548 }, ReturnType = typeof(bool))]
1549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricSignatureFormatter), Member = "CreateSignature", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.HashAlgorithm) }, ReturnType = typeof(byte[]))]
1550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.ToBase64Transform), Member = "TransformBlock", MemberParameters = new object[]
1551 {
1552 typeof(byte[]),
1553 typeof(int),
1554 typeof(int),
1555 typeof(byte[]),
1556 typeof(int)
1557 }, ReturnType = typeof(int))]
1558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.ToBase64Transform), Member = "TransformFinalBlock", MemberParameters = new object[]
1559 {
1560 typeof(byte[]),
1561 typeof(int),
1562 typeof(int)
1563 }, ReturnType = typeof(byte[]))]
1564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.FromBase64Transform), Member = "TransformBlock", MemberParameters = new object[]
1565 {
1566 typeof(byte[]),
1567 typeof(int),
1568 typeof(int),
1569 typeof(byte[]),
1570 typeof(int)
1571 }, ReturnType = typeof(int))]
1572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.FromBase64Transform), Member = "TransformFinalBlock", MemberParameters = new object[]
1573 {
1574 typeof(byte[]),
1575 typeof(int),
1576 typeof(int)
1577 }, ReturnType = typeof(byte[]))]
1578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DES), Member = "set_Key", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1579 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "SignData", MemberParameters = new object[]
1580 {
1581 typeof(byte[]),
1582 typeof(global::System.Security.Cryptography.HashAlgorithmName)
1583 }, ReturnType = typeof(byte[]))]
1584 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "SignData", MemberParameters = new object[]
1585 {
1586 typeof(byte[]),
1587 typeof(int),
1588 typeof(int),
1589 typeof(global::System.Security.Cryptography.HashAlgorithmName)
1590 }, ReturnType = typeof(byte[]))]
1591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "SignData", MemberParameters = new object[]
1592 {
1593 typeof(global::System.IO.Stream),
1594 typeof(global::System.Security.Cryptography.HashAlgorithmName)
1595 }, ReturnType = typeof(byte[]))]
1596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "VerifyData", MemberParameters = new object[]
1597 {
1598 typeof(byte[]),
1599 typeof(byte[]),
1600 typeof(global::System.Security.Cryptography.HashAlgorithmName)
1601 }, ReturnType = typeof(bool))]
1602 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "VerifyData", MemberParameters = new object[]
1603 {
1604 typeof(byte[]),
1605 typeof(int),
1606 typeof(int),
1607 typeof(byte[]),
1608 typeof(global::System.Security.Cryptography.HashAlgorithmName)
1609 }, ReturnType = typeof(bool))]
1610 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "VerifyData", MemberParameters = new object[]
1611 {
1612 typeof(global::System.IO.Stream),
1613 typeof(byte[]),
1614 typeof(global::System.Security.Cryptography.HashAlgorithmName)
1615 }, ReturnType = typeof(bool))]
1616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "FromXmlString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1617 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSASignatureDeformatter), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSASignatureDeformatter), Member = "SetKey", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1619 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSASignatureDeformatter), Member = "VerifySignature", MemberParameters = new object[]
1620 {
1621 typeof(byte[]),
1622 typeof(byte[])
1623 }, ReturnType = typeof(bool))]
1624 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSASignatureFormatter), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1625 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSASignatureFormatter), Member = "SetKey", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1626 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSASignatureFormatter), Member = "CreateSignature", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
1627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.MACTripleDES), Member = ".ctor", MemberParameters = new object[]
1628 {
1629 typeof(string),
1630 typeof(byte[])
1631 }, ReturnType = typeof(void))]
1632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RandomNumberGenerator), Member = "GetBytes", MemberParameters = new object[]
1633 {
1634 typeof(byte[]),
1635 typeof(int),
1636 typeof(int)
1637 }, ReturnType = typeof(void))]
1638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RijndaelManagedTransform), Member = ".ctor", MemberParameters = new object[]
1639 {
1640 typeof(byte[]),
1641 typeof(global::System.Security.Cryptography.CipherMode),
1642 typeof(byte[]),
1643 typeof(int),
1644 typeof(int),
1645 typeof(global::System.Security.Cryptography.PaddingMode),
1646 typeof(global::System.Security.Cryptography.RijndaelManagedTransformMode)
1647 }, ReturnType = typeof(void))]
1648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RijndaelManagedTransform), Member = "TransformBlock", MemberParameters = new object[]
1649 {
1650 typeof(byte[]),
1651 typeof(int),
1652 typeof(int),
1653 typeof(byte[]),
1654 typeof(int)
1655 }, ReturnType = typeof(int))]
1656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RijndaelManagedTransform), Member = "TransformFinalBlock", MemberParameters = new object[]
1657 {
1658 typeof(byte[]),
1659 typeof(int),
1660 typeof(int)
1661 }, ReturnType = typeof(byte[]))]
1662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "SignData", MemberParameters = new object[]
1663 {
1664 typeof(byte[]),
1665 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1666 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1667 }, ReturnType = typeof(byte[]))]
1668 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "SignData", MemberParameters = new object[]
1669 {
1670 typeof(byte[]),
1671 typeof(int),
1672 typeof(int),
1673 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1674 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1675 }, ReturnType = typeof(byte[]))]
1676 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "SignData", MemberParameters = new object[]
1677 {
1678 typeof(global::System.IO.Stream),
1679 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1680 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1681 }, ReturnType = typeof(byte[]))]
1682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "VerifyData", MemberParameters = new object[]
1683 {
1684 typeof(byte[]),
1685 typeof(byte[]),
1686 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1687 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1688 }, ReturnType = typeof(bool))]
1689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "VerifyData", MemberParameters = new object[]
1690 {
1691 typeof(byte[]),
1692 typeof(int),
1693 typeof(int),
1694 typeof(byte[]),
1695 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1696 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1697 }, ReturnType = typeof(bool))]
1698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "VerifyData", MemberParameters = new object[]
1699 {
1700 typeof(global::System.IO.Stream),
1701 typeof(byte[]),
1702 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1703 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1704 }, ReturnType = typeof(bool))]
1705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "FromXmlString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "TrySignData", MemberParameters = new object[]
1707 {
1708 typeof(global::System.ReadOnlySpan<byte>),
1709 typeof(global::System.Span<byte>),
1710 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1711 typeof(global::System.Security.Cryptography.RSASignaturePadding),
1712 typeof(ref int)
1713 }, ReturnType = typeof(bool))]
1714 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "VerifyData", MemberParameters = new object[]
1715 {
1716 typeof(global::System.ReadOnlySpan<byte>),
1717 typeof(global::System.ReadOnlySpan<byte>),
1718 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1719 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1720 }, ReturnType = typeof(bool))]
1721 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "Encrypt", MemberParameters = new object[]
1722 {
1723 typeof(byte[]),
1724 typeof(global::System.Security.Cryptography.RSAEncryptionPadding)
1725 }, ReturnType = typeof(byte[]))]
1726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "Decrypt", MemberParameters = new object[]
1727 {
1728 typeof(byte[]),
1729 typeof(global::System.Security.Cryptography.RSAEncryptionPadding)
1730 }, ReturnType = typeof(byte[]))]
1731 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "SignHash", MemberParameters = new object[]
1732 {
1733 typeof(byte[]),
1734 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1735 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1736 }, ReturnType = typeof(byte[]))]
1737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "VerifyHash", MemberParameters = new object[]
1738 {
1739 typeof(byte[]),
1740 typeof(byte[]),
1741 typeof(global::System.Security.Cryptography.HashAlgorithmName),
1742 typeof(global::System.Security.Cryptography.RSASignaturePadding)
1743 }, ReturnType = typeof(bool))]
1744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "Decrypt", MemberParameters = new object[]
1745 {
1746 typeof(byte[]),
1747 typeof(bool)
1748 }, ReturnType = typeof(byte[]))]
1749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "ExportParameters", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.Security.Cryptography.RSAParameters))]
1750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "GetHash", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Security.Cryptography.HashAlgorithm))]
1751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "SignData", MemberParameters = new object[]
1752 {
1753 typeof(byte[]),
1754 typeof(object)
1755 }, ReturnType = typeof(byte[]))]
1756 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "SignHash", MemberParameters = new object[]
1757 {
1758 typeof(byte[]),
1759 typeof(string)
1760 }, ReturnType = typeof(byte[]))]
1761 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "VerifyData", MemberParameters = new object[]
1762 {
1763 typeof(byte[]),
1764 typeof(object),
1765 typeof(byte[])
1766 }, ReturnType = typeof(bool))]
1767 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "VerifyHash", MemberParameters = new object[]
1768 {
1769 typeof(byte[]),
1770 typeof(string),
1771 typeof(byte[])
1772 }, ReturnType = typeof(bool))]
1773 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "ImportCspBlob", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1775 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter), Member = "SetKey", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1776 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAOAEPKeyExchangeFormatter), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1777 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAOAEPKeyExchangeFormatter), Member = "SetKey", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter), Member = "SetKey", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1780 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1781 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter), Member = "SetKey", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1782 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter), Member = "CreateKeyExchange", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
1783 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SignatureDescription), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.SecurityElement) }, ReturnType = typeof(void))]
1784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "set_IV", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1785 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "set_Key", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1786 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.TripleDES), Member = "set_Key", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "CreateFromName", MemberParameters = new object[]
1788 {
1789 typeof(string),
1790 typeof(object[])
1791 }, ReturnType = typeof(object))]
1792 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "MapNameToOID", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1793 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "AddAlgorithm", MemberParameters = new object[]
1794 {
1795 typeof(global::System.Type),
1796 typeof(string[])
1797 }, ReturnType = typeof(void))]
1798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "EncodeOID", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte[]))]
1799 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSACryptoServiceProvider), Member = "ImportCspBlob", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1800 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RNGCryptoServiceProvider), Member = "GetBytes", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1801 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RNGCryptoServiceProvider), Member = "GetNonZeroBytes", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
1802 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1SignatureDeformatter), Member = "SetHashAlgorithm", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1SignatureDeformatter), Member = "SetKey", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1SignatureDeformatter), Member = "VerifySignature", MemberParameters = new object[]
1805 {
1806 typeof(byte[]),
1807 typeof(byte[])
1808 }, ReturnType = typeof(bool))]
1809 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1SignatureFormatter), Member = "CreateSignature", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
1810 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1SignatureFormatter), Member = "SetHashAlgorithm", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1811 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1SignatureFormatter), Member = "SetKey", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
1812 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = ".ctor", MemberParameters = new object[]
1813 {
1814 typeof(string),
1815 typeof(string),
1816 typeof(global::System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
1817 }, ReturnType = typeof(void))]
1818 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate) }, ReturnType = typeof(void))]
1819 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.GenericIdentity), Member = ".ctor", MemberParameters = new object[]
1820 {
1821 typeof(string),
1822 typeof(string)
1823 }, ReturnType = typeof(void))]
1824 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.GenericPrincipal), Member = ".ctor", MemberParameters = new object[]
1825 {
1826 typeof(global::System.Security.Principal.IIdentity),
1827 typeof(string[])
1828 }, ReturnType = typeof(void))]
1829 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.Claim), Member = ".ctor", MemberParameters = new object[]
1830 {
1831 typeof(string),
1832 typeof(string),
1833 typeof(string),
1834 typeof(string),
1835 typeof(string),
1836 typeof(global::System.Security.Claims.ClaimsIdentity),
1837 typeof(string),
1838 typeof(string)
1839 }, ReturnType = typeof(void))]
1840 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.Claim), Member = ".ctor", MemberParameters = new object[]
1841 {
1842 typeof(global::System.Security.Claims.Claim),
1843 typeof(global::System.Security.Claims.ClaimsIdentity)
1844 }, ReturnType = typeof(void))]
1845 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Claims.ClaimsIdentity) }, ReturnType = typeof(void))]
1846 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
1847 {
1848 typeof(global::System.Runtime.Serialization.SerializationInfo),
1849 typeof(global::System.Runtime.Serialization.StreamingContext)
1850 }, ReturnType = typeof(void))]
1851 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = "AddClaim", MemberParameters = new object[] { typeof(global::System.Security.Claims.Claim) }, ReturnType = typeof(void))]
1852 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = "FindFirst", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Security.Claims.Claim))]
1853 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = "GetObjectData", MemberParameters = new object[]
1854 {
1855 typeof(global::System.Runtime.Serialization.SerializationInfo),
1856 typeof(global::System.Runtime.Serialization.StreamingContext)
1857 }, ReturnType = typeof(void))]
1858 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = "Deserialize", MemberParameters = new object[]
1859 {
1860 typeof(global::System.Runtime.Serialization.SerializationInfo),
1861 typeof(global::System.Runtime.Serialization.StreamingContext),
1862 typeof(bool)
1863 }, ReturnType = typeof(void))]
1864 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsPrincipal), Member = "SelectPrimaryIdentity", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IEnumerable<global::System.Security.Claims.ClaimsIdentity>) }, ReturnType = typeof(global::System.Security.Claims.ClaimsIdentity))]
1865 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsPrincipal), Member = ".ctor", MemberParameters = new object[]
1866 {
1867 typeof(global::System.Runtime.Serialization.SerializationInfo),
1868 typeof(global::System.Runtime.Serialization.StreamingContext)
1869 }, ReturnType = typeof(void))]
1870 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsPrincipal), Member = "Deserialize", MemberParameters = new object[]
1871 {
1872 typeof(global::System.Runtime.Serialization.SerializationInfo),
1873 typeof(global::System.Runtime.Serialization.StreamingContext)
1874 }, ReturnType = typeof(void))]
1875 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "GetObjectData", MemberParameters = new object[]
1876 {
1877 typeof(object),
1878 typeof(global::System.Runtime.Serialization.SerializationInfo),
1879 typeof(global::System.Runtime.Serialization.StreamingContext)
1880 }, ReturnType = typeof(void))]
1881 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "SetProperty", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Contexts.IContextProperty) }, ReturnType = typeof(void))]
1882 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "RegisterChannel", MemberParameters = new object[]
1883 {
1884 typeof(global::System.Runtime.Remoting.Channels.IChannel),
1885 typeof(bool)
1886 }, ReturnType = typeof(void))]
1887 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext), Member = "GetObjectData", MemberParameters = new object[]
1888 {
1889 typeof(global::System.Runtime.Serialization.SerializationInfo),
1890 typeof(global::System.Runtime.Serialization.StreamingContext)
1891 }, ReturnType = typeof(void))]
1892 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterConverter), Member = "ThrowValueNullException", ReturnType = typeof(void))]
1893 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetSerializableMembers", MemberParameters = new object[]
1894 {
1895 typeof(global::System.Type),
1896 typeof(global::System.Runtime.Serialization.StreamingContext)
1897 }, ReturnType = typeof(global::System.Reflection.MemberInfo[]))]
1898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetUninitializedObject", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
1899 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "PopulateObjectMembers", MemberParameters = new object[]
1900 {
1901 typeof(object),
1902 typeof(global::System.Reflection.MemberInfo[]),
1903 typeof(object[])
1904 }, ReturnType = typeof(object))]
1905 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetObjectData", MemberParameters = new object[]
1906 {
1907 typeof(object),
1908 typeof(global::System.Reflection.MemberInfo[])
1909 }, ReturnType = typeof(object[]))]
1910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetTypeFromAssembly", MemberParameters = new object[]
1911 {
1912 typeof(global::System.Reflection.Assembly),
1913 typeof(string)
1914 }, ReturnType = typeof(global::System.Type))]
1915 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetClrAssemblyName", MemberParameters = new object[]
1916 {
1917 typeof(global::System.Type),
1918 typeof(ref bool)
1919 }, ReturnType = typeof(string))]
1920 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "RegisterObject", MemberParameters = new object[]
1921 {
1922 typeof(object),
1923 typeof(long),
1924 typeof(global::System.Runtime.Serialization.SerializationInfo),
1925 typeof(long),
1926 typeof(global::System.Reflection.MemberInfo),
1927 typeof(int[])
1928 }, ReturnType = typeof(void))]
1929 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "CompleteISerializableObject", MemberParameters = new object[]
1930 {
1931 typeof(object),
1932 typeof(global::System.Runtime.Serialization.SerializationInfo),
1933 typeof(global::System.Runtime.Serialization.StreamingContext)
1934 }, ReturnType = typeof(void))]
1935 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "RecordFixup", MemberParameters = new object[]
1936 {
1937 typeof(long),
1938 typeof(global::System.Reflection.MemberInfo),
1939 typeof(long)
1940 }, ReturnType = typeof(void))]
1941 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "RecordDelayedFixup", MemberParameters = new object[]
1942 {
1943 typeof(long),
1944 typeof(string),
1945 typeof(long)
1946 }, ReturnType = typeof(void))]
1947 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "RecordArrayElementFixup", MemberParameters = new object[]
1948 {
1949 typeof(long),
1950 typeof(int[]),
1951 typeof(long)
1952 }, ReturnType = typeof(void))]
1953 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = ".ctor", MemberParameters = new object[]
1954 {
1955 typeof(global::System.Type),
1956 typeof(global::System.Runtime.Serialization.IFormatterConverter),
1957 typeof(bool)
1958 }, ReturnType = typeof(void))]
1959 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "SetType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
1960 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
1961 {
1962 typeof(string),
1963 typeof(object),
1964 typeof(global::System.Type)
1965 }, ReturnType = typeof(void))]
1966 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "FindElement", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1967 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetValue", MemberParameters = new object[]
1968 {
1969 typeof(string),
1970 typeof(global::System.Type)
1971 }, ReturnType = typeof(object))]
1972 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "SecureStringToBSTR", MemberParameters = new object[] { typeof(global::System.Security.SecureString) }, ReturnType = typeof(global::System.IntPtr))]
1973 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "SecureStringToUnicode", MemberParameters = new object[]
1974 {
1975 typeof(global::System.Security.SecureString),
1976 typeof(global::System.Runtime.InteropServices.Marshal.SecureStringAllocator)
1977 }, ReturnType = typeof(global::System.IntPtr))]
1978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "SecureStringToGlobalAllocUnicode", MemberParameters = new object[] { typeof(global::System.Security.SecureString) }, ReturnType = typeof(global::System.IntPtr))]
1979 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "GetFunctionPointerForDelegate", MemberTypeParameters = new object[] { "TDelegate" }, MemberParameters = new object[] { "TDelegate" }, ReturnType = typeof(global::System.IntPtr))]
1980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.FormattableStringFactory), Member = "Create", MemberParameters = new object[]
1981 {
1982 typeof(string),
1983 typeof(object[])
1984 }, ReturnType = typeof(global::System.FormattableString))]
1985 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.TupleElementNamesAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(void))]
1986 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.TypeForwardedFromAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.TaskAwaiter), Member = "OnCompletedInternal", MemberParameters = new object[]
1988 {
1989 typeof(global::System.Threading.Tasks.Task),
1990 typeof(global::System.Action),
1991 typeof(bool),
1992 typeof(bool)
1993 }, ReturnType = typeof(void))]
1994 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncVoidMethodBuilder), Member = "Start", MemberTypeParameters = new object[] { "TStateMachine" }, MemberParameters = new object[] { "TStateMachine&" }, ReturnType = typeof(void))]
1995 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncVoidMethodBuilder), Member = "SetException", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
1996 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncTaskMethodBuilder), Member = "Start", MemberTypeParameters = new object[] { "TStateMachine" }, MemberParameters = new object[] { "TStateMachine&" }, ReturnType = typeof(void))]
1997 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncTaskMethodBuilder<>), Member = "SetException", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
1998 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncMethodBuilderCore), Member = "SetStateMachine", MemberParameters = new object[] { typeof(global::System.Runtime.CompilerServices.IAsyncStateMachine) }, ReturnType = typeof(void))]
1999 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.TypeDependencyAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2000 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.NeutralResourcesLanguageAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2001 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.RuntimeResourceSet), Member = "GetObject", MemberParameters = new object[]
2002 {
2003 typeof(string),
2004 typeof(bool),
2005 typeof(bool)
2006 }, ReturnType = typeof(object))]
2007 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.SatelliteContractVersionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2008 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceManager.ResourceManagerMediator), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Resources.ResourceManager) }, ReturnType = typeof(void))]
2009 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceManager), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
2010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceManager), Member = "GetResourceSet", MemberParameters = new object[]
2011 {
2012 typeof(global::System.Globalization.CultureInfo),
2013 typeof(bool),
2014 typeof(bool)
2015 }, ReturnType = typeof(global::System.Resources.ResourceSet))]
2016 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceSet), Member = "GetObjectInternal", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(object))]
2017 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyFileVersionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2018 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ParameterInfo), Member = "IsDefined", MemberParameters = new object[]
2019 {
2020 typeof(global::System.Type),
2021 typeof(bool)
2022 }, ReturnType = typeof(bool))]
2023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ParameterInfo), Member = "GetCustomAttributes", MemberParameters = new object[]
2024 {
2025 typeof(global::System.Type),
2026 typeof(bool)
2027 }, ReturnType = typeof(object[]))]
2028 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Pointer), Member = "Box", MemberParameters = new object[]
2029 {
2030 typeof(void*),
2031 typeof(global::System.Type)
2032 }, ReturnType = typeof(object))]
2033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureConstructedGenericType), Member = ".ctor", MemberParameters = new object[]
2034 {
2035 typeof(global::System.Type),
2036 typeof(global::System.Type[])
2037 }, ReturnType = typeof(void))]
2038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeNamedArgument), Member = ".ctor", MemberParameters = new object[]
2039 {
2040 typeof(global::System.Reflection.MemberInfo),
2041 typeof(object)
2042 }, ReturnType = typeof(void))]
2043 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeNamedArgument), Member = ".ctor", MemberParameters = new object[]
2044 {
2045 typeof(global::System.Reflection.MemberInfo),
2046 typeof(global::System.Reflection.CustomAttributeTypedArgument)
2047 }, ReturnType = typeof(void))]
2048 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = ".ctor", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
2049 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = ".ctor", MemberParameters = new object[]
2050 {
2051 typeof(global::System.Type),
2052 typeof(object)
2053 }, ReturnType = typeof(void))]
2054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfoSerializationHolder), Member = "GetSerializationInfo", MemberParameters = new object[]
2055 {
2056 typeof(global::System.Runtime.Serialization.SerializationInfo),
2057 typeof(string),
2058 typeof(global::System.RuntimeType),
2059 typeof(string),
2060 typeof(string),
2061 typeof(global::System.Reflection.MemberTypes),
2062 typeof(global::System.Type[])
2063 }, ReturnType = typeof(void))]
2064 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfoSerializationHolder), Member = ".ctor", MemberParameters = new object[]
2065 {
2066 typeof(global::System.Runtime.Serialization.SerializationInfo),
2067 typeof(global::System.Runtime.Serialization.StreamingContext)
2068 }, ReturnType = typeof(void))]
2069 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetManifestResourceStream", MemberParameters = new object[]
2070 {
2071 typeof(global::System.Type),
2072 typeof(string),
2073 typeof(bool),
2074 typeof(ref global::System.Threading.StackCrawlMark)
2075 }, ReturnType = typeof(global::System.IO.Stream))]
2076 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetAssembly", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Reflection.Assembly))]
2077 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyName), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyName), Member = "GetObjectData", MemberParameters = new object[]
2079 {
2080 typeof(global::System.Runtime.Serialization.SerializationInfo),
2081 typeof(global::System.Runtime.Serialization.StreamingContext)
2082 }, ReturnType = typeof(void))]
2083 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeAssembly), Member = "GetObjectData", MemberParameters = new object[]
2084 {
2085 typeof(global::System.Runtime.Serialization.SerializationInfo),
2086 typeof(global::System.Runtime.Serialization.StreamingContext)
2087 }, ReturnType = typeof(void))]
2088 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeAssembly), Member = "GetType", MemberParameters = new object[]
2089 {
2090 typeof(string),
2091 typeof(bool),
2092 typeof(bool)
2093 }, ReturnType = typeof(global::System.Type))]
2094 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeAssembly), Member = "GetModule", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Reflection.Module))]
2095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeAssembly), Member = "GetManifestResourceInfo", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Reflection.ManifestResourceInfo))]
2096 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeAssembly), Member = "GetManifestResourceStream", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.IO.Stream))]
2097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeEventInfo), Member = "GetObjectData", MemberParameters = new object[]
2098 {
2099 typeof(global::System.Runtime.Serialization.SerializationInfo),
2100 typeof(global::System.Runtime.Serialization.StreamingContext)
2101 }, ReturnType = typeof(void))]
2102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeFieldInfo), Member = "GetObjectData", MemberParameters = new object[]
2103 {
2104 typeof(global::System.Runtime.Serialization.SerializationInfo),
2105 typeof(global::System.Runtime.Serialization.StreamingContext)
2106 }, ReturnType = typeof(void))]
2107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetObjectData", MemberParameters = new object[]
2108 {
2109 typeof(global::System.Runtime.Serialization.SerializationInfo),
2110 typeof(global::System.Runtime.Serialization.StreamingContext)
2111 }, ReturnType = typeof(void))]
2112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "MakeGenericMethod", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeConstructorInfo), Member = "GetObjectData", MemberParameters = new object[]
2114 {
2115 typeof(global::System.Runtime.Serialization.SerializationInfo),
2116 typeof(global::System.Runtime.Serialization.StreamingContext)
2117 }, ReturnType = typeof(void))]
2118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeModule), Member = "GetObjectData", MemberParameters = new object[]
2119 {
2120 typeof(global::System.Runtime.Serialization.SerializationInfo),
2121 typeof(global::System.Runtime.Serialization.StreamingContext)
2122 }, ReturnType = typeof(void))]
2123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimePropertyInfo), Member = "GetObjectData", MemberParameters = new object[]
2124 {
2125 typeof(global::System.Runtime.Serialization.SerializationInfo),
2126 typeof(global::System.Runtime.Serialization.StreamingContext)
2127 }, ReturnType = typeof(void))]
2128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamHelpers), Member = "ValidateCopyToArgs", MemberParameters = new object[]
2129 {
2130 typeof(global::System.IO.Stream),
2131 typeof(global::System.IO.Stream),
2132 typeof(int)
2133 }, ReturnType = typeof(void))]
2134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = ".ctor", MemberParameters = new object[]
2135 {
2136 typeof(global::System.IO.Stream),
2137 typeof(global::System.Text.Encoding),
2138 typeof(bool),
2139 typeof(int),
2140 typeof(bool)
2141 }, ReturnType = typeof(void))]
2142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = ".ctor", MemberParameters = new object[]
2143 {
2144 typeof(string),
2145 typeof(global::System.Text.Encoding),
2146 typeof(bool),
2147 typeof(int)
2148 }, ReturnType = typeof(void))]
2149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamWriter), Member = ".ctor", MemberParameters = new object[]
2150 {
2151 typeof(global::System.IO.Stream),
2152 typeof(global::System.Text.Encoding),
2153 typeof(int),
2154 typeof(bool)
2155 }, ReturnType = typeof(void))]
2156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamWriter), Member = ".ctor", MemberParameters = new object[]
2157 {
2158 typeof(string),
2159 typeof(bool),
2160 typeof(global::System.Text.Encoding),
2161 typeof(int)
2162 }, ReturnType = typeof(void))]
2163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.TextReader), Member = "Synchronized", MemberParameters = new object[] { typeof(global::System.IO.TextReader) }, ReturnType = typeof(global::System.IO.TextReader))]
2164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.TextWriter), Member = "Synchronized", MemberParameters = new object[] { typeof(global::System.IO.TextWriter) }, ReturnType = typeof(global::System.IO.TextWriter))]
2165 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Initialize", MemberParameters = new object[]
2166 {
2167 typeof(byte*),
2168 typeof(long),
2169 typeof(long),
2170 typeof(global::System.IO.FileAccess)
2171 }, ReturnType = typeof(void))]
2172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Directory), Member = "GetParent", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.IO.DirectoryInfo))]
2173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Directory), Member = "CreateDirectory", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.IO.DirectoryInfo))]
2174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Directory), Member = "InternalEnumeratePaths", MemberParameters = new object[]
2175 {
2176 typeof(string),
2177 typeof(string),
2178 typeof(global::System.IO.SearchTarget),
2179 typeof(global::System.IO.EnumerationOptions)
2180 }, ReturnType = typeof(global::System.Collections.Generic.IEnumerable<string>))]
2181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.DirectoryInfo), Member = "Init", MemberParameters = new object[]
2182 {
2183 typeof(string),
2184 typeof(string),
2185 typeof(string),
2186 typeof(bool)
2187 }, ReturnType = typeof(void))]
2188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "OpenText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.IO.StreamReader))]
2189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "Delete", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "WriteAllBytes", MemberParameters = new object[]
2191 {
2192 typeof(string),
2193 typeof(byte[])
2194 }, ReturnType = typeof(void))]
2195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileInfo), Member = ".ctor", MemberParameters = new object[]
2196 {
2197 typeof(string),
2198 typeof(string),
2199 typeof(string),
2200 typeof(bool)
2201 }, ReturnType = typeof(void))]
2202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = ".ctor", MemberParameters = new object[]
2203 {
2204 typeof(global::System.Runtime.Serialization.SerializationInfo),
2205 typeof(global::System.Runtime.Serialization.StreamingContext)
2206 }, ReturnType = typeof(void))]
2207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Stream.NullStream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
2208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Stream.NullStream", Member = "EndWrite", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
2209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Stream), Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
2210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Stream), Member = "EndWrite", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
2211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryReader), Member = ".ctor", MemberParameters = new object[]
2212 {
2213 typeof(global::System.IO.Stream),
2214 typeof(global::System.Text.Encoding),
2215 typeof(bool)
2216 }, ReturnType = typeof(void))]
2217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryWriter), Member = ".ctor", MemberParameters = new object[]
2218 {
2219 typeof(global::System.IO.Stream),
2220 typeof(global::System.Text.Encoding),
2221 typeof(bool)
2222 }, ReturnType = typeof(void))]
2223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryWriter), Member = "Write", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
2224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryWriter), Member = "Write", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(void))]
2225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryWriter), Member = "Write", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StringReader), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = ".ctor", MemberParameters = new object[]
2228 {
2229 typeof(string),
2230 typeof(global::System.IO.FileMode),
2231 typeof(global::System.IO.FileAccess),
2232 typeof(global::System.IO.FileShare),
2233 typeof(int),
2234 typeof(bool),
2235 typeof(global::System.IO.FileOptions)
2236 }, ReturnType = typeof(void))]
2237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = "Read", MemberParameters = new object[]
2238 {
2239 typeof(byte[]),
2240 typeof(int),
2241 typeof(int)
2242 }, ReturnType = typeof(int))]
2243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = "BeginRead", MemberParameters = new object[]
2244 {
2245 typeof(byte[]),
2246 typeof(int),
2247 typeof(int),
2248 typeof(global::System.AsyncCallback),
2249 typeof(object)
2250 }, ReturnType = typeof(global::System.IAsyncResult))]
2251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
2252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = "Write", MemberParameters = new object[]
2253 {
2254 typeof(byte[]),
2255 typeof(int),
2256 typeof(int)
2257 }, ReturnType = typeof(void))]
2258 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = "BeginWrite", MemberParameters = new object[]
2259 {
2260 typeof(byte[]),
2261 typeof(int),
2262 typeof(int),
2263 typeof(global::System.AsyncCallback),
2264 typeof(object)
2265 }, ReturnType = typeof(global::System.IAsyncResult))]
2266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = "EndWrite", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
2267 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "Combine", MemberParameters = new object[]
2268 {
2269 typeof(string),
2270 typeof(string)
2271 }, ReturnType = typeof(string))]
2272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "InsecureGetFullPath", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
2273 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "Combine", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
2274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "Combine", MemberParameters = new object[]
2275 {
2276 typeof(string),
2277 typeof(string),
2278 typeof(string)
2279 }, ReturnType = typeof(string))]
2280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "Validate", MemberParameters = new object[]
2281 {
2282 typeof(string),
2283 typeof(string)
2284 }, ReturnType = typeof(void))]
2285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnexceptionalStreamReader), Member = "Read", MemberParameters = new object[]
2286 {
2287 typeof(char[]),
2288 typeof(int),
2289 typeof(int)
2290 }, ReturnType = typeof(int))]
2291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.CStreamReader), Member = "Read", MemberParameters = new object[]
2292 {
2293 typeof(char[]),
2294 typeof(int),
2295 typeof(int)
2296 }, ReturnType = typeof(int))]
2297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Enumeration.FileSystemEnumerable<>), Member = ".ctor", MemberParameters = new object[]
2298 {
2299 typeof(string),
2300 "FindTransform<TResult>",
2301 typeof(global::System.IO.EnumerationOptions)
2302 }, ReturnType = typeof(void))]
2303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Enumeration.FileSystemEnumerator<>), Member = ".ctor", MemberParameters = new object[]
2304 {
2305 typeof(string),
2306 typeof(global::System.IO.EnumerationOptions)
2307 }, ReturnType = typeof(void))]
2308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[]
2309 {
2310 typeof(string),
2311 typeof(int)
2312 }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
2313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "InvariantCreateSortKey", MemberParameters = new object[]
2314 {
2315 typeof(string),
2316 typeof(global::System.Globalization.CompareOptions)
2317 }, ReturnType = typeof(global::System.Globalization.SortKey))]
2318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "GetCompareInfo", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Globalization.CompareInfo))]
2319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "IndexOf", MemberParameters = new object[]
2320 {
2321 typeof(string),
2322 typeof(string),
2323 typeof(int),
2324 typeof(int),
2325 typeof(global::System.Globalization.CompareOptions)
2326 }, ReturnType = typeof(int))]
2327 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "LastIndexOf", MemberParameters = new object[]
2328 {
2329 typeof(string),
2330 typeof(string),
2331 typeof(int),
2332 typeof(int),
2333 typeof(global::System.Globalization.CompareOptions)
2334 }, ReturnType = typeof(int))]
2335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "GetHashCodeOfString", MemberParameters = new object[]
2336 {
2337 typeof(string),
2338 typeof(global::System.Globalization.CompareOptions)
2339 }, ReturnType = typeof(int))]
2340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "GetHashCode", MemberParameters = new object[]
2341 {
2342 typeof(string),
2343 typeof(global::System.Globalization.CompareOptions)
2344 }, ReturnType = typeof(int))]
2345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "CreateSortKey", MemberParameters = new object[]
2346 {
2347 typeof(string),
2348 typeof(global::System.Globalization.CompareOptions)
2349 }, ReturnType = typeof(global::System.Globalization.SortKey))]
2350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.Calendar), Member = "ReadOnly", MemberParameters = new object[] { typeof(global::System.Globalization.Calendar) }, ReturnType = typeof(global::System.Globalization.Calendar))]
2351 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "ReadOnly", MemberParameters = new object[] { typeof(global::System.Globalization.NumberFormatInfo) }, ReturnType = typeof(global::System.Globalization.NumberFormatInfo))]
2352 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TextInfo), Member = "ReadOnly", MemberParameters = new object[] { typeof(global::System.Globalization.TextInfo) }, ReturnType = typeof(global::System.Globalization.TextInfo))]
2353 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TextInfo), Member = "ToLower", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
2354 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TextInfo), Member = "ToUpper", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
2355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.SortKey), Member = "Compare", MemberParameters = new object[]
2356 {
2357 typeof(global::System.Globalization.SortKey),
2358 typeof(global::System.Globalization.SortKey)
2359 }, ReturnType = typeof(int))]
2360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.EncodingTable), Member = "GetCodePageFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
2361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "ReadOnly", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(global::System.Globalization.CultureInfo))]
2362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "set_NumberFormat", MemberParameters = new object[] { typeof(global::System.Globalization.NumberFormatInfo) }, ReturnType = typeof(void))]
2363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "set_DateTimeFormat", MemberParameters = new object[] { typeof(global::System.Globalization.DateTimeFormatInfo) }, ReturnType = typeof(void))]
2364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = ".ctor", MemberParameters = new object[]
2365 {
2366 typeof(string),
2367 typeof(bool),
2368 typeof(bool)
2369 }, ReturnType = typeof(void))]
2370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "GetCultureInfo", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Globalization.CultureInfo))]
2371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "CreateSpecificCulture", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Globalization.CultureInfo))]
2372 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.IdnMapping), Member = "GetAscii", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
2373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.IdnMapping), Member = "GetAscii", MemberParameters = new object[]
2374 {
2375 typeof(string),
2376 typeof(int),
2377 typeof(int)
2378 }, ReturnType = typeof(string))]
2379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.IdnMapping), Member = "GetUnicode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
2380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.IdnMapping), Member = "GetUnicode", MemberParameters = new object[]
2381 {
2382 typeof(string),
2383 typeof(int),
2384 typeof(int)
2385 }, ReturnType = typeof(string))]
2386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggerTypeProxyAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
2387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.StackTrace), Member = ".ctor", MemberParameters = new object[]
2388 {
2389 typeof(global::System.Exception),
2390 typeof(int),
2391 typeof(bool)
2392 }, ReturnType = typeof(void))]
2393 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.Contracts.Contract), Member = "ForAll", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<T>", "System.Predicate`1<T>" }, ReturnType = typeof(bool))]
2394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Comparer), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(void))]
2395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Comparer), Member = ".ctor", MemberParameters = new object[]
2396 {
2397 typeof(global::System.Runtime.Serialization.SerializationInfo),
2398 typeof(global::System.Runtime.Serialization.StreamingContext)
2399 }, ReturnType = typeof(void))]
2400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Comparer), Member = "GetObjectData", MemberParameters = new object[]
2401 {
2402 typeof(global::System.Runtime.Serialization.SerializationInfo),
2403 typeof(global::System.Runtime.Serialization.StreamingContext)
2404 }, ReturnType = typeof(void))]
2405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ListDictionaryInternal.NodeKeyValueCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2406 {
2407 typeof(global::System.Array),
2408 typeof(int)
2409 }, ReturnType = typeof(void))]
2410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "CopyTo", MemberParameters = new object[]
2411 {
2412 typeof(global::System.Array),
2413 typeof(int)
2414 }, ReturnType = typeof(void))]
2415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.CompatibleComparer), Member = "GetHashCode", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
2416 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.CaseInsensitiveComparer), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(void))]
2417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.CaseInsensitiveHashCodeProvider), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(void))]
2418 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.CaseInsensitiveHashCodeProvider), Member = "GetHashCode", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
2419 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.CollectionBase), Member = "OnValidate", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
2420 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Queue), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.ICollection) }, ReturnType = typeof(void))]
2421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Queue), Member = "CopyTo", MemberParameters = new object[]
2422 {
2423 typeof(global::System.Array),
2424 typeof(int)
2425 }, ReturnType = typeof(void))]
2426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "Synchronized", MemberParameters = new object[] { typeof(global::System.Collections.SortedList) }, ReturnType = typeof(global::System.Collections.SortedList))]
2427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Stack), Member = "CopyTo", MemberParameters = new object[]
2428 {
2429 typeof(global::System.Array),
2430 typeof(int)
2431 }, ReturnType = typeof(void))]
2432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "CopyTo", MemberParameters = new object[]
2433 {
2434 typeof(int),
2435 typeof(global::System.Array),
2436 typeof(int),
2437 typeof(int)
2438 }, ReturnType = typeof(void))]
2439 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "ToArray", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
2440 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "Adapter", MemberParameters = new object[] { typeof(global::System.Collections.IList) }, ReturnType = typeof(global::System.Collections.ArrayList))]
2441 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "ReadOnly", MemberParameters = new object[] { typeof(global::System.Collections.ArrayList) }, ReturnType = typeof(global::System.Collections.ArrayList))]
2442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "ToArray", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
2443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.KeyCollection", Member = "CopyTo", MemberParameters = new object[]
2444 {
2445 typeof(global::System.Array),
2446 typeof(int)
2447 }, ReturnType = typeof(void))]
2448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.ValueCollection", Member = "CopyTo", MemberParameters = new object[]
2449 {
2450 typeof(global::System.Array),
2451 typeof(int)
2452 }, ReturnType = typeof(void))]
2453 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "Synchronized", MemberParameters = new object[] { typeof(global::System.Collections.Hashtable) }, ReturnType = typeof(global::System.Collections.Hashtable))]
2454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "GetObjectData", MemberParameters = new object[]
2455 {
2456 typeof(global::System.Runtime.Serialization.SerializationInfo),
2457 typeof(global::System.Runtime.Serialization.StreamingContext)
2458 }, ReturnType = typeof(void))]
2459 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentQueue<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2460 {
2461 typeof(global::System.Array),
2462 typeof(int)
2463 }, ReturnType = typeof(void))]
2464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentQueue<>), Member = "CopyTo", MemberParameters = new object[]
2465 {
2466 "T[]",
2467 typeof(int)
2468 }, ReturnType = typeof(void))]
2469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo", MemberParameters = new object[]
2470 {
2471 "System.Collections.Generic.KeyValuePair`2<TKey, TValue>[]",
2472 typeof(int)
2473 }, ReturnType = typeof(void))]
2474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "ThrowKeyNullException", ReturnType = typeof(void))]
2475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "GetOrAdd", MemberParameters = new object[] { "TKey", "System.Func`2<TKey, TValue>" }, ReturnType = "TValue")]
2476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2477 {
2478 typeof(global::System.Array),
2479 typeof(int)
2480 }, ReturnType = typeof(void))]
2481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.KeyedCollection<, >), Member = "Contains", MemberParameters = new object[] { "TKey" }, ReturnType = typeof(bool))]
2482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.KeyedCollection<, >), Member = "TryGetValue", MemberParameters = new object[] { "TKey", "TItem&" }, ReturnType = typeof(bool))]
2483 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.CollectionExtensions), Member = "GetValueOrDefault", MemberTypeParameters = new object[] { "TKey", "TValue" }, MemberParameters = new object[] { "System.Collections.Generic.IReadOnlyDictionary`2<TKey, TValue>", "TKey", "TValue" }, ReturnType = "TValue")]
2484 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Queue<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2485 {
2486 typeof(global::System.Array),
2487 typeof(int)
2488 }, ReturnType = typeof(void))]
2489 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Stack<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2490 {
2491 typeof(global::System.Array),
2492 typeof(int)
2493 }, ReturnType = typeof(void))]
2494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "InsertRange", MemberParameters = new object[]
2495 {
2496 typeof(int),
2497 "System.Collections.Generic.IEnumerable`1<T>"
2498 }, ReturnType = typeof(void))]
2499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "RemoveAll", MemberParameters = new object[] { "System.Predicate`1<T>" }, ReturnType = typeof(int))]
2500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.ByteEqualityComparer), Member = "IndexOf", MemberParameters = new object[]
2501 {
2502 typeof(byte[]),
2503 typeof(byte),
2504 typeof(int),
2505 typeof(int)
2506 }, ReturnType = typeof(int))]
2507 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.TlsOverPerCoreLockedStacksArrayPool<>), Member = "Return", MemberParameters = new object[]
2508 {
2509 "T[]",
2510 typeof(bool)
2511 }, ReturnType = typeof(void))]
2512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Unity.UnityTlsContext", Member = "ExtractNativeKeyAndChainFromManagedCertificate", MemberParameters = new object[]
2513 {
2514 typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate),
2515 "unitytls_errorstate*",
2516 "unitytls_x509list*&",
2517 "unitytls_key*&"
2518 }, ReturnType = typeof(void))]
2519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.BufferOffsetSize", Member = ".ctor", MemberParameters = new object[]
2520 {
2521 "System.Byte[]",
2522 typeof(int),
2523 typeof(int)
2524 }, ReturnType = typeof(void))]
2525 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Internal.Cryptography.OidLookup", Member = "ToFriendlyName", MemberParameters = new object[]
2526 {
2527 typeof(string),
2528 "System.Security.Cryptography.OidGroup",
2529 typeof(bool)
2530 }, ReturnType = typeof(string))]
2531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Internal.Cryptography.OidLookup", Member = "ToOid", MemberParameters = new object[]
2532 {
2533 typeof(string),
2534 "System.Security.Cryptography.OidGroup",
2535 typeof(bool)
2536 }, ReturnType = typeof(string))]
2537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriBuilder", Member = ".ctor", MemberParameters = new object[] { "System.Uri" }, ReturnType = typeof(void))]
2538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "SecureCreateInstance", MemberParameters = new object[]
2539 {
2540 typeof(global::System.Type),
2541 "System.Object[]",
2542 typeof(bool)
2543 }, ReturnType = typeof(object))]
2544 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "SecureConstructorInvoke", MemberParameters = new object[]
2545 {
2546 typeof(global::System.Type),
2547 "System.Type[]",
2548 "System.Object[]",
2549 typeof(bool),
2550 typeof(global::System.Reflection.BindingFlags)
2551 }, ReturnType = typeof(object))]
2552 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2553 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = ".ctor", MemberParameters = new object[]
2554 {
2555 typeof(string),
2556 "System.UriKind"
2557 }, ReturnType = typeof(void))]
2558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = ".ctor", MemberParameters = new object[]
2559 {
2560 "System.Uri",
2561 typeof(string)
2562 }, ReturnType = typeof(void))]
2563 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = ".ctor", MemberParameters = new object[] { "System.Uri", "System.Uri" }, ReturnType = typeof(void))]
2564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = ".ctor", MemberParameters = new object[]
2565 {
2566 typeof(global::System.Runtime.Serialization.SerializationInfo),
2567 typeof(global::System.Runtime.Serialization.StreamingContext)
2568 }, ReturnType = typeof(void))]
2569 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = "UnescapeDataString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
2570 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = "EscapeDataString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
2571 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = "IsBaseOf", MemberParameters = new object[] { "System.Uri" }, ReturnType = typeof(bool))]
2572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriTypeConverter", Member = "CanConvertFrom", MemberParameters = new object[]
2573 {
2574 "System.ComponentModel.ITypeDescriptorContext",
2575 typeof(global::System.Type)
2576 }, ReturnType = typeof(bool))]
2577 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.GroupCollection", Member = "CopyTo", MemberParameters = new object[]
2578 {
2579 typeof(global::System.Array),
2580 typeof(int)
2581 }, ReturnType = typeof(void))]
2582 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.GroupCollection", Member = "CopyTo", MemberParameters = new object[]
2583 {
2584 "System.Text.RegularExpressions.Group[]",
2585 typeof(int)
2586 }, ReturnType = typeof(void))]
2587 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.ExclusiveReference", Member = "Release", MemberParameters = new object[] { "System.Text.RegularExpressions.RegexRunner" }, ReturnType = typeof(void))]
2588 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "IsMatch", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
2589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "IsMatch", MemberParameters = new object[]
2590 {
2591 typeof(string),
2592 typeof(int)
2593 }, ReturnType = typeof(bool))]
2594 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Match", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Text.RegularExpressions.Match")]
2595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Match", MemberParameters = new object[]
2596 {
2597 typeof(string),
2598 typeof(int)
2599 }, ReturnType = "System.Text.RegularExpressions.Match")]
2600 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Matches", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Text.RegularExpressions.MatchCollection")]
2601 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Matches", MemberParameters = new object[]
2602 {
2603 typeof(string),
2604 typeof(int)
2605 }, ReturnType = "System.Text.RegularExpressions.MatchCollection")]
2606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Replace", MemberParameters = new object[]
2607 {
2608 typeof(string),
2609 typeof(string)
2610 }, ReturnType = typeof(string))]
2611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Replace", MemberParameters = new object[]
2612 {
2613 typeof(string),
2614 typeof(string),
2615 typeof(int),
2616 typeof(int)
2617 }, ReturnType = typeof(string))]
2618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Replace", MemberParameters = new object[]
2619 {
2620 typeof(string),
2621 "System.Text.RegularExpressions.MatchEvaluator"
2622 }, ReturnType = typeof(string))]
2623 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Replace", MemberParameters = new object[]
2624 {
2625 typeof(string),
2626 "System.Text.RegularExpressions.MatchEvaluator",
2627 typeof(int),
2628 typeof(int)
2629 }, ReturnType = typeof(string))]
2630 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Replace", MemberParameters = new object[]
2631 {
2632 "System.Text.RegularExpressions.MatchEvaluator",
2633 "System.Text.RegularExpressions.Regex",
2634 typeof(string),
2635 typeof(int),
2636 typeof(int)
2637 }, ReturnType = typeof(string))]
2638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Split", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.String[]")]
2639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Split", MemberParameters = new object[]
2640 {
2641 typeof(string),
2642 typeof(int),
2643 typeof(int)
2644 }, ReturnType = "System.String[]")]
2645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = ".ctor", MemberParameters = new object[]
2646 {
2647 typeof(string),
2648 "System.Text.RegularExpressions.RegexOptions",
2649 typeof(global::System.TimeSpan),
2650 typeof(bool)
2651 }, ReturnType = typeof(void))]
2652 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "Escape", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
2653 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "GroupNumberFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
2654 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.SwitchLevelAttribute", Member = "set_SwitchLevelType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
2655 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.TraceListenerCollection", Member = "InitializeListener", MemberParameters = new object[] { "System.Diagnostics.TraceListener" }, ReturnType = typeof(void))]
2656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.Process", Member = "set_StartInfo", MemberParameters = new object[] { "System.Diagnostics.ProcessStartInfo" }, ReturnType = typeof(void))]
2657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.Process", Member = "Start", MemberParameters = new object[] { "System.Diagnostics.ProcessStartInfo" }, ReturnType = "System.Diagnostics.Process")]
2658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Authentication.ExtendedProtection.ServiceNameCollection", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.ICollection) }, ReturnType = typeof(void))]
2659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.Oid", Member = ".ctor", MemberParameters = new object[] { "System.Security.Cryptography.Oid" }, ReturnType = typeof(void))]
2660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.Oid", Member = "FromOidValue", MemberParameters = new object[]
2661 {
2662 typeof(string),
2663 "System.Security.Cryptography.OidGroup"
2664 }, ReturnType = "System.Security.Cryptography.Oid")]
2665 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.OidCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2666 {
2667 typeof(global::System.Array),
2668 typeof(int)
2669 }, ReturnType = typeof(void))]
2670 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AsnEncodedData", Member = ".ctor", MemberParameters = new object[] { "System.Security.Cryptography.AsnEncodedData" }, ReturnType = typeof(void))]
2671 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AsnEncodedData", Member = "set_RawData", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
2672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AsnEncodedData", Member = "CopyFrom", MemberParameters = new object[] { "System.Security.Cryptography.AsnEncodedData" }, ReturnType = typeof(void))]
2673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.PublicKey", Member = ".ctor", MemberParameters = new object[] { "System.Security.Cryptography.Oid", "System.Security.Cryptography.AsnEncodedData", "System.Security.Cryptography.AsnEncodedData" }, ReturnType = typeof(void))]
2674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X500DistinguishedName", Member = ".ctor", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
2675 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension", Member = "CopyFrom", MemberParameters = new object[] { "System.Security.Cryptography.AsnEncodedData" }, ReturnType = typeof(void))]
2676 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "Add", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509Certificate2" }, ReturnType = typeof(int))]
2677 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "AddRange", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" }, ReturnType = typeof(void))]
2678 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "Contains", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509Certificate2" }, ReturnType = typeof(bool))]
2679 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "Find", MemberParameters = new object[]
2680 {
2681 "System.Security.Cryptography.X509Certificates.X509FindType",
2682 typeof(object),
2683 typeof(bool)
2684 }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
2685 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509CertificateCollection", Member = "AddRange", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509CertificateCollection" }, ReturnType = typeof(void))]
2686 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension", Member = ".ctor", MemberParameters = new object[]
2687 {
2688 "System.Security.Cryptography.OidCollection",
2689 typeof(bool)
2690 }, ReturnType = typeof(void))]
2691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension", Member = "CopyFrom", MemberParameters = new object[] { "System.Security.Cryptography.AsnEncodedData" }, ReturnType = typeof(void))]
2692 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Extension", Member = "CopyFrom", MemberParameters = new object[] { "System.Security.Cryptography.AsnEncodedData" }, ReturnType = typeof(void))]
2693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ExtensionCollection", Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Extension")]
2694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ExtensionCollection", Member = "Add", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509Extension" }, ReturnType = typeof(int))]
2695 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ExtensionCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2696 {
2697 typeof(global::System.Array),
2698 typeof(int)
2699 }, ReturnType = typeof(void))]
2700 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509KeyUsageExtension", Member = "CopyFrom", MemberParameters = new object[] { "System.Security.Cryptography.AsnEncodedData" }, ReturnType = typeof(void))]
2701 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension", Member = ".ctor", MemberParameters = new object[]
2702 {
2703 "System.Byte[]",
2704 typeof(bool)
2705 }, ReturnType = typeof(void))]
2706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension", Member = ".ctor", MemberParameters = new object[]
2707 {
2708 typeof(string),
2709 typeof(bool)
2710 }, ReturnType = typeof(void))]
2711 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension", Member = ".ctor", MemberParameters = new object[]
2712 {
2713 "System.Security.Cryptography.X509Certificates.PublicKey",
2714 "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2715 typeof(bool)
2716 }, ReturnType = typeof(void))]
2717 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension", Member = "CopyFrom", MemberParameters = new object[] { "System.Security.Cryptography.AsnEncodedData" }, ReturnType = typeof(void))]
2718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.RangeValidationHelpers", Member = "ValidateSegment", MemberParameters = new object[] { "System.ArraySegment`1<Byte>" }, ReturnType = typeof(void))]
2719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Base64Stream", Member = "BeginRead", MemberParameters = new object[]
2720 {
2721 "System.Byte[]",
2722 typeof(int),
2723 typeof(int),
2724 typeof(global::System.AsyncCallback),
2725 typeof(object)
2726 }, ReturnType = typeof(global::System.IAsyncResult))]
2727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Base64Stream", Member = "BeginWrite", MemberParameters = new object[]
2728 {
2729 "System.Byte[]",
2730 typeof(int),
2731 typeof(int),
2732 typeof(global::System.AsyncCallback),
2733 typeof(object)
2734 }, ReturnType = typeof(global::System.IAsyncResult))]
2735 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Base64Stream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
2736 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Base64Stream", Member = "EndWrite", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
2737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Base64Stream", Member = "Read", MemberParameters = new object[]
2738 {
2739 "System.Byte[]",
2740 typeof(int),
2741 typeof(int)
2742 }, ReturnType = typeof(int))]
2743 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Base64Stream", Member = "Write", MemberParameters = new object[]
2744 {
2745 "System.Byte[]",
2746 typeof(int),
2747 typeof(int)
2748 }, ReturnType = typeof(void))]
2749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DelegatedStream", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = typeof(void))]
2750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.IPAddress", Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.IPAddress")]
2751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.IPAddress", Member = "ThrowAddressNullException", ReturnType = "System.Byte[]")]
2752 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.IPEndPoint", Member = ".ctor", MemberParameters = new object[]
2753 {
2754 "System.Net.IPAddress",
2755 typeof(int)
2756 }, ReturnType = typeof(void))]
2757 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "set_Credentials", MemberParameters = new object[] { "System.Net.ICredentials" }, ReturnType = typeof(void))]
2758 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "EndGetResponse", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Net.WebResponse")]
2759 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "EndGetRequestStream", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(global::System.IO.Stream))]
2760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "set_ClientCertificates", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509CertificateCollection" }, ReturnType = typeof(void))]
2761 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebClient", Member = "ThrowIfNull", MemberParameters = new object[]
2762 {
2763 typeof(object),
2764 typeof(string)
2765 }, ReturnType = typeof(void))]
2766 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CredentialCache", Member = "Add", MemberParameters = new object[]
2767 {
2768 "System.Uri",
2769 typeof(string),
2770 "System.Net.NetworkCredential"
2771 }, ReturnType = typeof(void))]
2772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CredentialCache", Member = "Add", MemberParameters = new object[]
2773 {
2774 typeof(string),
2775 typeof(int),
2776 typeof(string),
2777 "System.Net.NetworkCredential"
2778 }, ReturnType = typeof(void))]
2779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CredentialCache", Member = "GetCredential", MemberParameters = new object[]
2780 {
2781 "System.Uri",
2782 typeof(string)
2783 }, ReturnType = "System.Net.NetworkCredential")]
2784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CredentialCache", Member = "GetCredential", MemberParameters = new object[]
2785 {
2786 typeof(string),
2787 typeof(int),
2788 typeof(string)
2789 }, ReturnType = "System.Net.NetworkCredential")]
2790 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DnsEndPoint", Member = ".ctor", MemberParameters = new object[]
2791 {
2792 typeof(string),
2793 typeof(int),
2794 "System.Net.Sockets.AddressFamily"
2795 }, ReturnType = typeof(void))]
2796 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ValidationHelper", Member = "ValidateSegment", MemberParameters = new object[] { "System.ArraySegment`1<Byte>" }, ReturnType = typeof(void))]
2797 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebHeaderCollection", Member = "CheckBadChars", MemberParameters = new object[]
2798 {
2799 typeof(string),
2800 typeof(bool)
2801 }, ReturnType = typeof(string))]
2802 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebHeaderCollection", Member = "Add", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebHeaderCollection", Member = "Set", MemberParameters = new object[]
2804 {
2805 typeof(string),
2806 typeof(string)
2807 }, ReturnType = typeof(void))]
2808 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebHeaderCollection", Member = "SetInternal", MemberParameters = new object[]
2809 {
2810 typeof(string),
2811 typeof(string)
2812 }, ReturnType = typeof(void))]
2813 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebHeaderCollection", Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2814 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DelayedRegex", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2815 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DelayedRegex", Member = ".ctor", MemberParameters = new object[] { "System.Text.RegularExpressions.Regex" }, ReturnType = typeof(void))]
2816 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebPermission", Member = "AddPermission", MemberParameters = new object[]
2817 {
2818 "System.Net.NetworkAccess",
2819 typeof(string)
2820 }, ReturnType = typeof(void))]
2821 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebPermission", Member = "AddPermission", MemberParameters = new object[] { "System.Net.NetworkAccess", "System.Uri" }, ReturnType = typeof(void))]
2822 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebPermission", Member = "AddPermission", MemberParameters = new object[] { "System.Net.NetworkAccess", "System.Text.RegularExpressions.Regex" }, ReturnType = typeof(void))]
2823 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebPermission", Member = "FromXml", MemberParameters = new object[] { typeof(global::System.Security.SecurityElement) }, ReturnType = typeof(void))]
2824 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequest", Member = "Create", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.WebRequest")]
2825 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequest", Member = "Create", MemberParameters = new object[] { "System.Uri" }, ReturnType = "System.Net.WebRequest")]
2826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequest", Member = "CreateDefault", MemberParameters = new object[] { "System.Uri" }, ReturnType = "System.Net.WebRequest")]
2827 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequest", Member = "CreateHttp", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.HttpWebRequest")]
2828 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequest", Member = "CreateHttp", MemberParameters = new object[] { "System.Uri" }, ReturnType = "System.Net.HttpWebRequest")]
2829 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequest", Member = "RegisterPrefix", MemberParameters = new object[]
2830 {
2831 typeof(string),
2832 "System.Net.IWebRequestCreate"
2833 }, ReturnType = typeof(bool))]
2834 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "HtmlEncode", MemberParameters = new object[]
2835 {
2836 typeof(string),
2837 typeof(global::System.IO.TextWriter)
2838 }, ReturnType = typeof(void))]
2839 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "HtmlDecode", MemberParameters = new object[]
2840 {
2841 typeof(string),
2842 typeof(global::System.IO.TextWriter)
2843 }, ReturnType = typeof(void))]
2844 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "ValidateUrlEncodingParameters", MemberParameters = new object[]
2845 {
2846 "System.Byte[]",
2847 typeof(int),
2848 typeof(int)
2849 }, ReturnType = typeof(bool))]
2850 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.LazyAsyncResult", Member = "ProtectedInvokeCallback", MemberParameters = new object[]
2851 {
2852 typeof(object),
2853 typeof(global::System.IntPtr)
2854 }, ReturnType = typeof(void))]
2855 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.StaticProxy", Member = ".ctor", MemberParameters = new object[] { "System.Uri", "System.Uri" }, ReturnType = typeof(void))]
2856 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieCollection", Member = "Add", MemberParameters = new object[] { "System.Net.Cookie" }, ReturnType = typeof(void))]
2857 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieCollection", Member = "Add", MemberParameters = new object[] { "System.Net.CookieCollection" }, ReturnType = typeof(void))]
2858 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "Add", MemberParameters = new object[] { "System.Net.Cookie" }, ReturnType = typeof(void))]
2859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "Add", MemberParameters = new object[] { "System.Net.CookieCollection" }, ReturnType = typeof(void))]
2860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "Add", MemberParameters = new object[] { "System.Uri", "System.Net.Cookie" }, ReturnType = typeof(void))]
2861 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "Add", MemberParameters = new object[] { "System.Uri", "System.Net.CookieCollection" }, ReturnType = typeof(void))]
2862 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "GetCookies", MemberParameters = new object[] { "System.Uri" }, ReturnType = "System.Net.CookieCollection")]
2863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "GetCookieHeader", MemberParameters = new object[] { "System.Uri" }, ReturnType = typeof(string))]
2864 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "SetCookies", MemberParameters = new object[]
2865 {
2866 "System.Uri",
2867 typeof(string)
2868 }, ReturnType = typeof(void))]
2869 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FileWebRequest", Member = "EndGetRequestStream", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(global::System.IO.Stream))]
2870 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FileWebRequest", Member = "EndGetResponse", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Net.WebResponse")]
2871 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebProxy", Member = "GetProxy", MemberParameters = new object[] { "System.Uri" }, ReturnType = "System.Uri")]
2872 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebProxy", Member = "IsBypassed", MemberParameters = new object[] { "System.Uri" }, ReturnType = typeof(bool))]
2873 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebProxy", Member = "System.Net.IAutoWebProxy.GetProxies", MemberParameters = new object[] { "System.Uri" }, ReturnType = "System.Net.ProxyChain")]
2874 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.AuthenticationManager", Member = "Authenticate", MemberParameters = new object[]
2875 {
2876 typeof(string),
2877 "System.Net.WebRequest",
2878 "System.Net.ICredentials"
2879 }, ReturnType = "System.Net.Authorization")]
2880 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.AuthenticationManager", Member = "PreAuthenticate", MemberParameters = new object[] { "System.Net.WebRequest", "System.Net.ICredentials" }, ReturnType = "System.Net.Authorization")]
2881 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.AuthenticationManager", Member = "Register", MemberParameters = new object[] { "System.Net.IAuthenticationModule" }, ReturnType = typeof(void))]
2882 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.AuthenticationManager", Member = "Unregister", MemberParameters = new object[] { "System.Net.IAuthenticationModule" }, ReturnType = typeof(void))]
2883 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.AuthenticationManager", Member = "Unregister", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2884 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ChunkedInputStream", Member = "BeginRead", MemberParameters = new object[]
2885 {
2886 "System.Byte[]",
2887 typeof(int),
2888 typeof(int),
2889 typeof(global::System.AsyncCallback),
2890 typeof(object)
2891 }, ReturnType = typeof(global::System.IAsyncResult))]
2892 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "BeginGetHostByName", MemberParameters = new object[]
2893 {
2894 typeof(string),
2895 typeof(global::System.AsyncCallback),
2896 typeof(object)
2897 }, ReturnType = typeof(global::System.IAsyncResult))]
2898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "BeginResolve", MemberParameters = new object[]
2899 {
2900 typeof(string),
2901 typeof(global::System.AsyncCallback),
2902 typeof(object)
2903 }, ReturnType = typeof(global::System.IAsyncResult))]
2904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "BeginGetHostAddresses", MemberParameters = new object[]
2905 {
2906 typeof(string),
2907 typeof(global::System.AsyncCallback),
2908 typeof(object)
2909 }, ReturnType = typeof(global::System.IAsyncResult))]
2910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "BeginGetHostEntry", MemberParameters = new object[]
2911 {
2912 typeof(string),
2913 typeof(global::System.AsyncCallback),
2914 typeof(object)
2915 }, ReturnType = typeof(global::System.IAsyncResult))]
2916 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "BeginGetHostEntry", MemberParameters = new object[]
2917 {
2918 "System.Net.IPAddress",
2919 typeof(global::System.AsyncCallback),
2920 typeof(object)
2921 }, ReturnType = typeof(global::System.IAsyncResult))]
2922 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "EndGetHostByName", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Net.IPHostEntry")]
2923 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "EndResolve", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Net.IPHostEntry")]
2924 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "EndGetHostAddresses", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Net.IPAddress[]")]
2925 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "EndGetHostEntry", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Net.IPHostEntry")]
2926 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "GetHostByAddress", MemberParameters = new object[] { "System.Net.IPAddress" }, ReturnType = "System.Net.IPHostEntry")]
2927 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "GetHostByAddress", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.IPHostEntry")]
2928 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "GetHostEntry", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.IPHostEntry")]
2929 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "GetHostEntry", MemberParameters = new object[] { "System.Net.IPAddress" }, ReturnType = "System.Net.IPHostEntry")]
2930 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "GetHostAddresses", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.IPAddress[]")]
2931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "GetHostByName", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.IPHostEntry")]
2932 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "Resolve", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.IPHostEntry")]
2933 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.EndpointPermission", Member = ".ctor", MemberParameters = new object[]
2934 {
2935 typeof(string),
2936 typeof(int),
2937 "System.Net.TransportType"
2938 }, ReturnType = typeof(void))]
2939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListener", Member = "set_ExtendedProtectionPolicy", MemberParameters = new object[] { "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" }, ReturnType = typeof(void))]
2940 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListener", Member = "EndGetContext", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Net.HttpListenerContext")]
2941 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerPrefixCollection", Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
2942 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerRequest", Member = "EndGetClientCertificate", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2")]
2943 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerResponse", Member = "set_ProtocolVersion", MemberParameters = new object[] { typeof(global::System.Version) }, ReturnType = typeof(void))]
2944 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerResponse", Member = "AddHeader", MemberParameters = new object[]
2945 {
2946 typeof(string),
2947 typeof(string)
2948 }, ReturnType = typeof(void))]
2949 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerResponse", Member = "AppendCookie", MemberParameters = new object[] { "System.Net.Cookie" }, ReturnType = typeof(void))]
2950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerResponse", Member = "AppendHeader", MemberParameters = new object[]
2951 {
2952 typeof(string),
2953 typeof(string)
2954 }, ReturnType = typeof(void))]
2955 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerResponse", Member = "Close", MemberParameters = new object[]
2956 {
2957 "System.Byte[]",
2958 typeof(bool)
2959 }, ReturnType = typeof(void))]
2960 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerResponse", Member = "SetCookie", MemberParameters = new object[] { "System.Net.Cookie" }, ReturnType = typeof(void))]
2961 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "set_ClientCertificates", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509CertificateCollection" }, ReturnType = typeof(void))]
2962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "set_Host", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2963 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "AddRange", MemberParameters = new object[]
2964 {
2965 typeof(string),
2966 typeof(long)
2967 }, ReturnType = typeof(void))]
2968 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "AddRange", MemberParameters = new object[]
2969 {
2970 typeof(string),
2971 typeof(long),
2972 typeof(long)
2973 }, ReturnType = typeof(void))]
2974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "EndGetRequestStream", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(global::System.IO.Stream))]
2975 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "EndGetResponse", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = "System.Net.WebResponse")]
2976 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "EndGetRequestStream", MemberParameters = new object[]
2977 {
2978 typeof(global::System.IAsyncResult),
2979 "System.Net.TransportContext&"
2980 }, ReturnType = typeof(global::System.IO.Stream))]
2981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ListenerPrefix", Member = "CheckUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.RequestStream", Member = "FillFromBuffer", MemberParameters = new object[]
2983 {
2984 "System.Byte[]",
2985 typeof(int),
2986 typeof(int)
2987 }, ReturnType = typeof(int))]
2988 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.RequestStream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
2989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePointManager", Member = "FindServicePoint", MemberParameters = new object[] { "System.Uri", "System.Net.IWebProxy" }, ReturnType = "System.Net.ServicePoint")]
2990 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.SocketPermission", Member = "FromXml", MemberParameters = new object[] { typeof(global::System.Security.SecurityElement) }, ReturnType = typeof(void))]
2991 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "Read", MemberParameters = new object[]
2992 {
2993 "System.Byte[]",
2994 typeof(int),
2995 typeof(int)
2996 }, ReturnType = typeof(int))]
2997 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "BeginRead", MemberParameters = new object[]
2998 {
2999 "System.Byte[]",
3000 typeof(int),
3001 typeof(int),
3002 typeof(global::System.AsyncCallback),
3003 typeof(object)
3004 }, ReturnType = typeof(global::System.IAsyncResult))]
3005 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
3006 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "BeginWrite", MemberParameters = new object[]
3007 {
3008 "System.Byte[]",
3009 typeof(int),
3010 typeof(int),
3011 typeof(global::System.AsyncCallback),
3012 typeof(object)
3013 }, ReturnType = typeof(global::System.IAsyncResult))]
3014 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "EndWrite", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
3015 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "Write", MemberParameters = new object[]
3016 {
3017 "System.Byte[]",
3018 typeof(int),
3019 typeof(int)
3020 }, ReturnType = typeof(void))]
3021 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebOperation", Member = "RegisterRequest", MemberParameters = new object[] { "System.Net.ServicePoint", "System.Net.WebConnection" }, ReturnType = typeof(void))]
3022 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebReadStream.<ReadAsync>d__28", Member = "MoveNext", ReturnType = typeof(void))]
3023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebReadStream", Member = "Read", MemberParameters = new object[]
3024 {
3025 "System.Byte[]",
3026 typeof(int),
3027 typeof(int)
3028 }, ReturnType = typeof(int))]
3029 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebReadStream", Member = "BeginRead", MemberParameters = new object[]
3030 {
3031 "System.Byte[]",
3032 typeof(int),
3033 typeof(int),
3034 typeof(global::System.AsyncCallback),
3035 typeof(object)
3036 }, ReturnType = typeof(global::System.IAsyncResult))]
3037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebReadStream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
3038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequestStream", Member = "WriteAsync", MemberParameters = new object[]
3039 {
3040 "System.Byte[]",
3041 typeof(int),
3042 typeof(int),
3043 typeof(global::System.Threading.CancellationToken)
3044 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
3045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebResponseStream.<ReadAsync>d__40", Member = "MoveNext", ReturnType = typeof(void))]
3046 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cache.RequestCacheManager", Member = "GetBinding", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Net.Cache.RequestCacheBinding")]
3047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cache.RequestCacheManager", Member = "SetBinding", MemberParameters = new object[]
3048 {
3049 typeof(string),
3050 "System.Net.Cache.RequestCacheBinding"
3051 }, ReturnType = typeof(void))]
3052 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = ".ctor", MemberParameters = new object[]
3053 {
3054 "System.Net.Sockets.Socket",
3055 typeof(global::System.IO.FileAccess),
3056 typeof(bool)
3057 }, ReturnType = typeof(void))]
3058 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Read", MemberParameters = new object[]
3059 {
3060 "System.Byte[]",
3061 typeof(int),
3062 typeof(int)
3063 }, ReturnType = typeof(int))]
3064 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Write", MemberParameters = new object[]
3065 {
3066 "System.Byte[]",
3067 typeof(int),
3068 typeof(int)
3069 }, ReturnType = typeof(void))]
3070 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "BeginRead", MemberParameters = new object[]
3071 {
3072 "System.Byte[]",
3073 typeof(int),
3074 typeof(int),
3075 typeof(global::System.AsyncCallback),
3076 typeof(object)
3077 }, ReturnType = typeof(global::System.IAsyncResult))]
3078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
3079 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "BeginWrite", MemberParameters = new object[]
3080 {
3081 "System.Byte[]",
3082 typeof(int),
3083 typeof(int),
3084 typeof(global::System.AsyncCallback),
3085 typeof(object)
3086 }, ReturnType = typeof(global::System.IAsyncResult))]
3087 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "EndWrite", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
3088 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "ReadAsync", MemberParameters = new object[]
3089 {
3090 "System.Byte[]",
3091 typeof(int),
3092 typeof(int),
3093 typeof(global::System.Threading.CancellationToken)
3094 }, ReturnType = "System.Threading.Tasks.Task`1<Int32>")]
3095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "WriteAsync", MemberParameters = new object[]
3096 {
3097 "System.Byte[]",
3098 typeof(int),
3099 typeof(int),
3100 typeof(global::System.Threading.CancellationToken)
3101 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
3102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "Bind", MemberParameters = new object[] { "System.Net.EndPoint" }, ReturnType = typeof(void))]
3103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "Connect", MemberParameters = new object[] { "System.Net.EndPoint" }, ReturnType = typeof(void))]
3104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "BeginConnect", MemberParameters = new object[]
3105 {
3106 typeof(string),
3107 typeof(int),
3108 typeof(global::System.AsyncCallback),
3109 typeof(object)
3110 }, ReturnType = typeof(global::System.IAsyncResult))]
3111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "BeginConnect", MemberParameters = new object[]
3112 {
3113 "System.Net.EndPoint",
3114 typeof(global::System.AsyncCallback),
3115 typeof(object)
3116 }, ReturnType = typeof(global::System.IAsyncResult))]
3117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "Receive", MemberParameters = new object[] { "System.Collections.Generic.IList`1<ArraySegment`1<Byte>>", "System.Net.Sockets.SocketFlags", "System.Net.Sockets.SocketError&" }, ReturnType = typeof(int))]
3118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "BeginReceiveFrom", MemberParameters = new object[]
3119 {
3120 "System.Byte[]",
3121 typeof(int),
3122 typeof(int),
3123 "System.Net.Sockets.SocketFlags",
3124 "System.Net.EndPoint&",
3125 typeof(global::System.AsyncCallback),
3126 typeof(object)
3127 }, ReturnType = typeof(global::System.IAsyncResult))]
3128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "EndReceiveFrom", MemberParameters = new object[]
3129 {
3130 typeof(global::System.IAsyncResult),
3131 "System.Net.EndPoint&"
3132 }, ReturnType = typeof(int))]
3133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "Send", MemberParameters = new object[] { "System.Collections.Generic.IList`1<ArraySegment`1<Byte>>", "System.Net.Sockets.SocketFlags", "System.Net.Sockets.SocketError&" }, ReturnType = typeof(int))]
3134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "SendTo", MemberParameters = new object[]
3135 {
3136 "System.Byte[]",
3137 typeof(int),
3138 typeof(int),
3139 "System.Net.Sockets.SocketFlags",
3140 "System.Net.EndPoint"
3141 }, ReturnType = typeof(int))]
3142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "ThrowIfBufferNull", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
3143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "ValidateEndIAsyncResult", MemberParameters = new object[]
3144 {
3145 typeof(global::System.IAsyncResult),
3146 typeof(string),
3147 typeof(string)
3148 }, ReturnType = "System.Net.Sockets.SocketAsyncResult")]
3149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.TcpClient", Member = "Connect", MemberParameters = new object[]
3150 {
3151 typeof(string),
3152 typeof(int)
3153 }, ReturnType = typeof(void))]
3154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.TcpClient", Member = "Connect", MemberParameters = new object[]
3155 {
3156 "System.Net.IPAddress",
3157 typeof(int)
3158 }, ReturnType = typeof(void))]
3159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.TcpClient", Member = "Connect", MemberParameters = new object[] { "System.Net.IPEndPoint" }, ReturnType = typeof(void))]
3160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.TcpListener", Member = ".ctor", MemberParameters = new object[]
3161 {
3162 "System.Net.IPAddress",
3163 typeof(int)
3164 }, ReturnType = typeof(void))]
3165 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.UdpClient", Member = "Send", MemberParameters = new object[]
3166 {
3167 "System.Byte[]",
3168 typeof(int),
3169 "System.Net.IPEndPoint"
3170 }, ReturnType = typeof(int))]
3171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.UdpReceiveResult", Member = ".ctor", MemberParameters = new object[] { "System.Byte[]", "System.Net.IPEndPoint" }, ReturnType = typeof(void))]
3172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Security.AuthenticatedStream", Member = ".ctor", MemberParameters = new object[]
3173 {
3174 typeof(global::System.IO.Stream),
3175 typeof(bool)
3176 }, ReturnType = typeof(void))]
3177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter", Member = "ConvertTo", MemberParameters = new object[]
3178 {
3179 "System.ComponentModel.ITypeDescriptorContext",
3180 typeof(global::System.Globalization.CultureInfo),
3181 typeof(object),
3182 typeof(global::System.Type)
3183 }, ReturnType = typeof(object))]
3184 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeCollection", Member = ".ctor", MemberParameters = new object[] { "System.Attribute[]" }, ReturnType = typeof(void))]
3185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeCollection", Member = "FromExisting", MemberParameters = new object[] { "System.ComponentModel.AttributeCollection", "System.Attribute[]" }, ReturnType = "System.ComponentModel.AttributeCollection")]
3186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeProviderAttribute", Member = ".ctor", MemberParameters = new object[]
3188 {
3189 typeof(string),
3190 typeof(string)
3191 }, ReturnType = typeof(void))]
3192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
3193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BaseNumberConverter", Member = "ConvertTo", MemberParameters = new object[]
3194 {
3195 "System.ComponentModel.ITypeDescriptorContext",
3196 typeof(global::System.Globalization.CultureInfo),
3197 typeof(object),
3198 typeof(global::System.Type)
3199 }, ReturnType = typeof(object))]
3200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComponentResourceManager", Member = "ApplyResources", MemberParameters = new object[]
3201 {
3202 typeof(object),
3203 typeof(string),
3204 typeof(global::System.Globalization.CultureInfo)
3205 }, ReturnType = typeof(void))]
3206 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "ConvertTo", MemberParameters = new object[]
3207 {
3208 "System.ComponentModel.ITypeDescriptorContext",
3209 typeof(global::System.Globalization.CultureInfo),
3210 typeof(object),
3211 typeof(global::System.Type)
3212 }, ReturnType = typeof(object))]
3213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DecimalConverter", Member = "ConvertTo", MemberParameters = new object[]
3214 {
3215 "System.ComponentModel.ITypeDescriptorContext",
3216 typeof(global::System.Globalization.CultureInfo),
3217 typeof(object),
3218 typeof(global::System.Type)
3219 }, ReturnType = typeof(object))]
3220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.GuidConverter", Member = "ConvertTo", MemberParameters = new object[]
3221 {
3222 "System.ComponentModel.ITypeDescriptorContext",
3223 typeof(global::System.Globalization.CultureInfo),
3224 typeof(object),
3225 typeof(global::System.Type)
3226 }, ReturnType = typeof(object))]
3227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "Add", MemberParameters = new object[]
3228 {
3229 typeof(string),
3230 typeof(ref int),
3231 "System.ComponentModel.MaskedTextResultHint&"
3232 }, ReturnType = typeof(bool))]
3233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "InsertAt", MemberParameters = new object[]
3234 {
3235 typeof(string),
3236 typeof(int),
3237 typeof(ref int),
3238 "System.ComponentModel.MaskedTextResultHint&"
3239 }, ReturnType = typeof(bool))]
3240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "Replace", MemberParameters = new object[]
3241 {
3242 typeof(string),
3243 typeof(int),
3244 typeof(ref int),
3245 "System.ComponentModel.MaskedTextResultHint&"
3246 }, ReturnType = typeof(bool))]
3247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "Replace", MemberParameters = new object[]
3248 {
3249 typeof(string),
3250 typeof(int),
3251 typeof(int),
3252 typeof(ref int),
3253 "System.ComponentModel.MaskedTextResultHint&"
3254 }, ReturnType = typeof(bool))]
3255 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "Set", MemberParameters = new object[]
3256 {
3257 typeof(string),
3258 typeof(ref int),
3259 "System.ComponentModel.MaskedTextResultHint&"
3260 }, ReturnType = typeof(bool))]
3261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MultilineStringConverter", Member = "ConvertTo", MemberParameters = new object[]
3262 {
3263 "System.ComponentModel.ITypeDescriptorContext",
3264 typeof(global::System.Globalization.CultureInfo),
3265 typeof(object),
3266 typeof(global::System.Type)
3267 }, ReturnType = typeof(object))]
3268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NestedContainer", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.IComponent" }, ReturnType = typeof(void))]
3269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NestedContainer", Member = "CreateSite", MemberParameters = new object[]
3270 {
3271 "System.ComponentModel.IComponent",
3272 typeof(string)
3273 }, ReturnType = "System.ComponentModel.ISite")]
3274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NullableConverter", Member = "ConvertTo", MemberParameters = new object[]
3275 {
3276 "System.ComponentModel.ITypeDescriptorContext",
3277 typeof(global::System.Globalization.CultureInfo),
3278 typeof(object),
3279 typeof(global::System.Type)
3280 }, ReturnType = typeof(object))]
3281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "AddValueChanged", MemberParameters = new object[]
3282 {
3283 typeof(object),
3284 typeof(global::System.EventHandler)
3285 }, ReturnType = typeof(void))]
3286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "RemoveValueChanged", MemberParameters = new object[]
3287 {
3288 typeof(object),
3289 typeof(global::System.EventHandler)
3290 }, ReturnType = typeof(void))]
3291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReferenceConverter", Member = "ConvertTo", MemberParameters = new object[]
3292 {
3293 "System.ComponentModel.ITypeDescriptorContext",
3294 typeof(global::System.Globalization.CultureInfo),
3295 typeof(object),
3296 typeof(global::System.Type)
3297 }, ReturnType = typeof(object))]
3298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "ConvertTo", MemberParameters = new object[]
3299 {
3300 "System.ComponentModel.ITypeDescriptorContext",
3301 typeof(global::System.Globalization.CultureInfo),
3302 typeof(object),
3303 typeof(global::System.Type)
3304 }, ReturnType = typeof(object))]
3305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "CreateInstance", MemberParameters = new object[]
3306 {
3307 typeof(global::System.IServiceProvider),
3308 typeof(global::System.Type),
3309 "System.Type[]",
3310 "System.Object[]"
3311 }, ReturnType = typeof(object))]
3312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "GetExtenderProviders", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.IExtenderProvider[]")]
3313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "GetReflectionType", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Type))]
3314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "GetRuntimeType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
3315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "GetTypeDescriptor", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.ICustomTypeDescriptor")]
3316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "IsSupportedType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
3317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
3319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeListConverter", Member = "ConvertTo", MemberParameters = new object[]
3320 {
3321 "System.ComponentModel.ITypeDescriptorContext",
3322 typeof(global::System.Globalization.CultureInfo),
3323 typeof(object),
3324 typeof(global::System.Type)
3325 }, ReturnType = typeof(object))]
3326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CollectionConverter", Member = "ConvertTo", MemberParameters = new object[]
3327 {
3328 "System.ComponentModel.ITypeDescriptorContext",
3329 typeof(global::System.Globalization.CultureInfo),
3330 typeof(object),
3331 typeof(global::System.Type)
3332 }, ReturnType = typeof(object))]
3333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container", Member = "ValidateName", MemberParameters = new object[]
3334 {
3335 "System.ComponentModel.IComponent",
3336 typeof(string)
3337 }, ReturnType = typeof(void))]
3338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertTo", MemberParameters = new object[]
3339 {
3340 "System.ComponentModel.ITypeDescriptorContext",
3341 typeof(global::System.Globalization.CultureInfo),
3342 typeof(object),
3343 typeof(global::System.Type)
3344 }, ReturnType = typeof(object))]
3345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseException", Member = "GetObjectData", MemberParameters = new object[]
3346 {
3347 typeof(global::System.Runtime.Serialization.SerializationInfo),
3348 typeof(global::System.Runtime.Serialization.StreamingContext)
3349 }, ReturnType = typeof(void))]
3350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "GetInvocationTarget", MemberParameters = new object[]
3351 {
3352 typeof(global::System.Type),
3353 typeof(object)
3354 }, ReturnType = typeof(object))]
3355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "GetInvokee", MemberParameters = new object[]
3356 {
3357 typeof(global::System.Type),
3358 typeof(object)
3359 }, ReturnType = typeof(object))]
3360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "AddValueChanged", MemberParameters = new object[]
3361 {
3362 typeof(object),
3363 typeof(global::System.EventHandler)
3364 }, ReturnType = typeof(void))]
3365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "RemoveValueChanged", MemberParameters = new object[]
3366 {
3367 typeof(object),
3368 typeof(global::System.EventHandler)
3369 }, ReturnType = typeof(void))]
3370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "AddEditorTable", MemberParameters = new object[]
3371 {
3372 typeof(global::System.Type),
3373 typeof(global::System.Collections.Hashtable)
3374 }, ReturnType = typeof(void))]
3375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "GetExtenderProviders", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.IExtenderProvider[]")]
3376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "ConvertTo", MemberParameters = new object[]
3377 {
3378 "System.ComponentModel.ITypeDescriptorContext",
3379 typeof(global::System.Globalization.CultureInfo),
3380 typeof(object),
3381 typeof(global::System.Type)
3382 }, ReturnType = typeof(object))]
3383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.ComNativeDescriptionProvider", Member = "GetTypeDescriptor", MemberParameters = new object[]
3384 {
3385 typeof(global::System.Type),
3386 typeof(object)
3387 }, ReturnType = "System.ComponentModel.ICustomTypeDescriptor")]
3388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.MergedTypeDescriptor", Member = "System.ComponentModel.ICustomTypeDescriptor.GetEditor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode.DefaultExtendedTypeDescriptor", Member = "System.ComponentModel.ICustomTypeDescriptor.GetEditor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode.DefaultTypeDescriptor", Member = "System.ComponentModel.ICustomTypeDescriptor.GetEditor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "CreateInstance", MemberParameters = new object[]
3392 {
3393 typeof(global::System.IServiceProvider),
3394 typeof(global::System.Type),
3395 "System.Type[]",
3396 "System.Object[]"
3397 }, ReturnType = typeof(object))]
3398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetCache", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Collections.IDictionary))]
3399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetExtendedTypeDescriptor", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.ICustomTypeDescriptor")]
3400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetExtenderProviders", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.IExtenderProvider[]")]
3401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetFullComponentName", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
3402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetReflectionType", MemberParameters = new object[]
3403 {
3404 typeof(global::System.Type),
3405 typeof(object)
3406 }, ReturnType = typeof(global::System.Type))]
3407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetRuntimeType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
3408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetTypeDescriptor", MemberParameters = new object[]
3409 {
3410 typeof(global::System.Type),
3411 typeof(object)
3412 }, ReturnType = "System.ComponentModel.ICustomTypeDescriptor")]
3413 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "IsSupportedType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
3414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddAttributes", MemberParameters = new object[]
3415 {
3416 typeof(global::System.Type),
3417 "System.Attribute[]"
3418 }, ReturnType = "System.ComponentModel.TypeDescriptionProvider")]
3419 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddAttributes", MemberParameters = new object[]
3420 {
3421 typeof(object),
3422 "System.Attribute[]"
3423 }, ReturnType = "System.ComponentModel.TypeDescriptionProvider")]
3424 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddProvider", MemberParameters = new object[]
3425 {
3426 "System.ComponentModel.TypeDescriptionProvider",
3427 typeof(global::System.Type)
3428 }, ReturnType = typeof(void))]
3429 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddProvider", MemberParameters = new object[]
3430 {
3431 "System.ComponentModel.TypeDescriptionProvider",
3432 typeof(object)
3433 }, ReturnType = typeof(void))]
3434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddProviderTransparent", MemberParameters = new object[]
3435 {
3436 "System.ComponentModel.TypeDescriptionProvider",
3437 typeof(global::System.Type)
3438 }, ReturnType = typeof(void))]
3439 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddProviderTransparent", MemberParameters = new object[]
3440 {
3441 "System.ComponentModel.TypeDescriptionProvider",
3442 typeof(object)
3443 }, ReturnType = typeof(void))]
3444 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateAssociation", MemberParameters = new object[]
3445 {
3446 typeof(object),
3447 typeof(object)
3448 }, ReturnType = typeof(void))]
3449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateInstance", MemberParameters = new object[]
3450 {
3451 typeof(global::System.IServiceProvider),
3452 typeof(global::System.Type),
3453 "System.Type[]",
3454 "System.Object[]"
3455 }, ReturnType = typeof(object))]
3456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetAssociation", MemberParameters = new object[]
3457 {
3458 typeof(global::System.Type),
3459 typeof(object)
3460 }, ReturnType = typeof(object))]
3461 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetDescriptor", MemberParameters = new object[]
3462 {
3463 typeof(global::System.Type),
3464 typeof(string)
3465 }, ReturnType = "System.ComponentModel.ICustomTypeDescriptor")]
3466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetEditor", MemberParameters = new object[]
3467 {
3468 typeof(object),
3469 typeof(global::System.Type),
3470 typeof(bool)
3471 }, ReturnType = typeof(object))]
3472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetEditor", MemberParameters = new object[]
3473 {
3474 typeof(global::System.Type),
3475 typeof(global::System.Type)
3476 }, ReturnType = typeof(object))]
3477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetFullComponentName", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
3478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetProvider", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.TypeDescriptionProvider")]
3479 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetProvider", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.TypeDescriptionProvider")]
3480 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetReflectionType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
3481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetReflectionType", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Type))]
3482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "RemoveAssociation", MemberParameters = new object[]
3483 {
3484 typeof(object),
3485 typeof(object)
3486 }, ReturnType = typeof(void))]
3487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "RemoveAssociations", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3488 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "RemoveProvider", MemberParameters = new object[]
3489 {
3490 "System.ComponentModel.TypeDescriptionProvider",
3491 typeof(global::System.Type)
3492 }, ReturnType = typeof(void))]
3493 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "RemoveProvider", MemberParameters = new object[]
3494 {
3495 "System.ComponentModel.TypeDescriptionProvider",
3496 typeof(object)
3497 }, ReturnType = typeof(void))]
3498 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "RemoveProviderTransparent", MemberParameters = new object[]
3499 {
3500 "System.ComponentModel.TypeDescriptionProvider",
3501 typeof(global::System.Type)
3502 }, ReturnType = typeof(void))]
3503 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "RemoveProviderTransparent", MemberParameters = new object[]
3504 {
3505 "System.ComponentModel.TypeDescriptionProvider",
3506 typeof(object)
3507 }, ReturnType = typeof(void))]
3508 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "SortDescriptorArray", MemberParameters = new object[] { typeof(global::System.Collections.IList) }, ReturnType = typeof(void))]
3509 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Win32Exception", Member = "GetObjectData", MemberParameters = new object[]
3510 {
3511 typeof(global::System.Runtime.Serialization.SerializationInfo),
3512 typeof(global::System.Runtime.Serialization.StreamingContext)
3513 }, ReturnType = typeof(void))]
3514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary.NodeKeyValueCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3515 {
3516 typeof(global::System.Array),
3517 typeof(int)
3518 }, ReturnType = typeof(void))]
3519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "get_Item", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
3520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "set_Item", MemberParameters = new object[]
3521 {
3522 typeof(object),
3523 typeof(object)
3524 }, ReturnType = typeof(void))]
3525 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "Add", MemberParameters = new object[]
3526 {
3527 typeof(object),
3528 typeof(object)
3529 }, ReturnType = typeof(void))]
3530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
3531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "CopyTo", MemberParameters = new object[]
3532 {
3533 typeof(global::System.Array),
3534 typeof(int)
3535 }, ReturnType = typeof(void))]
3536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameValueCollection", Member = "Add", MemberParameters = new object[] { "System.Collections.Specialized.NameValueCollection" }, ReturnType = typeof(void))]
3538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary.OrderedDictionaryKeyValueCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3539 {
3540 typeof(global::System.Array),
3541 typeof(int)
3542 }, ReturnType = typeof(void))]
3543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary", Member = "Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3544 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary", Member = "GetObjectData", MemberParameters = new object[]
3545 {
3546 typeof(global::System.Runtime.Serialization.SerializationInfo),
3547 typeof(global::System.Runtime.Serialization.StreamingContext)
3548 }, ReturnType = typeof(void))]
3549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.StringDictionary", Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
3550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.StringDictionary", Member = "set_Item", MemberParameters = new object[]
3551 {
3552 typeof(string),
3553 typeof(string)
3554 }, ReturnType = typeof(void))]
3555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.StringDictionary", Member = "Add", MemberParameters = new object[]
3556 {
3557 typeof(string),
3558 typeof(string)
3559 }, ReturnType = typeof(void))]
3560 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.StringDictionary", Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3561 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.CaseSensitiveStringDictionary", Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
3562 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.CaseSensitiveStringDictionary", Member = "set_Item", MemberParameters = new object[]
3563 {
3564 typeof(string),
3565 typeof(string)
3566 }, ReturnType = typeof(void))]
3567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.CaseSensitiveStringDictionary", Member = "Add", MemberParameters = new object[]
3568 {
3569 typeof(string),
3570 typeof(string)
3571 }, ReturnType = typeof(void))]
3572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.CaseSensitiveStringDictionary", Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3573 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase.KeysCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3574 {
3575 typeof(global::System.Array),
3576 typeof(int)
3577 }, ReturnType = typeof(void))]
3578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase", Member = "GetObjectData", MemberParameters = new object[]
3579 {
3580 typeof(global::System.Runtime.Serialization.SerializationInfo),
3581 typeof(global::System.Runtime.Serialization.StreamingContext)
3582 }, ReturnType = typeof(void))]
3583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3584 {
3585 typeof(global::System.Array),
3586 typeof(int)
3587 }, ReturnType = typeof(void))]
3588 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.CompatibleComparer", Member = "GetHashCode", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
3589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Concurrent.BlockingCollection`1", Member = ".ctor", MemberParameters = new object[] { "System.Collections.Concurrent.IProducerConsumerCollection`1<T>" }, ReturnType = typeof(void))]
3590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Concurrent.BlockingCollection`1", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3591 {
3592 typeof(global::System.Array),
3593 typeof(int)
3594 }, ReturnType = typeof(void))]
3595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "CopyTo", MemberParameters = new object[]
3596 {
3597 "T[]",
3598 typeof(int)
3599 }, ReturnType = typeof(void))]
3600 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "GetObjectData", MemberParameters = new object[]
3601 {
3602 typeof(global::System.Runtime.Serialization.SerializationInfo),
3603 typeof(global::System.Runtime.Serialization.StreamingContext)
3604 }, ReturnType = typeof(void))]
3605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "ValidateNewNode", MemberParameters = new object[] { "System.Collections.Generic.LinkedListNode`1<T>" }, ReturnType = typeof(void))]
3606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "ValidateNode", MemberParameters = new object[] { "System.Collections.Generic.LinkedListNode`1<T>" }, ReturnType = typeof(void))]
3607 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3608 {
3609 typeof(global::System.Array),
3610 typeof(int)
3611 }, ReturnType = typeof(void))]
3612 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.KeyList", Member = "IndexOf", MemberParameters = new object[] { "TKey" }, ReturnType = typeof(int))]
3613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "Add", MemberParameters = new object[] { "TKey", "TValue" }, ReturnType = typeof(void))]
3614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.IDictionary.Add", MemberParameters = new object[]
3615 {
3616 typeof(object),
3617 typeof(object)
3618 }, ReturnType = typeof(void))]
3619 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo", MemberParameters = new object[]
3620 {
3621 "System.Collections.Generic.KeyValuePair`2<TKey, TValue>[]",
3622 typeof(int)
3623 }, ReturnType = typeof(void))]
3624 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3625 {
3626 typeof(global::System.Array),
3627 typeof(int)
3628 }, ReturnType = typeof(void))]
3629 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "set_Item", MemberParameters = new object[] { "TKey", "TValue" }, ReturnType = typeof(void))]
3630 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.IDictionary.set_Item", MemberParameters = new object[]
3631 {
3632 typeof(object),
3633 typeof(object)
3634 }, ReturnType = typeof(void))]
3635 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "IndexOfKey", MemberParameters = new object[] { "TKey" }, ReturnType = typeof(int))]
3636 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "IsCompatibleKey", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
3637 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = ".ctor", MemberParameters = new object[]
3638 {
3639 typeof(global::System.IO.Stream),
3640 "System.IO.Compression.CompressionMode",
3641 typeof(bool),
3642 typeof(bool)
3643 }, ReturnType = typeof(void))]
3644 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = "Read", MemberParameters = new object[]
3645 {
3646 "System.Byte[]",
3647 typeof(int),
3648 typeof(int)
3649 }, ReturnType = typeof(int))]
3650 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = "Write", MemberParameters = new object[]
3651 {
3652 "System.Byte[]",
3653 typeof(int),
3654 typeof(int)
3655 }, ReturnType = typeof(void))]
3656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = "BeginRead", MemberParameters = new object[]
3657 {
3658 "System.Byte[]",
3659 typeof(int),
3660 typeof(int),
3661 typeof(global::System.AsyncCallback),
3662 typeof(object)
3663 }, ReturnType = typeof(global::System.IAsyncResult))]
3664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = "BeginWrite", MemberParameters = new object[]
3665 {
3666 "System.Byte[]",
3667 typeof(int),
3668 typeof(int),
3669 typeof(global::System.AsyncCallback),
3670 typeof(object)
3671 }, ReturnType = typeof(global::System.IAsyncResult))]
3672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
3673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = "EndWrite", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
3674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Base64Encoder", Member = "Encode", MemberParameters = new object[]
3675 {
3676 "System.Byte[]",
3677 typeof(int),
3678 typeof(int)
3679 }, ReturnType = typeof(void))]
3680 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.BinHexDecoder", Member = "Decode", MemberParameters = new object[]
3681 {
3682 "System.Char[]",
3683 typeof(int),
3684 typeof(int)
3685 }, ReturnType = typeof(int))]
3686 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.BinHexDecoder", Member = "Decode", MemberParameters = new object[]
3687 {
3688 "System.Char[]",
3689 typeof(bool)
3690 }, ReturnType = "System.Byte[]")]
3691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.BinHexEncoder", Member = "Encode", MemberParameters = new object[]
3692 {
3693 "System.Byte[]",
3694 typeof(int),
3695 typeof(int),
3696 "System.Xml.XmlWriter"
3697 }, ReturnType = typeof(void))]
3698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.BinHexEncoder", Member = "Encode", MemberParameters = new object[]
3699 {
3700 "System.Byte[]",
3701 typeof(int),
3702 typeof(int)
3703 }, ReturnType = typeof(string))]
3704 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "WriteChars", MemberParameters = new object[]
3705 {
3706 "System.Char[]",
3707 typeof(int),
3708 typeof(int)
3709 }, ReturnType = typeof(void))]
3710 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "WriteRaw", MemberParameters = new object[]
3711 {
3712 "System.Char[]",
3713 typeof(int),
3714 typeof(int)
3715 }, ReturnType = typeof(void))]
3716 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "WriteBase64", MemberParameters = new object[]
3717 {
3718 "System.Byte[]",
3719 typeof(int),
3720 typeof(int)
3721 }, ReturnType = typeof(void))]
3722 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "LookupPrefix", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
3723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWriterSettings", Member = "CreateWriter", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = "System.Xml.XmlWriter")]
3724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWriterSettings", Member = "CreateWriter", MemberParameters = new object[] { typeof(global::System.IO.TextWriter) }, ReturnType = "System.Xml.XmlWriter")]
3725 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.NameTable", Member = "Add", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
3726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.NameTable", Member = "Get", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
3727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "FromBinHexString", MemberParameters = new object[]
3728 {
3729 typeof(string),
3730 typeof(bool)
3731 }, ReturnType = "System.Byte[]")]
3732 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "ToBinHexString", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(string))]
3733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "VerifyName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
3734 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "VerifyQName", MemberParameters = new object[]
3735 {
3736 typeof(string),
3737 "System.Xml.ExceptionType"
3738 }, ReturnType = typeof(string))]
3739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "VerifyNCName", MemberParameters = new object[]
3740 {
3741 typeof(string),
3742 "System.Xml.ExceptionType"
3743 }, ReturnType = typeof(string))]
3744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "ToChar", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(char))]
3745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "CreateInvalidNameArgumentException", MemberParameters = new object[]
3746 {
3747 typeof(string),
3748 typeof(string)
3749 }, ReturnType = typeof(global::System.ArgumentException))]
3750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlNamespaceManager", Member = "AddNamespace", MemberParameters = new object[]
3751 {
3752 typeof(string),
3753 typeof(string)
3754 }, ReturnType = typeof(void))]
3755 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlNamespaceManager", Member = "RemoveNamespace", MemberParameters = new object[]
3756 {
3757 typeof(string),
3758 typeof(string)
3759 }, ReturnType = typeof(void))]
3760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlResolver", Member = "SupportsType", MemberParameters = new object[]
3761 {
3762 "System.Uri",
3763 typeof(global::System.Type)
3764 }, ReturnType = typeof(bool))]
3765 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XPath.XPathNavigatorKeyComparer", Member = "System.Collections.IEqualityComparer.GetHashCode", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
3766 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_QNameXdr", Member = "ParseValue", MemberParameters = new object[]
3767 {
3768 typeof(string),
3769 "System.Xml.XmlNameTable",
3770 "System.Xml.IXmlNamespaceResolver"
3771 }, ReturnType = typeof(object))]
3772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3773 {
3774 "System.Xml.Schema.XmlSchemaType",
3775 typeof(bool)
3776 }, ReturnType = typeof(void))]
3777 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3778 {
3779 "System.Xml.Schema.XmlSchemaType",
3780 typeof(global::System.DateTime)
3781 }, ReturnType = typeof(void))]
3782 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3783 {
3784 "System.Xml.Schema.XmlSchemaType",
3785 typeof(double)
3786 }, ReturnType = typeof(void))]
3787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3788 {
3789 "System.Xml.Schema.XmlSchemaType",
3790 typeof(int)
3791 }, ReturnType = typeof(void))]
3792 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3793 {
3794 "System.Xml.Schema.XmlSchemaType",
3795 typeof(long)
3796 }, ReturnType = typeof(void))]
3797 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3798 {
3799 "System.Xml.Schema.XmlSchemaType",
3800 typeof(string)
3801 }, ReturnType = typeof(void))]
3802 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3803 {
3804 "System.Xml.Schema.XmlSchemaType",
3805 typeof(string),
3806 "System.Xml.IXmlNamespaceResolver"
3807 }, ReturnType = typeof(void))]
3808 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3809 {
3810 "System.Xml.Schema.XmlSchemaType",
3811 typeof(object)
3812 }, ReturnType = typeof(void))]
3813 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = ".ctor", MemberParameters = new object[]
3814 {
3815 "System.Xml.Schema.XmlSchemaType",
3816 typeof(object),
3817 "System.Xml.IXmlNamespaceResolver"
3818 }, ReturnType = typeof(void))]
3819 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlSchemaSet", Member = ".ctor", MemberParameters = new object[] { "System.Xml.XmlNameTable" }, ReturnType = typeof(void))]
3820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToDecimal", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(decimal))]
3821 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToDecimal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(decimal))]
3822 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToInt32", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
3823 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToInt32", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
3824 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToInt64", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(long))]
3825 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToInt64", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(long))]
3826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToString", MemberParameters = new object[]
3827 {
3828 typeof(object),
3829 "System.Xml.IXmlNamespaceResolver"
3830 }, ReturnType = typeof(string))]
3831 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
3832 {
3833 typeof(decimal),
3834 typeof(global::System.Type)
3835 }, ReturnType = typeof(object))]
3836 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
3837 {
3838 typeof(int),
3839 typeof(global::System.Type)
3840 }, ReturnType = typeof(object))]
3841 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
3842 {
3843 typeof(long),
3844 typeof(global::System.Type)
3845 }, ReturnType = typeof(object))]
3846 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
3847 {
3848 typeof(string),
3849 typeof(global::System.Type),
3850 "System.Xml.IXmlNamespaceResolver"
3851 }, ReturnType = typeof(object))]
3852 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
3853 {
3854 typeof(object),
3855 typeof(global::System.Type),
3856 "System.Xml.IXmlNamespaceResolver"
3857 }, ReturnType = typeof(object))]
3858 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ToDouble", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(double))]
3859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ToDouble", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(double))]
3860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ToSingle", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(float))]
3861 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ToSingle", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(float))]
3862 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ToString", MemberParameters = new object[]
3863 {
3864 typeof(object),
3865 "System.Xml.IXmlNamespaceResolver"
3866 }, ReturnType = typeof(string))]
3867 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ChangeType", MemberParameters = new object[]
3868 {
3869 typeof(double),
3870 typeof(global::System.Type)
3871 }, ReturnType = typeof(object))]
3872 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ChangeType", MemberParameters = new object[]
3873 {
3874 typeof(string),
3875 typeof(global::System.Type),
3876 "System.Xml.IXmlNamespaceResolver"
3877 }, ReturnType = typeof(object))]
3878 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ChangeType", MemberParameters = new object[]
3879 {
3880 typeof(object),
3881 typeof(global::System.Type),
3882 "System.Xml.IXmlNamespaceResolver"
3883 }, ReturnType = typeof(object))]
3884 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
3885 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTime))]
3886 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTimeOffset))]
3887 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTimeOffset))]
3888 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToString", MemberParameters = new object[]
3889 {
3890 typeof(object),
3891 "System.Xml.IXmlNamespaceResolver"
3892 }, ReturnType = typeof(string))]
3893 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ChangeType", MemberParameters = new object[]
3894 {
3895 typeof(global::System.DateTime),
3896 typeof(global::System.Type)
3897 }, ReturnType = typeof(object))]
3898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ChangeType", MemberParameters = new object[]
3899 {
3900 typeof(string),
3901 typeof(global::System.Type),
3902 "System.Xml.IXmlNamespaceResolver"
3903 }, ReturnType = typeof(object))]
3904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ChangeType", MemberParameters = new object[]
3905 {
3906 typeof(object),
3907 typeof(global::System.Type),
3908 "System.Xml.IXmlNamespaceResolver"
3909 }, ReturnType = typeof(object))]
3910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ToBoolean", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3911 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ToBoolean", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
3912 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ToString", MemberParameters = new object[]
3913 {
3914 typeof(object),
3915 "System.Xml.IXmlNamespaceResolver"
3916 }, ReturnType = typeof(string))]
3917 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ChangeType", MemberParameters = new object[]
3918 {
3919 typeof(bool),
3920 typeof(global::System.Type)
3921 }, ReturnType = typeof(object))]
3922 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ChangeType", MemberParameters = new object[]
3923 {
3924 typeof(string),
3925 typeof(global::System.Type),
3926 "System.Xml.IXmlNamespaceResolver"
3927 }, ReturnType = typeof(object))]
3928 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ChangeType", MemberParameters = new object[]
3929 {
3930 typeof(object),
3931 typeof(global::System.Type),
3932 "System.Xml.IXmlNamespaceResolver"
3933 }, ReturnType = typeof(object))]
3934 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlMiscConverter", Member = "ToString", MemberParameters = new object[]
3935 {
3936 typeof(object),
3937 "System.Xml.IXmlNamespaceResolver"
3938 }, ReturnType = typeof(string))]
3939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlMiscConverter", Member = "ChangeType", MemberParameters = new object[]
3940 {
3941 typeof(string),
3942 typeof(global::System.Type),
3943 "System.Xml.IXmlNamespaceResolver"
3944 }, ReturnType = typeof(object))]
3945 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlMiscConverter", Member = "ChangeType", MemberParameters = new object[]
3946 {
3947 typeof(object),
3948 typeof(global::System.Type),
3949 "System.Xml.IXmlNamespaceResolver"
3950 }, ReturnType = typeof(object))]
3951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlStringConverter", Member = "ToString", MemberParameters = new object[]
3952 {
3953 typeof(object),
3954 "System.Xml.IXmlNamespaceResolver"
3955 }, ReturnType = typeof(string))]
3956 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlStringConverter", Member = "ChangeType", MemberParameters = new object[]
3957 {
3958 typeof(string),
3959 typeof(global::System.Type),
3960 "System.Xml.IXmlNamespaceResolver"
3961 }, ReturnType = typeof(object))]
3962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlStringConverter", Member = "ChangeType", MemberParameters = new object[]
3963 {
3964 typeof(object),
3965 typeof(global::System.Type),
3966 "System.Xml.IXmlNamespaceResolver"
3967 }, ReturnType = typeof(object))]
3968 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToBoolean", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3969 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToBoolean", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
3970 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
3971 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTime))]
3972 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTimeOffset))]
3973 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTimeOffset))]
3974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDecimal", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(decimal))]
3975 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDecimal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(decimal))]
3976 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDouble", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(double))]
3977 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDouble", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(double))]
3978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToInt32", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
3979 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToInt32", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
3980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToInt64", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(long))]
3981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToInt64", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(long))]
3982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToSingle", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(float))]
3983 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToSingle", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(float))]
3984 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToString", MemberParameters = new object[]
3985 {
3986 typeof(object),
3987 "System.Xml.IXmlNamespaceResolver"
3988 }, ReturnType = typeof(string))]
3989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
3990 {
3991 typeof(bool),
3992 typeof(global::System.Type)
3993 }, ReturnType = typeof(object))]
3994 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
3995 {
3996 typeof(global::System.DateTime),
3997 typeof(global::System.Type)
3998 }, ReturnType = typeof(object))]
3999 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
4000 {
4001 typeof(decimal),
4002 typeof(global::System.Type)
4003 }, ReturnType = typeof(object))]
4004 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
4005 {
4006 typeof(double),
4007 typeof(global::System.Type)
4008 }, ReturnType = typeof(object))]
4009 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
4010 {
4011 typeof(int),
4012 typeof(global::System.Type)
4013 }, ReturnType = typeof(object))]
4014 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
4015 {
4016 typeof(long),
4017 typeof(global::System.Type)
4018 }, ReturnType = typeof(object))]
4019 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
4020 {
4021 typeof(string),
4022 typeof(global::System.Type),
4023 "System.Xml.IXmlNamespaceResolver"
4024 }, ReturnType = typeof(object))]
4025 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
4026 {
4027 typeof(object),
4028 typeof(global::System.Type),
4029 "System.Xml.IXmlNamespaceResolver"
4030 }, ReturnType = typeof(object))]
4031 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToBoolean", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
4032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTime))]
4033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTimeOffset))]
4034 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToDecimal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(decimal))]
4035 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToDouble", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(double))]
4036 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToInt32", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
4037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToInt64", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(long))]
4038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToSingle", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(float))]
4039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
4040 {
4041 typeof(bool),
4042 typeof(global::System.Type)
4043 }, ReturnType = typeof(object))]
4044 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
4045 {
4046 typeof(global::System.DateTime),
4047 typeof(global::System.Type)
4048 }, ReturnType = typeof(object))]
4049 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
4050 {
4051 typeof(decimal),
4052 typeof(global::System.Type)
4053 }, ReturnType = typeof(object))]
4054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
4055 {
4056 typeof(double),
4057 typeof(global::System.Type)
4058 }, ReturnType = typeof(object))]
4059 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
4060 {
4061 typeof(int),
4062 typeof(global::System.Type)
4063 }, ReturnType = typeof(object))]
4064 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
4065 {
4066 typeof(long),
4067 typeof(global::System.Type)
4068 }, ReturnType = typeof(object))]
4069 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
4070 {
4071 typeof(string),
4072 typeof(global::System.Type),
4073 "System.Xml.IXmlNamespaceResolver"
4074 }, ReturnType = typeof(object))]
4075 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
4076 {
4077 typeof(object),
4078 typeof(global::System.Type),
4079 "System.Xml.IXmlNamespaceResolver"
4080 }, ReturnType = typeof(object))]
4081 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyListConverter", Member = "ChangeType", MemberParameters = new object[]
4082 {
4083 typeof(object),
4084 typeof(global::System.Type),
4085 "System.Xml.IXmlNamespaceResolver"
4086 }, ReturnType = typeof(object))]
4087 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "ChangeType", MemberParameters = new object[]
4088 {
4089 typeof(object),
4090 typeof(global::System.Type),
4091 "System.Xml.IXmlNamespaceResolver"
4092 }, ReturnType = typeof(object))]
4093 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConverterAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4094 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.IO.TextReader) }, ReturnType = typeof(void))]
4095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "set_ArrayPool", MemberParameters = new object[] { "Newtonsoft.Json.IArrayPool`1<Char>" }, ReturnType = typeof(void))]
4096 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextWriter", Member = "set_ArrayPool", MemberParameters = new object[] { "Newtonsoft.Json.IArrayPool`1<Char>" }, ReturnType = typeof(void))]
4097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextWriter", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.IO.TextWriter) }, ReturnType = typeof(void))]
4098 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.Base64Encoder", Member = "Encode", MemberParameters = new object[]
4099 {
4100 "System.Byte[]",
4101 typeof(int),
4102 typeof(int)
4103 }, ReturnType = typeof(void))]
4104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.PropertyNameTable", Member = "Add", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
4105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ThreadSafeStore`2", Member = ".ctor", MemberParameters = new object[] { "System.Func`2<TKey, TValue>" }, ReturnType = typeof(void))]
4106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "TryConvertInternal", MemberParameters = new object[]
4107 {
4108 typeof(object),
4109 typeof(global::System.Globalization.CultureInfo),
4110 typeof(global::System.Type),
4111 typeof(ref object)
4112 }, ReturnType = "Newtonsoft.Json.Utilities.ConvertUtils.ConvertResult")]
4113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "TryConvertGuid", MemberParameters = new object[]
4114 {
4115 typeof(string),
4116 typeof(ref global::System.Guid)
4117 }, ReturnType = typeof(bool))]
4118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "AddRange", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.Collections.Generic.IList`1<T>", "System.Collections.Generic.IEnumerable`1<T>" }, ReturnType = typeof(void))]
4119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "ContainsValue", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "TSource", "System.Collections.Generic.IEqualityComparer`1<TSource>" }, ReturnType = typeof(bool))]
4120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "ImplementsGenericDefinition", MemberParameters = new object[]
4121 {
4122 typeof(global::System.Type),
4123 typeof(global::System.Type),
4124 typeof(ref global::System.Type)
4125 }, ReturnType = typeof(bool))]
4126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "InheritsGenericDefinition", MemberParameters = new object[]
4127 {
4128 typeof(global::System.Type),
4129 typeof(global::System.Type),
4130 typeof(ref global::System.Type)
4131 }, ReturnType = typeof(bool))]
4132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringUtils", Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
4133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringUtils", Member = "ForgivingCaseSensitiveFind", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[]
4134 {
4135 "System.Collections.Generic.IEnumerable`1<TSource>",
4136 "System.Func`2<TSource, String>",
4137 typeof(string)
4138 }, ReturnType = "TSource")]
4139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ValidationUtils", Member = "ArgumentNotNull", MemberParameters = new object[]
4140 {
4141 typeof(object),
4142 typeof(string)
4143 }, ReturnType = typeof(void))]
4144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "ResolveContract", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Serialization.JsonContract")]
4145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalReader", Member = "Deserialize", MemberParameters = new object[]
4146 {
4147 "Newtonsoft.Json.JsonReader",
4148 typeof(global::System.Type),
4149 typeof(bool)
4150 }, ReturnType = typeof(object))]
4151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalWriter", Member = "Serialize", MemberParameters = new object[]
4152 {
4153 "Newtonsoft.Json.JsonWriter",
4154 typeof(object),
4155 typeof(global::System.Type)
4156 }, ReturnType = typeof(void))]
4157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JPropertyKeyedCollection", Member = "Contains", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
4158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JPropertyKeyedCollection", Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
4159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JPropertyKeyedCollection", Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = "Newtonsoft.Json.Linq.JToken")]
4160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JConstructor", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JContainer", Member = "CopyItemsTo", MemberParameters = new object[]
4162 {
4163 typeof(global::System.Array),
4164 typeof(int)
4165 }, ReturnType = typeof(void))]
4166 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JObject", Member = "System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.CopyTo", MemberParameters = new object[]
4167 {
4168 "System.Collections.Generic.KeyValuePair`2<String, JToken>[]",
4169 typeof(int)
4170 }, ReturnType = typeof(void))]
4171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken.<Annotations>d__172", Member = "MoveNext", ReturnType = typeof(bool))]
4172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "EnsureValue", MemberParameters = new object[] { "Newtonsoft.Json.Linq.JToken" }, ReturnType = "Newtonsoft.Json.Linq.JValue")]
4173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "AddAnnotation", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "Annotation", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
4175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "RemoveAnnotations", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.DebugLogHandler", Member = "LogException", MemberParameters = new object[]
4177 {
4178 typeof(global::System.Exception),
4179 "UnityEngine.Object"
4180 }, ReturnType = typeof(void))]
4181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.RenderTexture", Member = ".ctor", MemberParameters = new object[] { "UnityEngine.RenderTexture" }, ReturnType = typeof(void))]
4182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.NoAllocHelpers", Member = "ResizeList", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4183 {
4184 "System.Collections.Generic.List`1<T>",
4185 typeof(int)
4186 }, ReturnType = typeof(void))]
4187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Pool.ObjectPool`1", Member = ".ctor", MemberParameters = new object[]
4188 {
4189 "System.Func`1<T>",
4190 "System.Action`1<T>",
4191 "System.Action`1<T>",
4192 "System.Action`1<T>",
4193 typeof(bool),
4194 typeof(int),
4195 typeof(int)
4196 }, ReturnType = typeof(void))]
4197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.BaseInvokableCall", Member = ".ctor", MemberParameters = new object[]
4198 {
4199 typeof(object),
4200 typeof(global::System.Reflection.MethodInfo)
4201 }, ReturnType = typeof(void))]
4202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipCrypto", Member = "DecryptMessage", MemberParameters = new object[]
4203 {
4204 "System.Byte[]",
4205 typeof(int)
4206 }, ReturnType = "System.Byte[]")]
4207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipCrypto", Member = "EncryptMessage", MemberParameters = new object[]
4208 {
4209 "System.Byte[]",
4210 typeof(int)
4211 }, ReturnType = "System.Byte[]")]
4212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipCipherStream", Member = "Read", MemberParameters = new object[]
4213 {
4214 "System.Byte[]",
4215 typeof(int),
4216 typeof(int)
4217 }, ReturnType = typeof(int))]
4218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipCipherStream", Member = "Write", MemberParameters = new object[]
4219 {
4220 "System.Byte[]",
4221 typeof(int),
4222 typeof(int)
4223 }, ReturnType = typeof(void))]
4224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ValidateOutput", MemberParameters = new object[]
4225 {
4226 typeof(string),
4227 typeof(global::System.IO.Stream),
4228 typeof(ref string)
4229 }, ReturnType = typeof(bool))]
4230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "RemoveEntries", MemberParameters = new object[] { "System.Collections.Generic.ICollection`1<ZipEntry>" }, ReturnType = typeof(void))]
4231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "RemoveEntries", MemberParameters = new object[] { "System.Collections.Generic.ICollection`1<String>" }, ReturnType = typeof(void))]
4232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "AddFiles", MemberParameters = new object[]
4233 {
4234 "System.Collections.Generic.IEnumerable`1<String>",
4235 typeof(bool),
4236 typeof(string)
4237 }, ReturnType = typeof(void))]
4238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "UpdateFiles", MemberParameters = new object[]
4239 {
4240 "System.Collections.Generic.IEnumerable`1<String>",
4241 typeof(string)
4242 }, ReturnType = typeof(void))]
4243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "RemoveEntryForUpdate", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "RemoveEntry", MemberParameters = new object[] { "Ionic.Zip.ZipEntry" }, ReturnType = typeof(void))]
4245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "Read", MemberParameters = new object[]
4246 {
4247 typeof(string),
4248 "Ionic.Zip.ReadOptions"
4249 }, ReturnType = "Ionic.Zip.ZipFile")]
4250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "Read", MemberParameters = new object[]
4251 {
4252 typeof(global::System.IO.Stream),
4253 "Ionic.Zip.ReadOptions"
4254 }, ReturnType = "Ionic.Zip.ZipFile")]
4255 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "Read", MemberParameters = new object[]
4256 {
4257 typeof(global::System.IO.Stream),
4258 typeof(global::System.IO.TextWriter),
4259 typeof(global::System.Text.Encoding),
4260 "System.EventHandler`1<ReadProgressEventArgs>"
4261 }, ReturnType = "Ionic.Zip.ZipFile")]
4262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "IsZipFile", MemberParameters = new object[]
4263 {
4264 typeof(global::System.IO.Stream),
4265 typeof(bool)
4266 }, ReturnType = typeof(bool))]
4267 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "Save", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = typeof(void))]
4268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutputStream", Member = "Write", MemberParameters = new object[]
4269 {
4270 "System.Byte[]",
4271 typeof(int),
4272 typeof(int)
4273 }, ReturnType = typeof(void))]
4274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutputStream", Member = "PutNextEntry", MemberParameters = new object[] { typeof(string) }, ReturnType = "Ionic.Zip.ZipEntry")]
4275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "Read", MemberParameters = new object[]
4276 {
4277 "System.Byte[]",
4278 typeof(int),
4279 typeof(int)
4280 }, ReturnType = typeof(int))]
4281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "FromOid", MemberParameters = new object[] { typeof(string) }, ReturnType = "Mono.Security.ASN1")]
4282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "FromUnsignedBigInteger", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = "Mono.Security.ASN1")]
4283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "ToInt32", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(int))]
4284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "ToOid", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(string))]
4285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "ToDateTime", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(global::System.DateTime))]
4286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "SaveToFile", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "LoadFromFile", MemberParameters = new object[] { typeof(string) }, ReturnType = "Mono.Security.X509.PKCS12")]
4288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "LoadFromFile", MemberParameters = new object[]
4289 {
4290 typeof(string),
4291 typeof(string)
4292 }, ReturnType = "Mono.Security.X509.PKCS12")]
4293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X501", Member = "FromString", MemberParameters = new object[] { typeof(string) }, ReturnType = "Mono.Security.ASN1")]
4294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = ".ctor", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
4295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "GetCrlEntry", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = "Mono.Security.X509.X509Crl.X509CrlEntry")]
4296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "GetCrlEntry", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = "Mono.Security.X509.X509Crl.X509CrlEntry")]
4297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "VerifySignature", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(bool))]
4298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "VerifySignature", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(bool))]
4299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "VerifySignature", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(bool))]
4300 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateCollection", Member = "Add", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(int))]
4301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateCollection", Member = "AddRange", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate[]" }, ReturnType = typeof(void))]
4302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateCollection", Member = "AddRange", MemberParameters = new object[] { "Mono.Security.X509.X509CertificateCollection" }, ReturnType = typeof(void))]
4303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateCollection", Member = "IndexOf", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(int))]
4304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Extension", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.X509.X509Extension" }, ReturnType = typeof(void))]
4305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "Add", MemberParameters = new object[] { "Mono.Security.X509.X509Extension" }, ReturnType = typeof(int))]
4306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "AddRange", MemberParameters = new object[] { "Mono.Security.X509.X509Extension[]" }, ReturnType = typeof(void))]
4307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "AddRange", MemberParameters = new object[] { "Mono.Security.X509.X509ExtensionCollection" }, ReturnType = typeof(void))]
4308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "CopyTo", MemberParameters = new object[]
4309 {
4310 "Mono.Security.X509.X509Extension[]",
4311 typeof(int)
4312 }, ReturnType = typeof(void))]
4313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "IndexOf", MemberParameters = new object[] { "Mono.Security.X509.X509Extension" }, ReturnType = typeof(int))]
4314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "IndexOf", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
4315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "Insert", MemberParameters = new object[]
4316 {
4317 typeof(int),
4318 "Mono.Security.X509.X509Extension"
4319 }, ReturnType = typeof(void))]
4320 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "Remove", MemberParameters = new object[] { "Mono.Security.X509.X509Extension" }, ReturnType = typeof(void))]
4321 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Stores", Member = "Open", MemberParameters = new object[]
4323 {
4324 typeof(string),
4325 typeof(bool)
4326 }, ReturnType = "Mono.Security.X509.X509Store")]
4327 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse", Member = "set_Challenge", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
4328 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.MessageBase", Member = "Decode", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
4329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.ARC4Managed", Member = "set_Key", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
4330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.ARC4Managed", Member = "CheckInput", MemberParameters = new object[]
4331 {
4332 "System.Byte[]",
4333 typeof(int),
4334 typeof(int)
4335 }, ReturnType = typeof(void))]
4336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.ARC4Managed", Member = "TransformBlock", MemberParameters = new object[]
4337 {
4338 "System.Byte[]",
4339 typeof(int),
4340 typeof(int),
4341 "System.Byte[]",
4342 typeof(int)
4343 }, ReturnType = typeof(int))]
4344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.CryptoConvert", Member = "GetParametersFromCapiPrivateKeyBlob", MemberParameters = new object[]
4345 {
4346 "System.Byte[]",
4347 typeof(int)
4348 }, ReturnType = typeof(global::System.Security.Cryptography.RSAParameters))]
4349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.PKCS8.PrivateKeyInfo", Member = "set_PrivateKey", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
4350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Authenticode.PrivateKey", Member = ".ctor", MemberParameters = new object[]
4351 {
4352 "System.Byte[]",
4353 typeof(string)
4354 }, ReturnType = typeof(void))]
4355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Authenticode.PrivateKey", Member = "CreateFromFile", MemberParameters = new object[]
4356 {
4357 typeof(string),
4358 typeof(string)
4359 }, ReturnType = "Mono.Security.Authenticode.PrivateKey")]
4360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AesManaged", Member = "CreateDecryptor", MemberParameters = new object[] { "System.Byte[]", "System.Byte[]" }, ReturnType = typeof(global::System.Security.Cryptography.ICryptoTransform))]
4361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AesManaged", Member = "CreateEncryptor", MemberParameters = new object[] { "System.Byte[]", "System.Byte[]" }, ReturnType = typeof(global::System.Security.Cryptography.ICryptoTransform))]
4362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.RSACertificateExtensions", Member = "GetRSAPublicKey", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509Certificate2" }, ReturnType = typeof(global::System.Security.Cryptography.RSA))]
4363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Linq.Error", Member = "ArgumentNull", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
4364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<T>", "System.Collections.Generic.IEqualityComparer`1<T>" }, ReturnType = typeof(void))]
4365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = "GetObjectData", MemberParameters = new object[]
4366 {
4367 typeof(global::System.Runtime.Serialization.SerializationInfo),
4368 typeof(global::System.Runtime.Serialization.StreamingContext)
4369 }, ReturnType = typeof(void))]
4370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = "UnionWith", MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<T>" }, ReturnType = typeof(void))]
4371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = "CopyTo", MemberParameters = new object[]
4372 {
4373 "T[]",
4374 typeof(int),
4375 typeof(int)
4376 }, ReturnType = typeof(void))]
4377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XAttribute", Member = ".ctor", MemberParameters = new object[]
4378 {
4379 "System.Xml.Linq.XName",
4380 typeof(object)
4381 }, ReturnType = typeof(void))]
4382 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XAttribute", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XAttribute" }, ReturnType = typeof(void))]
4383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XAttribute", Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XCData", Member = "WriteTo", MemberParameters = new object[] { "System.Xml.XmlWriter" }, ReturnType = typeof(void))]
4385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XComment", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XComment", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XComment" }, ReturnType = typeof(void))]
4387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XComment", Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XComment", Member = "WriteTo", MemberParameters = new object[] { "System.Xml.XmlWriter" }, ReturnType = typeof(void))]
4389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XContainer", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XContainer" }, ReturnType = typeof(void))]
4390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XDeclaration", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XDeclaration" }, ReturnType = typeof(void))]
4391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XDocument", Member = "WriteTo", MemberParameters = new object[] { "System.Xml.XmlWriter" }, ReturnType = typeof(void))]
4392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XDocumentType", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XDocumentType" }, ReturnType = typeof(void))]
4393 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XDocumentType", Member = "WriteTo", MemberParameters = new object[] { "System.Xml.XmlWriter" }, ReturnType = typeof(void))]
4394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XElement", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XName" }, ReturnType = typeof(void))]
4395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XElement", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XStreamingElement" }, ReturnType = typeof(void))]
4396 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XElement", Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XElement", Member = "GetPrefixOfNamespace", MemberParameters = new object[] { "System.Xml.Linq.XNamespace" }, ReturnType = typeof(string))]
4398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XElement", Member = "WriteTo", MemberParameters = new object[] { "System.Xml.XmlWriter" }, ReturnType = typeof(void))]
4399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XName", Member = "Get", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Xml.Linq.XName")]
4400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XNamespace", Member = "GetName", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Xml.Linq.XName")]
4401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XNamespace", Member = "Get", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Xml.Linq.XNamespace")]
4402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XProcessingInstruction", Member = ".ctor", MemberParameters = new object[]
4403 {
4404 typeof(string),
4405 typeof(string)
4406 }, ReturnType = typeof(void))]
4407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XProcessingInstruction", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XProcessingInstruction" }, ReturnType = typeof(void))]
4408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XProcessingInstruction", Member = "set_Data", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XProcessingInstruction", Member = "WriteTo", MemberParameters = new object[] { "System.Xml.XmlWriter" }, ReturnType = typeof(void))]
4410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XText", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4411 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XText", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Linq.XText" }, ReturnType = typeof(void))]
4412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XText", Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4413 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XText", Member = "WriteTo", MemberParameters = new object[] { "System.Xml.XmlWriter" }, ReturnType = typeof(void))]
4414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigInteger", Member = ".ctor", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
4415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigInteger", Member = ".ctor", MemberParameters = new object[]
4416 {
4417 "System.UInt32[]",
4418 typeof(bool)
4419 }, ReturnType = typeof(void))]
4420 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeHeaderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeNameAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeMethodAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4423 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeTypeAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4424 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1181)]
4425 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4426 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
4428 {
4429 throw null;
4430 }
4431
4432 [global::Cpp2ILInjected.Token(Token = "0x60003D0")]
4433 [global::Cpp2ILInjected.Address(RVA = "0x1BB5E58", Offset = "0x1BB5E58", Length = "0x38")]
4434 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4435 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeParseException", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(global::System.Exception))]
4436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Guid.GuidResult", Member = "GetGuidParseException", ReturnType = typeof(global::System.Exception))]
4437 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetTypeHandle", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.RuntimeTypeHandle))]
4438 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetByteCount", MemberParameters = new object[]
4439 {
4440 typeof(char[]),
4441 typeof(int),
4442 typeof(int)
4443 }, ReturnType = typeof(int))]
4444 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetByteCount", MemberParameters = new object[]
4445 {
4446 typeof(char*),
4447 typeof(int)
4448 }, ReturnType = typeof(int))]
4449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetBytes", MemberParameters = new object[]
4450 {
4451 typeof(string),
4452 typeof(int),
4453 typeof(int),
4454 typeof(byte[]),
4455 typeof(int)
4456 }, ReturnType = typeof(int))]
4457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetBytes", MemberParameters = new object[]
4458 {
4459 typeof(char[]),
4460 typeof(int),
4461 typeof(int),
4462 typeof(byte[]),
4463 typeof(int)
4464 }, ReturnType = typeof(int))]
4465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetBytes", MemberParameters = new object[]
4466 {
4467 typeof(char*),
4468 typeof(int),
4469 typeof(byte*),
4470 typeof(int)
4471 }, ReturnType = typeof(int))]
4472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetCharCount", MemberParameters = new object[]
4473 {
4474 typeof(byte[]),
4475 typeof(int),
4476 typeof(int)
4477 }, ReturnType = typeof(int))]
4478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetCharCount", MemberParameters = new object[]
4479 {
4480 typeof(byte*),
4481 typeof(int)
4482 }, ReturnType = typeof(int))]
4483 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetChars", MemberParameters = new object[]
4484 {
4485 typeof(byte[]),
4486 typeof(int),
4487 typeof(int),
4488 typeof(char[]),
4489 typeof(int)
4490 }, ReturnType = typeof(int))]
4491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetChars", MemberParameters = new object[]
4492 {
4493 typeof(byte*),
4494 typeof(int),
4495 typeof(char*),
4496 typeof(int)
4497 }, ReturnType = typeof(int))]
4498 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ASCIIEncoding), Member = "GetString", MemberParameters = new object[]
4499 {
4500 typeof(byte[]),
4501 typeof(int),
4502 typeof(int)
4503 }, ReturnType = typeof(string))]
4504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Decoder), Member = "GetCharCount", MemberParameters = new object[]
4505 {
4506 typeof(byte*),
4507 typeof(int),
4508 typeof(bool)
4509 }, ReturnType = typeof(int))]
4510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Decoder), Member = "GetChars", MemberParameters = new object[]
4511 {
4512 typeof(byte*),
4513 typeof(int),
4514 typeof(char*),
4515 typeof(int),
4516 typeof(bool)
4517 }, ReturnType = typeof(int))]
4518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Decoder), Member = "Convert", MemberParameters = new object[]
4519 {
4520 typeof(byte[]),
4521 typeof(int),
4522 typeof(int),
4523 typeof(char[]),
4524 typeof(int),
4525 typeof(int),
4526 typeof(bool),
4527 typeof(ref int),
4528 typeof(ref int),
4529 typeof(ref bool)
4530 }, ReturnType = typeof(void))]
4531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Decoder), Member = "Convert", MemberParameters = new object[]
4532 {
4533 typeof(byte*),
4534 typeof(int),
4535 typeof(char*),
4536 typeof(int),
4537 typeof(bool),
4538 typeof(ref int),
4539 typeof(ref int),
4540 typeof(ref bool)
4541 }, ReturnType = typeof(void))]
4542 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderNLS), Member = "GetCharCount", MemberParameters = new object[]
4543 {
4544 typeof(byte[]),
4545 typeof(int),
4546 typeof(int),
4547 typeof(bool)
4548 }, ReturnType = typeof(int))]
4549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderNLS), Member = "GetCharCount", MemberParameters = new object[]
4550 {
4551 typeof(byte*),
4552 typeof(int),
4553 typeof(bool)
4554 }, ReturnType = typeof(int))]
4555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderNLS), Member = "GetChars", MemberParameters = new object[]
4556 {
4557 typeof(byte[]),
4558 typeof(int),
4559 typeof(int),
4560 typeof(char[]),
4561 typeof(int),
4562 typeof(bool)
4563 }, ReturnType = typeof(int))]
4564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderNLS), Member = "GetChars", MemberParameters = new object[]
4565 {
4566 typeof(byte*),
4567 typeof(int),
4568 typeof(char*),
4569 typeof(int),
4570 typeof(bool)
4571 }, ReturnType = typeof(int))]
4572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderNLS), Member = "Convert", MemberParameters = new object[]
4573 {
4574 typeof(byte[]),
4575 typeof(int),
4576 typeof(int),
4577 typeof(char[]),
4578 typeof(int),
4579 typeof(int),
4580 typeof(bool),
4581 typeof(ref int),
4582 typeof(ref int),
4583 typeof(ref bool)
4584 }, ReturnType = typeof(void))]
4585 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderNLS), Member = "Convert", MemberParameters = new object[]
4586 {
4587 typeof(byte*),
4588 typeof(int),
4589 typeof(char*),
4590 typeof(int),
4591 typeof(bool),
4592 typeof(ref int),
4593 typeof(ref int),
4594 typeof(ref bool)
4595 }, ReturnType = typeof(void))]
4596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoder), Member = "GetByteCount", MemberParameters = new object[]
4597 {
4598 typeof(char*),
4599 typeof(int),
4600 typeof(bool)
4601 }, ReturnType = typeof(int))]
4602 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoder), Member = "GetBytes", MemberParameters = new object[]
4603 {
4604 typeof(char*),
4605 typeof(int),
4606 typeof(byte*),
4607 typeof(int),
4608 typeof(bool)
4609 }, ReturnType = typeof(int))]
4610 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoder), Member = "Convert", MemberParameters = new object[]
4611 {
4612 typeof(char[]),
4613 typeof(int),
4614 typeof(int),
4615 typeof(byte[]),
4616 typeof(int),
4617 typeof(int),
4618 typeof(bool),
4619 typeof(ref int),
4620 typeof(ref int),
4621 typeof(ref bool)
4622 }, ReturnType = typeof(void))]
4623 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoder), Member = "Convert", MemberParameters = new object[]
4624 {
4625 typeof(char*),
4626 typeof(int),
4627 typeof(byte*),
4628 typeof(int),
4629 typeof(bool),
4630 typeof(ref int),
4631 typeof(ref int),
4632 typeof(ref bool)
4633 }, ReturnType = typeof(void))]
4634 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderNLS), Member = "GetByteCount", MemberParameters = new object[]
4635 {
4636 typeof(char[]),
4637 typeof(int),
4638 typeof(int),
4639 typeof(bool)
4640 }, ReturnType = typeof(int))]
4641 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderNLS), Member = "GetByteCount", MemberParameters = new object[]
4642 {
4643 typeof(char*),
4644 typeof(int),
4645 typeof(bool)
4646 }, ReturnType = typeof(int))]
4647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderNLS), Member = "GetBytes", MemberParameters = new object[]
4648 {
4649 typeof(char[]),
4650 typeof(int),
4651 typeof(int),
4652 typeof(byte[]),
4653 typeof(int),
4654 typeof(bool)
4655 }, ReturnType = typeof(int))]
4656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderNLS), Member = "GetBytes", MemberParameters = new object[]
4657 {
4658 typeof(char*),
4659 typeof(int),
4660 typeof(byte*),
4661 typeof(int),
4662 typeof(bool)
4663 }, ReturnType = typeof(int))]
4664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderNLS), Member = "Convert", MemberParameters = new object[]
4665 {
4666 typeof(char[]),
4667 typeof(int),
4668 typeof(int),
4669 typeof(byte[]),
4670 typeof(int),
4671 typeof(int),
4672 typeof(bool),
4673 typeof(ref int),
4674 typeof(ref int),
4675 typeof(ref bool)
4676 }, ReturnType = typeof(void))]
4677 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderNLS), Member = "Convert", MemberParameters = new object[]
4678 {
4679 typeof(char*),
4680 typeof(int),
4681 typeof(byte*),
4682 typeof(int),
4683 typeof(bool),
4684 typeof(ref int),
4685 typeof(ref int),
4686 typeof(ref bool)
4687 }, ReturnType = typeof(void))]
4688 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetByteCount", MemberParameters = new object[]
4689 {
4690 typeof(char[]),
4691 typeof(int),
4692 typeof(int)
4693 }, ReturnType = typeof(int))]
4694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetByteCount", MemberParameters = new object[]
4695 {
4696 typeof(char*),
4697 typeof(int)
4698 }, ReturnType = typeof(int))]
4699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetBytes", MemberParameters = new object[]
4700 {
4701 typeof(string),
4702 typeof(int),
4703 typeof(int),
4704 typeof(byte[]),
4705 typeof(int)
4706 }, ReturnType = typeof(int))]
4707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetBytes", MemberParameters = new object[]
4708 {
4709 typeof(char[]),
4710 typeof(int),
4711 typeof(int),
4712 typeof(byte[]),
4713 typeof(int)
4714 }, ReturnType = typeof(int))]
4715 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetBytes", MemberParameters = new object[]
4716 {
4717 typeof(char*),
4718 typeof(int),
4719 typeof(byte*),
4720 typeof(int)
4721 }, ReturnType = typeof(int))]
4722 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetCharCount", MemberParameters = new object[]
4723 {
4724 typeof(byte[]),
4725 typeof(int),
4726 typeof(int)
4727 }, ReturnType = typeof(int))]
4728 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetCharCount", MemberParameters = new object[]
4729 {
4730 typeof(byte*),
4731 typeof(int)
4732 }, ReturnType = typeof(int))]
4733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetChars", MemberParameters = new object[]
4734 {
4735 typeof(byte[]),
4736 typeof(int),
4737 typeof(int),
4738 typeof(char[]),
4739 typeof(int)
4740 }, ReturnType = typeof(int))]
4741 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetChars", MemberParameters = new object[]
4742 {
4743 typeof(byte*),
4744 typeof(int),
4745 typeof(char*),
4746 typeof(int)
4747 }, ReturnType = typeof(int))]
4748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingNLS), Member = "GetString", MemberParameters = new object[]
4749 {
4750 typeof(byte[]),
4751 typeof(int),
4752 typeof(int)
4753 }, ReturnType = typeof(string))]
4754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetByteCount", MemberParameters = new object[]
4755 {
4756 typeof(char[]),
4757 typeof(int),
4758 typeof(int)
4759 }, ReturnType = typeof(int))]
4760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetByteCount", MemberParameters = new object[]
4761 {
4762 typeof(char*),
4763 typeof(int)
4764 }, ReturnType = typeof(int))]
4765 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetBytes", MemberParameters = new object[]
4766 {
4767 typeof(string),
4768 typeof(int),
4769 typeof(int),
4770 typeof(byte[]),
4771 typeof(int)
4772 }, ReturnType = typeof(int))]
4773 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetBytes", MemberParameters = new object[]
4774 {
4775 typeof(char[]),
4776 typeof(int),
4777 typeof(int),
4778 typeof(byte[]),
4779 typeof(int)
4780 }, ReturnType = typeof(int))]
4781 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetBytes", MemberParameters = new object[]
4782 {
4783 typeof(char*),
4784 typeof(int),
4785 typeof(byte*),
4786 typeof(int)
4787 }, ReturnType = typeof(int))]
4788 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetCharCount", MemberParameters = new object[]
4789 {
4790 typeof(byte[]),
4791 typeof(int),
4792 typeof(int)
4793 }, ReturnType = typeof(int))]
4794 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetCharCount", MemberParameters = new object[]
4795 {
4796 typeof(byte*),
4797 typeof(int)
4798 }, ReturnType = typeof(int))]
4799 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetChars", MemberParameters = new object[]
4800 {
4801 typeof(byte[]),
4802 typeof(int),
4803 typeof(int),
4804 typeof(char[]),
4805 typeof(int)
4806 }, ReturnType = typeof(int))]
4807 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetChars", MemberParameters = new object[]
4808 {
4809 typeof(byte*),
4810 typeof(int),
4811 typeof(char*),
4812 typeof(int)
4813 }, ReturnType = typeof(int))]
4814 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetString", MemberParameters = new object[]
4815 {
4816 typeof(byte[]),
4817 typeof(int),
4818 typeof(int)
4819 }, ReturnType = typeof(string))]
4820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetByteCount", MemberParameters = new object[]
4821 {
4822 typeof(char[]),
4823 typeof(int),
4824 typeof(int)
4825 }, ReturnType = typeof(int))]
4826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetByteCount", MemberParameters = new object[]
4827 {
4828 typeof(char*),
4829 typeof(int)
4830 }, ReturnType = typeof(int))]
4831 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetBytes", MemberParameters = new object[]
4832 {
4833 typeof(string),
4834 typeof(int),
4835 typeof(int),
4836 typeof(byte[]),
4837 typeof(int)
4838 }, ReturnType = typeof(int))]
4839 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetBytes", MemberParameters = new object[]
4840 {
4841 typeof(char[]),
4842 typeof(int),
4843 typeof(int),
4844 typeof(byte[]),
4845 typeof(int)
4846 }, ReturnType = typeof(int))]
4847 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetBytes", MemberParameters = new object[]
4848 {
4849 typeof(char*),
4850 typeof(int),
4851 typeof(byte*),
4852 typeof(int)
4853 }, ReturnType = typeof(int))]
4854 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetCharCount", MemberParameters = new object[]
4855 {
4856 typeof(byte[]),
4857 typeof(int),
4858 typeof(int)
4859 }, ReturnType = typeof(int))]
4860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetCharCount", MemberParameters = new object[]
4861 {
4862 typeof(byte*),
4863 typeof(int)
4864 }, ReturnType = typeof(int))]
4865 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetChars", MemberParameters = new object[]
4866 {
4867 typeof(byte[]),
4868 typeof(int),
4869 typeof(int),
4870 typeof(char[]),
4871 typeof(int)
4872 }, ReturnType = typeof(int))]
4873 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetChars", MemberParameters = new object[]
4874 {
4875 typeof(byte*),
4876 typeof(int),
4877 typeof(char*),
4878 typeof(int)
4879 }, ReturnType = typeof(int))]
4880 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF7Encoding), Member = "GetString", MemberParameters = new object[]
4881 {
4882 typeof(byte[]),
4883 typeof(int),
4884 typeof(int)
4885 }, ReturnType = typeof(string))]
4886 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetByteCount", MemberParameters = new object[]
4887 {
4888 typeof(char[]),
4889 typeof(int),
4890 typeof(int)
4891 }, ReturnType = typeof(int))]
4892 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetByteCount", MemberParameters = new object[]
4893 {
4894 typeof(char*),
4895 typeof(int)
4896 }, ReturnType = typeof(int))]
4897 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetBytes", MemberParameters = new object[]
4898 {
4899 typeof(string),
4900 typeof(int),
4901 typeof(int),
4902 typeof(byte[]),
4903 typeof(int)
4904 }, ReturnType = typeof(int))]
4905 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetBytes", MemberParameters = new object[]
4906 {
4907 typeof(char[]),
4908 typeof(int),
4909 typeof(int),
4910 typeof(byte[]),
4911 typeof(int)
4912 }, ReturnType = typeof(int))]
4913 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetBytes", MemberParameters = new object[]
4914 {
4915 typeof(char*),
4916 typeof(int),
4917 typeof(byte*),
4918 typeof(int)
4919 }, ReturnType = typeof(int))]
4920 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetCharCount", MemberParameters = new object[]
4921 {
4922 typeof(byte[]),
4923 typeof(int),
4924 typeof(int)
4925 }, ReturnType = typeof(int))]
4926 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetCharCount", MemberParameters = new object[]
4927 {
4928 typeof(byte*),
4929 typeof(int)
4930 }, ReturnType = typeof(int))]
4931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetChars", MemberParameters = new object[]
4932 {
4933 typeof(byte[]),
4934 typeof(int),
4935 typeof(int),
4936 typeof(char[]),
4937 typeof(int)
4938 }, ReturnType = typeof(int))]
4939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetChars", MemberParameters = new object[]
4940 {
4941 typeof(byte*),
4942 typeof(int),
4943 typeof(char*),
4944 typeof(int)
4945 }, ReturnType = typeof(int))]
4946 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "GetString", MemberParameters = new object[]
4947 {
4948 typeof(byte[]),
4949 typeof(int),
4950 typeof(int)
4951 }, ReturnType = typeof(string))]
4952 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetByteCount", MemberParameters = new object[]
4953 {
4954 typeof(char[]),
4955 typeof(int),
4956 typeof(int)
4957 }, ReturnType = typeof(int))]
4958 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetByteCount", MemberParameters = new object[]
4959 {
4960 typeof(char*),
4961 typeof(int)
4962 }, ReturnType = typeof(int))]
4963 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetBytes", MemberParameters = new object[]
4964 {
4965 typeof(string),
4966 typeof(int),
4967 typeof(int),
4968 typeof(byte[]),
4969 typeof(int)
4970 }, ReturnType = typeof(int))]
4971 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetBytes", MemberParameters = new object[]
4972 {
4973 typeof(char[]),
4974 typeof(int),
4975 typeof(int),
4976 typeof(byte[]),
4977 typeof(int)
4978 }, ReturnType = typeof(int))]
4979 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetBytes", MemberParameters = new object[]
4980 {
4981 typeof(char*),
4982 typeof(int),
4983 typeof(byte*),
4984 typeof(int)
4985 }, ReturnType = typeof(int))]
4986 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetCharCount", MemberParameters = new object[]
4987 {
4988 typeof(byte[]),
4989 typeof(int),
4990 typeof(int)
4991 }, ReturnType = typeof(int))]
4992 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetCharCount", MemberParameters = new object[]
4993 {
4994 typeof(byte*),
4995 typeof(int)
4996 }, ReturnType = typeof(int))]
4997 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetChars", MemberParameters = new object[]
4998 {
4999 typeof(byte[]),
5000 typeof(int),
5001 typeof(int),
5002 typeof(char[]),
5003 typeof(int)
5004 }, ReturnType = typeof(int))]
5005 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetChars", MemberParameters = new object[]
5006 {
5007 typeof(byte*),
5008 typeof(int),
5009 typeof(char*),
5010 typeof(int)
5011 }, ReturnType = typeof(int))]
5012 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "GetString", MemberParameters = new object[]
5013 {
5014 typeof(byte[]),
5015 typeof(int),
5016 typeof(int)
5017 }, ReturnType = typeof(string))]
5018 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetByteCount", MemberParameters = new object[]
5019 {
5020 typeof(char*),
5021 typeof(int)
5022 }, ReturnType = typeof(int))]
5023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetBytes", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(byte[]))]
5024 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetBytes", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte[]))]
5025 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetBytes", MemberParameters = new object[]
5026 {
5027 typeof(char*),
5028 typeof(int),
5029 typeof(byte*),
5030 typeof(int)
5031 }, ReturnType = typeof(int))]
5032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetCharCount", MemberParameters = new object[]
5033 {
5034 typeof(byte*),
5035 typeof(int)
5036 }, ReturnType = typeof(int))]
5037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetChars", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(char[]))]
5038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetChars", MemberParameters = new object[]
5039 {
5040 typeof(byte*),
5041 typeof(int),
5042 typeof(char*),
5043 typeof(int)
5044 }, ReturnType = typeof(int))]
5045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetString", MemberParameters = new object[]
5046 {
5047 typeof(byte*),
5048 typeof(int)
5049 }, ReturnType = typeof(string))]
5050 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "GetString", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(string))]
5051 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "PopulateObjectMembers", MemberParameters = new object[]
5052 {
5053 typeof(object),
5054 typeof(global::System.Reflection.MemberInfo[]),
5055 typeof(object[])
5056 }, ReturnType = typeof(object))]
5057 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetObjectData", MemberParameters = new object[]
5058 {
5059 typeof(object),
5060 typeof(global::System.Reflection.MemberInfo[])
5061 }, ReturnType = typeof(object[]))]
5062 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectIDGenerator), Member = "GetId", MemberParameters = new object[]
5063 {
5064 typeof(object),
5065 typeof(ref bool)
5066 }, ReturnType = typeof(long))]
5067 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectIDGenerator), Member = "HasId", MemberParameters = new object[]
5068 {
5069 typeof(object),
5070 typeof(ref bool)
5071 }, ReturnType = typeof(long))]
5072 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Deserialize", MemberParameters = new object[]
5073 {
5074 typeof(global::System.IO.Stream),
5075 typeof(global::System.Runtime.Remoting.Messaging.HeaderHandler),
5076 typeof(bool)
5077 }, ReturnType = typeof(object))]
5078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Serialize", MemberParameters = new object[]
5079 {
5080 typeof(global::System.IO.Stream),
5081 typeof(object),
5082 typeof(global::System.Runtime.Remoting.Messaging.Header[]),
5083 typeof(bool)
5084 }, ReturnType = typeof(void))]
5085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = ".ctor", MemberParameters = new object[]
5086 {
5087 typeof(global::System.IO.Stream),
5088 typeof(global::System.Runtime.Serialization.ISurrogateSelector),
5089 typeof(global::System.Runtime.Serialization.StreamingContext),
5090 typeof(global::System.Runtime.Serialization.Formatters.Binary.InternalFE),
5091 typeof(global::System.Runtime.Serialization.SerializationBinder)
5092 }, ReturnType = typeof(void))]
5093 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "Deserialize", MemberParameters = new object[]
5094 {
5095 typeof(global::System.Runtime.Remoting.Messaging.HeaderHandler),
5096 typeof(global::System.Runtime.Serialization.Formatters.Binary.__BinaryParser),
5097 typeof(bool)
5098 }, ReturnType = typeof(object))]
5099 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "Serialize", MemberParameters = new object[]
5100 {
5101 typeof(object),
5102 typeof(global::System.Runtime.Remoting.Messaging.Header[]),
5103 typeof(global::System.Runtime.Serialization.Formatters.Binary.__BinaryWriter),
5104 typeof(bool)
5105 }, ReturnType = typeof(void))]
5106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "Write", MemberParameters = new object[]
5107 {
5108 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
5109 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
5110 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo)
5111 }, ReturnType = typeof(void))]
5112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo), Member = "Capture", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo))]
5113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.ConditionalWeakTable<, >), Member = "Add", MemberParameters = new object[] { "TKey", "TValue" }, ReturnType = typeof(void))]
5114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.ConditionalWeakTable<, >), Member = "Remove", MemberParameters = new object[] { "TKey" }, ReturnType = typeof(bool))]
5115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.ConditionalWeakTable<, >), Member = "TryGetValue", MemberParameters = new object[] { "TKey", "TValue&" }, ReturnType = typeof(bool))]
5116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.ConditionalWeakTable<, >), Member = "GetValue", MemberParameters = new object[] { "TKey", "CreateValueCallback<TKey, TValue>" }, ReturnType = "TValue")]
5117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceManager), Member = "GetSatelliteContractVersion", MemberParameters = new object[] { typeof(global::System.Reflection.Assembly) }, ReturnType = typeof(global::System.Version))]
5118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", MemberParameters = new object[]
5119 {
5120 typeof(byte[]),
5121 typeof(bool)
5122 }, ReturnType = typeof(void))]
5123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", MemberParameters = new object[]
5124 {
5125 typeof(byte[]),
5126 typeof(int),
5127 typeof(int),
5128 typeof(bool),
5129 typeof(bool)
5130 }, ReturnType = typeof(void))]
5131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Read", MemberParameters = new object[]
5132 {
5133 typeof(byte[]),
5134 typeof(int),
5135 typeof(int)
5136 }, ReturnType = typeof(int))]
5137 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "ReadAsync", MemberParameters = new object[]
5138 {
5139 typeof(byte[]),
5140 typeof(int),
5141 typeof(int),
5142 typeof(global::System.Threading.CancellationToken)
5143 }, ReturnType = typeof(global::System.Threading.Tasks.Task<int>))]
5144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Write", MemberParameters = new object[]
5145 {
5146 typeof(byte[]),
5147 typeof(int),
5148 typeof(int)
5149 }, ReturnType = typeof(void))]
5150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "WriteAsync", MemberParameters = new object[]
5151 {
5152 typeof(byte[]),
5153 typeof(int),
5154 typeof(int),
5155 typeof(global::System.Threading.CancellationToken)
5156 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
5157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = "Read", MemberParameters = new object[]
5158 {
5159 typeof(char[]),
5160 typeof(int),
5161 typeof(int)
5162 }, ReturnType = typeof(int))]
5163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamWriter), Member = "Write", MemberParameters = new object[]
5164 {
5165 typeof(char[]),
5166 typeof(int),
5167 typeof(int)
5168 }, ReturnType = typeof(void))]
5169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.TextReader), Member = "Read", MemberParameters = new object[]
5170 {
5171 typeof(char[]),
5172 typeof(int),
5173 typeof(int)
5174 }, ReturnType = typeof(int))]
5175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.TextWriter), Member = "Write", MemberParameters = new object[]
5176 {
5177 typeof(char[]),
5178 typeof(int),
5179 typeof(int)
5180 }, ReturnType = typeof(void))]
5181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Read", MemberParameters = new object[]
5182 {
5183 typeof(byte[]),
5184 typeof(int),
5185 typeof(int)
5186 }, ReturnType = typeof(int))]
5187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "ReadAsync", MemberParameters = new object[]
5188 {
5189 typeof(byte[]),
5190 typeof(int),
5191 typeof(int),
5192 typeof(global::System.Threading.CancellationToken)
5193 }, ReturnType = typeof(global::System.Threading.Tasks.Task<int>))]
5194 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Write", MemberParameters = new object[]
5195 {
5196 typeof(byte[]),
5197 typeof(int),
5198 typeof(int)
5199 }, ReturnType = typeof(void))]
5200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "WriteAsync", MemberParameters = new object[]
5201 {
5202 typeof(byte[]),
5203 typeof(int),
5204 typeof(int),
5205 typeof(global::System.Threading.CancellationToken)
5206 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
5207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "Copy", MemberParameters = new object[]
5208 {
5209 typeof(string),
5210 typeof(string),
5211 typeof(bool)
5212 }, ReturnType = typeof(void))]
5213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "WriteAllBytes", MemberParameters = new object[]
5214 {
5215 typeof(string),
5216 typeof(byte[])
5217 }, ReturnType = typeof(void))]
5218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "Move", MemberParameters = new object[]
5219 {
5220 typeof(string),
5221 typeof(string)
5222 }, ReturnType = typeof(void))]
5223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryReader), Member = "Read", MemberParameters = new object[]
5224 {
5225 typeof(byte[]),
5226 typeof(int),
5227 typeof(int)
5228 }, ReturnType = typeof(int))]
5229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StringReader), Member = "Read", MemberParameters = new object[]
5230 {
5231 typeof(char[]),
5232 typeof(int),
5233 typeof(int)
5234 }, ReturnType = typeof(int))]
5235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StringWriter), Member = ".ctor", MemberParameters = new object[]
5236 {
5237 typeof(global::System.Text.StringBuilder),
5238 typeof(global::System.IFormatProvider)
5239 }, ReturnType = typeof(void))]
5240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StringWriter), Member = "Write", MemberParameters = new object[]
5241 {
5242 typeof(char[]),
5243 typeof(int),
5244 typeof(int)
5245 }, ReturnType = typeof(void))]
5246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "Combine", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
5247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "IsPrefix", MemberParameters = new object[]
5248 {
5249 typeof(string),
5250 typeof(string),
5251 typeof(global::System.Globalization.CompareOptions)
5252 }, ReturnType = typeof(bool))]
5253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "IsSuffix", MemberParameters = new object[]
5254 {
5255 typeof(string),
5256 typeof(string),
5257 typeof(global::System.Globalization.CompareOptions)
5258 }, ReturnType = typeof(bool))]
5259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "set_Calendar", MemberParameters = new object[] { typeof(global::System.Globalization.Calendar) }, ReturnType = typeof(void))]
5260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "ReadOnly", MemberParameters = new object[] { typeof(global::System.Globalization.DateTimeFormatInfo) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
5261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Globalization.TimeSpanParse.TimeSpanResult", Member = "SetFailure", MemberParameters = new object[]
5262 {
5263 "System.Globalization.TimeSpanParse.ParseFailureKind",
5264 typeof(string),
5265 typeof(object),
5266 typeof(string)
5267 }, ReturnType = typeof(bool))]
5268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "set_NaNSymbol", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
5269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "get_Item", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
5270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "set_Item", MemberParameters = new object[]
5271 {
5272 typeof(object),
5273 typeof(object)
5274 }, ReturnType = typeof(void))]
5275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "Add", MemberParameters = new object[]
5276 {
5277 typeof(object),
5278 typeof(object)
5279 }, ReturnType = typeof(void))]
5280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
5281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
5282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.SortedList.SyncSortedList", Member = "IndexOfKey", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
5283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.SortedList.KeyList", Member = "IndexOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
5284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "Add", MemberParameters = new object[]
5285 {
5286 typeof(object),
5287 typeof(object)
5288 }, ReturnType = typeof(void))]
5289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "CopyTo", MemberParameters = new object[]
5290 {
5291 typeof(global::System.Array),
5292 typeof(int)
5293 }, ReturnType = typeof(void))]
5294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "set_Item", MemberParameters = new object[]
5295 {
5296 typeof(object),
5297 typeof(object)
5298 }, ReturnType = typeof(void))]
5299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "IndexOfKey", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
5300 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "InsertRange", MemberParameters = new object[]
5301 {
5302 typeof(int),
5303 typeof(global::System.Collections.ICollection)
5304 }, ReturnType = typeof(void))]
5305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.ICollection) }, ReturnType = typeof(void))]
5306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "InsertRange", MemberParameters = new object[]
5307 {
5308 typeof(int),
5309 typeof(global::System.Collections.ICollection)
5310 }, ReturnType = typeof(void))]
5311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.SyncHashtable", Member = "ContainsKey", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
5312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "ContainsKey", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
5313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "CopyTo", MemberParameters = new object[]
5314 {
5315 typeof(global::System.Array),
5316 typeof(int)
5317 }, ReturnType = typeof(void))]
5318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "get_Item", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
5319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "Insert", MemberParameters = new object[]
5320 {
5321 typeof(object),
5322 typeof(object),
5323 typeof(bool)
5324 }, ReturnType = typeof(void))]
5325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
5326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AsyncOperation", Member = "VerifyDelegateNotNull", MemberParameters = new object[] { typeof(global::System.Threading.SendOrPostCallback) }, ReturnType = typeof(void))]
5327 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "VerifyName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
5328 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "VerifyNCName", MemberParameters = new object[]
5329 {
5330 typeof(string),
5331 "System.Xml.ExceptionType"
5332 }, ReturnType = typeof(string))]
5333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonSerializer", Member = "set_ReferenceResolver", MemberParameters = new object[] { "Newtonsoft.Json.Serialization.IReferenceResolver" }, ReturnType = typeof(void))]
5334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonSerializer", Member = "set_Binder", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.SerializationBinder) }, ReturnType = typeof(void))]
5335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Mesh", Member = "GetUVsImpl", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
5336 {
5337 typeof(int),
5338 "System.Collections.Generic.List`1<T>",
5339 typeof(int)
5340 }, ReturnType = typeof(void))]
5341 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ManagedStreamHelpers", Member = "ValidateLoadFromStream", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = typeof(void))]
5342 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 164)]
5343 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
5344 public unsafe ArgumentNullException(string paramName, string message)
5345 {
5346 throw null;
5347 }
5348
5349 [global::Cpp2ILInjected.Token(Token = "0x60003D1")]
5350 [global::Cpp2ILInjected.Address(RVA = "0x1BB5E90", Offset = "0x1BB5E90", Length = "0x4")]
5351 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5352 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
5353 {
5354 typeof(global::System.Runtime.Serialization.SerializationInfo),
5355 typeof(global::System.Runtime.Serialization.StreamingContext)
5356 }, ReturnType = typeof(void))]
5357 protected ArgumentNullException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
5358 {
5359 throw null;
5360 }
5361 }
5362}
class f__AnonymousType0<< Count > j__TPar
ArgumentNullException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
unsafe ArgumentNullException(string paramName, string message)
unsafe ArgumentNullException(string paramName)