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
Type.cs
Go to the documentation of this file.
1using System;
9using System.IO;
10using System.Numerics;
24using System.Security;
30using System.Text;
34using Cpp2ILInjected;
36using Mono;
37
38namespace System
39{
40 [global::Cpp2ILInjected.Token(Token = "0x2000110")]
41 [global::System.Serializable]
42 public abstract class Type : global::System.Reflection.MemberInfo
43 {
44 [global::Cpp2ILInjected.Token(Token = "0x6000A09")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1C4C9AC", Offset = "0x1C4C9AC", Length = "0x358")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "IsIntegerType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetEnumData", MemberParameters = new object[]
52 {
53 typeof(ref string[]),
54 typeof(ref global::System.Array)
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "BinarySearch", MemberParameters = new object[]
57 {
58 typeof(global::System.Array),
59 typeof(object)
60 }, ReturnType = typeof(int))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array[]), Member = "IndexOf", MemberTypeParameters = new object[] { typeof(object) }, MemberParameters = new object[]
62 {
63 typeof(object[]),
64 typeof(object)
65 }, ReturnType = typeof(int))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
68 {
69 typeof(string),
70 typeof(string)
71 }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
74 {
75 typeof(string),
76 typeof(object),
77 typeof(object)
78 }, ReturnType = typeof(string))]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
81 public virtual bool IsEnumDefined(object value)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x6000A0A")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1C4D0D4", Offset = "0x1C4D0D4", Length = "0x1D4")]
88 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "IsIntegerType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetEnumData", MemberParameters = new object[]
93 {
94 typeof(ref string[]),
95 typeof(ref global::System.Array)
96 }, ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "BinarySearch", MemberParameters = new object[]
98 {
99 typeof(global::System.Array),
100 typeof(object)
101 }, ReturnType = typeof(int))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
104 {
105 typeof(string),
106 typeof(string)
107 }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
109 public virtual string GetEnumName(object value)
110 {
111 throw null;
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x6000A0B")]
115 [global::Cpp2ILInjected.Address(RVA = "0x1C4D2A8", Offset = "0x1C4D2A8", Length = "0xA4")]
116 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetEnumData", MemberParameters = new object[]
119 {
120 typeof(ref string[]),
121 typeof(ref global::System.Array)
122 }, ReturnType = typeof(void))]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
124 {
125 typeof(string),
126 typeof(string)
127 }, ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
129 public virtual string[] GetEnumNames()
130 {
131 throw null;
132 }
133
134 [global::Cpp2ILInjected.Token(Token = "0x6000A0C")]
135 [global::Cpp2ILInjected.Address(RVA = "0x1C4CF90", Offset = "0x1C4CF90", Length = "0x24")]
136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetEnumData", MemberParameters = new object[]
138 {
139 typeof(ref string[]),
140 typeof(ref global::System.Array)
141 }, ReturnType = typeof(void))]
142 private global::System.Array GetEnumRawConstantValues()
143 {
144 throw null;
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x6000A0D")]
148 [global::Cpp2ILInjected.Address(RVA = "0x1C4D34C", Offset = "0x1C4D34C", Length = "0x304")]
149 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsEnumDefined", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetEnumName", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetEnumNames", ReturnType = typeof(string[]))]
153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetEnumRawConstantValues", ReturnType = typeof(global::System.Array))]
154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
155 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.Comparer<object>), Member = "get_Default", ReturnType = "System.Collections.Generic.Comparer`1<T>")]
156 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
157 private void GetEnumData(out string[] enumNames, out global::System.Array enumValues)
158 {
159 throw null;
160 }
161
162 [global::Cpp2ILInjected.Token(Token = "0x6000A0E")]
163 [global::Cpp2ILInjected.Address(RVA = "0x1C4CFB4", Offset = "0x1C4CFB4", Length = "0x120")]
164 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
165 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsEnumDefined", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
166 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetEnumName", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Enum), Member = "ToUInt64", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(ulong))]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array[]), Member = "BinarySearch", MemberTypeParameters = new object[] { typeof(ulong) }, MemberParameters = new object[]
172 {
173 typeof(ulong[]),
175 }, ReturnType = typeof(int))]
176 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
177 private static int BinarySearch(global::System.Array array, object value)
178 {
179 throw null;
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x6000A0F")]
183 [global::Cpp2ILInjected.Address(RVA = "0x1C4CD10", Offset = "0x1C4CD10", Length = "0x280")]
184 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsEnumDefined", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetEnumName", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "IsEnumDefined", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEnumName", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
189 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
190 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
191 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
192 internal static bool IsIntegerType(global::System.Type t)
193 {
194 throw null;
195 }
196
197 [global::Cpp2ILInjected.Token(Token = "0x170000BD")]
198 public virtual bool IsSerializable
199 {
200 [global::Cpp2ILInjected.Token(Token = "0x6000A10")]
201 [global::Cpp2ILInjected.Address(RVA = "0x1C4D80C", Offset = "0x1C4D80C", Length = "0x134")]
202 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
203 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
204 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "IsRuntimeImplemented", ReturnType = typeof(bool))]
205 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
206 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
207 get
208 {
209 throw null;
210 }
211 }
212
213 [global::Cpp2ILInjected.Token(Token = "0x170000BE")]
214 public virtual bool ContainsGenericParameters
215 {
216 [global::Cpp2ILInjected.Token(Token = "0x6000A11")]
217 [global::Cpp2ILInjected.Address(RVA = "0x1C4D9D8", Offset = "0x1C4D9D8", Length = "0xDC")]
218 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
219 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
220 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetRootElementType", ReturnType = typeof(global::System.Type))]
221 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
222 get
223 {
224 throw null;
225 }
226 }
227
228 [global::Cpp2ILInjected.Token(Token = "0x6000A12")]
229 [global::Cpp2ILInjected.Address(RVA = "0x1C4DAC4", Offset = "0x1C4DAC4", Length = "0x40")]
230 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "get_ContainsGenericParameters", ReturnType = typeof(bool))]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FormatTypeName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceCheckThis", ReturnType = typeof(void))]
234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceMono", MemberParameters = new object[]
235 {
236 typeof(bool),
237 typeof(bool)
238 }, ReturnType = typeof(object))]
239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "get_FullName", ReturnType = typeof(string))]
240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "GetUnitySerializationInfo", MemberParameters = new object[]
241 {
242 typeof(global::System.Runtime.Serialization.SerializationInfo),
243 typeof(global::System.RuntimeType)
244 }, ReturnType = typeof(void))]
245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
246 internal global::System.Type GetRootElementType()
247 {
248 throw null;
249 }
250
251 [global::Cpp2ILInjected.Token(Token = "0x170000BF")]
252 public bool IsVisible
253 {
254 [global::Cpp2ILInjected.Token(Token = "0x6000A13")]
255 [global::Cpp2ILInjected.Address(RVA = "0x1C4DB04", Offset = "0x1C4DB04", Length = "0x15C")]
256 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "get_IsVisible", ReturnType = typeof(bool))]
258 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "AddAlgorithm", MemberParameters = new object[]
259 {
260 typeof(global::System.Type),
261 typeof(string[])
262 }, ReturnType = typeof(void))]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "SecureCreateInstance", MemberParameters = new object[]
264 {
265 typeof(global::System.Type),
266 "System.Object[]",
267 typeof(bool)
268 }, ReturnType = typeof(object))]
269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "SecureConstructorInvoke", MemberParameters = new object[]
270 {
271 typeof(global::System.Type),
272 "System.Type[]",
273 "System.Object[]",
274 typeof(bool),
275 typeof(global::System.Reflection.BindingFlags)
276 }, ReturnType = typeof(object))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "GenericArgumentsAreVisible", MemberParameters = new object[] { typeof(global::System.Reflection.MethodInfo) }, ReturnType = typeof(bool))]
278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "MethodInfoInvoke", MemberParameters = new object[]
279 {
280 typeof(global::System.Reflection.MethodInfo),
281 typeof(object),
282 "System.Object[]"
283 }, ReturnType = typeof(object))]
284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.TypeExtensions", Member = "IsVisible", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
285 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
286 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsNested", ReturnType = typeof(bool))]
287 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsVisible", ReturnType = typeof(bool))]
288 get
289 {
290 throw null;
291 }
292 }
293
294 [global::System.Runtime.InteropServices.ComVisible(true)]
295 [global::Cpp2ILInjected.Token(Token = "0x6000A14")]
296 [global::Cpp2ILInjected.Address(RVA = "0x1C4DD20", Offset = "0x1C4DD20", Length = "0xB8")]
297 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
298 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
299 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
300 public virtual bool IsSubclassOf(global::System.Type c)
301 {
302 throw null;
303 }
304
305 [global::Cpp2ILInjected.Token(Token = "0x6000A15")]
306 [global::Cpp2ILInjected.Address(RVA = "0x1C4DDD8", Offset = "0x1C4DDD8", Length = "0x188")]
307 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
308 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "IsRuntimeImplemented", ReturnType = typeof(bool))]
310 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsInterface", ReturnType = typeof(bool))]
311 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "ImplementInterface", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
312 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
313 public virtual bool IsAssignableFrom(global::System.Type c)
314 {
315 throw null;
316 }
317
318 [global::Cpp2ILInjected.Token(Token = "0x6000A16")]
319 [global::Cpp2ILInjected.Address(RVA = "0x1C4E024", Offset = "0x1C4E024", Length = "0x11C")]
320 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
321 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsAssignableFrom", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "ImplementInterface", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
323 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "ImplementInterface", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
325 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
326 internal bool ImplementInterface(global::System.Type ifaceType)
327 {
328 throw null;
329 }
330
331 [global::Cpp2ILInjected.Token(Token = "0x6000A17")]
332 [global::Cpp2ILInjected.Address(RVA = "0x1C4E140", Offset = "0x1C4E140", Length = "0x34C")]
333 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
334 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.InvalidFilterCriteriaException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
336 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 29)]
337 private static bool FilterAttributeImpl(global::System.Reflection.MemberInfo m, object filterCriteria)
338 {
339 throw null;
340 }
341
342 [global::Cpp2ILInjected.Token(Token = "0x6000A18")]
343 [global::Cpp2ILInjected.Address(RVA = "0x1C4E48C", Offset = "0x1C4E48C", Length = "0x164")]
344 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
345 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "LastIndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
348 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
351 {
352 typeof(int),
353 typeof(int)
354 }, ReturnType = typeof(string))]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[]
356 {
357 typeof(string),
358 typeof(global::System.StringComparison)
359 }, ReturnType = typeof(bool))]
360 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
361 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.InvalidFilterCriteriaException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
362 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
363 private static bool FilterNameImpl(global::System.Reflection.MemberInfo m, object filterCriteria)
364 {
365 throw null;
366 }
367
368 [global::Cpp2ILInjected.Token(Token = "0x6000A19")]
369 [global::Cpp2ILInjected.Address(RVA = "0x1C4E5F0", Offset = "0x1C4E5F0", Length = "0x17C")]
370 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
371 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
373 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "LastIndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
374 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
375 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
376 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
377 {
378 typeof(int),
379 typeof(int)
380 }, ReturnType = typeof(string))]
381 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
382 {
383 typeof(string),
384 typeof(int),
385 typeof(string),
386 typeof(int),
387 typeof(int),
388 typeof(global::System.StringComparison)
389 }, ReturnType = typeof(int))]
390 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
391 {
392 typeof(string),
393 typeof(string),
394 typeof(global::System.StringComparison)
395 }, ReturnType = typeof(int))]
396 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.InvalidFilterCriteriaException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
397 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
398 private static bool FilterNameIgnoreCaseImpl(global::System.Reflection.MemberInfo m, object filterCriteria)
399 {
400 throw null;
401 }
402
403 [global::Cpp2ILInjected.Token(Token = "0x6000A1A")]
404 [global::Cpp2ILInjected.Address(RVA = "0x1C4E76C", Offset = "0x1C4E76C", Length = "0x8")]
405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureType), Member = ".ctor", ReturnType = typeof(void))]
406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.TypeInfo), Member = ".ctor", ReturnType = typeof(void))]
407 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
408 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MemberInfo), Member = ".ctor", ReturnType = typeof(void))]
409 protected Type()
410 {
411 throw null;
412 }
413
414 [global::Cpp2ILInjected.Token(Token = "0x170000C0")]
415 public override global::System.Reflection.MemberTypes MemberType
416 {
417 [global::Cpp2ILInjected.Token(Token = "0x6000A1B")]
418 [global::Cpp2ILInjected.Address(RVA = "0x1C4E774", Offset = "0x1C4E774", Length = "0x8")]
419 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
420 get
421 {
422 throw null;
423 }
424 }
425
426 [global::Cpp2ILInjected.Token(Token = "0x6000A1C")]
427 [global::Cpp2ILInjected.Address(RVA = "0x1C4E77C", Offset = "0x1C4E77C", Length = "0x8")]
428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceDefaultCtor", MemberParameters = new object[]
429 {
430 typeof(bool),
431 typeof(bool),
432 typeof(bool),
433 typeof(bool),
434 typeof(ref global::System.Threading.StackCrawlMark)
435 }, ReturnType = typeof(object))]
436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakePointerType", ReturnType = typeof(global::System.Type))]
437 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetParentTypes", MemberParameters = new object[]
438 {
439 typeof(global::System.RuntimeType),
440 typeof(ref global::System.RuntimeType[]),
441 typeof(ref int)
442 }, ReturnType = typeof(bool))]
443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "GetRuntimeType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
444 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
446 public new global::System.Type GetType()
447 {
448 throw null;
449 }
450
451 [global::Cpp2ILInjected.Token(Token = "0x170000C1")]
452 public abstract string Namespace
453 {
454 [global::Cpp2ILInjected.Token(Token = "0x6000A1D")]
455 get;
456 }
457
458 [global::Cpp2ILInjected.Token(Token = "0x170000C2")]
459 public abstract string AssemblyQualifiedName
460 {
461 [global::Cpp2ILInjected.Token(Token = "0x6000A1E")]
462 get;
463 }
464
465 [global::Cpp2ILInjected.Token(Token = "0x170000C3")]
466 public abstract string FullName
467 {
468 [global::Cpp2ILInjected.Token(Token = "0x6000A1F")]
469 get;
470 }
471
472 [global::Cpp2ILInjected.Token(Token = "0x170000C4")]
473 public abstract global::System.Reflection.Assembly Assembly
474 {
475 [global::Cpp2ILInjected.Token(Token = "0x6000A20")]
476 get;
477 }
478
479 [global::Cpp2ILInjected.Token(Token = "0x170000C5")]
480 public new abstract global::System.Reflection.Module Module
481 {
482 [global::Cpp2ILInjected.Token(Token = "0x6000A21")]
483 get;
484 }
485
486 [global::Cpp2ILInjected.Token(Token = "0x170000C6")]
487 public bool IsNested
488 {
489 [global::Cpp2ILInjected.Token(Token = "0x6000A22")]
490 [global::Cpp2ILInjected.Address(RVA = "0x1C4DC88", Offset = "0x1C4DC88", Length = "0x70")]
491 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "get_IsVisible", ReturnType = typeof(bool))]
493 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FormatTypeName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
494 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
495 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
496 get
497 {
498 throw null;
499 }
500 }
501
502 [global::Cpp2ILInjected.Token(Token = "0x170000C7")]
503 public override global::System.Type DeclaringType
504 {
505 [global::Cpp2ILInjected.Token(Token = "0x6000A23")]
506 [global::Cpp2ILInjected.Address(RVA = "0x1C4E784", Offset = "0x1C4E784", Length = "0x8")]
507 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
508 get
509 {
510 throw null;
511 }
512 }
513
514 [global::Cpp2ILInjected.Token(Token = "0x170000C8")]
515 public virtual global::System.Reflection.MethodBase DeclaringMethod
516 {
517 [global::Cpp2ILInjected.Token(Token = "0x6000A24")]
518 [global::Cpp2ILInjected.Address(RVA = "0x1C4E78C", Offset = "0x1C4E78C", Length = "0x8")]
519 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
520 get
521 {
522 throw null;
523 }
524 }
525
526 [global::Cpp2ILInjected.Token(Token = "0x170000C9")]
527 public override global::System.Type ReflectedType
528 {
529 [global::Cpp2ILInjected.Token(Token = "0x6000A25")]
530 [global::Cpp2ILInjected.Address(RVA = "0x1C4E794", Offset = "0x1C4E794", Length = "0x8")]
531 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
532 get
533 {
534 throw null;
535 }
536 }
537
538 [global::Cpp2ILInjected.Token(Token = "0x170000CA")]
539 public abstract global::System.Type UnderlyingSystemType
540 {
541 [global::Cpp2ILInjected.Token(Token = "0x6000A26")]
542 get;
543 }
544
545 [global::Cpp2ILInjected.Token(Token = "0x170000CB")]
546 public bool IsArray
547 {
548 [global::Cpp2ILInjected.Token(Token = "0x6000A27")]
549 [global::Cpp2ILInjected.Address(RVA = "0x1C4E79C", Offset = "0x1C4E79C", Length = "0x10")]
550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "SaveFields", MemberParameters = new object[]
551 {
552 typeof(global::System.IO.BinaryWriter),
553 typeof(global::System.Type),
554 typeof(object)
555 }, ReturnType = typeof(void))]
556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
557 {
558 typeof(global::System.IO.BinaryReader),
559 typeof(global::System.Type),
560 typeof(object)
561 }, ReturnType = typeof(void))]
562 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "AreFieldValuesEqual", MemberParameters = new object[]
563 {
564 typeof(object),
565 typeof(object)
566 }, ReturnType = typeof(bool))]
567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetHashCode", ReturnType = typeof(int))]
568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
569 {
570 typeof(global::System.Reflection.BindingFlags),
571 typeof(global::System.Reflection.MethodBase[]),
572 typeof(ref object[]),
573 typeof(global::System.Reflection.ParameterModifier[]),
574 typeof(global::System.Globalization.CultureInfo),
575 typeof(string[]),
576 typeof(ref object)
577 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FilterApplyMethodBase", MemberParameters = new object[]
579 {
580 typeof(global::System.Reflection.MethodBase),
581 typeof(global::System.Reflection.BindingFlags),
582 typeof(global::System.Reflection.BindingFlags),
583 typeof(global::System.Reflection.CallingConventions),
584 typeof(global::System.Type[])
585 }, ReturnType = typeof(bool))]
586 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "InvokeMember", MemberParameters = new object[]
587 {
588 typeof(string),
589 typeof(global::System.Reflection.BindingFlags),
590 typeof(global::System.Reflection.Binder),
591 typeof(object),
592 typeof(object[]),
593 typeof(global::System.Reflection.ParameterModifier[]),
594 typeof(global::System.Globalization.CultureInfo),
595 typeof(string[])
596 }, ReturnType = typeof(object))]
597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "get_IsSZArray", ReturnType = typeof(bool))]
598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "AddElementTypes", MemberParameters = new object[]
599 {
600 typeof(global::System.Runtime.Serialization.SerializationInfo),
601 typeof(global::System.RuntimeType)
602 }, ReturnType = typeof(global::System.RuntimeType))]
603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "UpdateOutArgObject", MemberParameters = new object[]
604 {
605 typeof(global::System.Reflection.ParameterInfo),
606 typeof(object),
607 typeof(object)
608 }, ReturnType = typeof(bool))]
609 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "IsPossibleToIgnoreMarshal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
610 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetClrTypeFullName", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(string))]
611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo), Member = "InitSerialize", MemberParameters = new object[]
612 {
613 typeof(object),
614 typeof(global::System.Runtime.Serialization.ISurrogateSelector),
615 typeof(global::System.Runtime.Serialization.StreamingContext),
616 typeof(global::System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit),
617 typeof(global::System.Runtime.Serialization.IFormatterConverter),
618 typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter),
619 typeof(global::System.Runtime.Serialization.SerializationBinder)
620 }, ReturnType = typeof(void))]
621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo), Member = "InitSerialize", MemberParameters = new object[]
622 {
623 typeof(global::System.Type),
624 typeof(global::System.Runtime.Serialization.ISurrogateSelector),
625 typeof(global::System.Runtime.Serialization.StreamingContext),
626 typeof(global::System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit),
627 typeof(global::System.Runtime.Serialization.IFormatterConverter),
628 typeof(global::System.Runtime.Serialization.SerializationBinder)
629 }, ReturnType = typeof(void))]
630 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo), Member = "InitReadConstructor", MemberParameters = new object[]
631 {
632 typeof(global::System.Type),
633 typeof(global::System.Runtime.Serialization.ISurrogateSelector),
634 typeof(global::System.Runtime.Serialization.StreamingContext)
635 }, ReturnType = typeof(void))]
636 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArray", MemberParameters = new object[]
637 {
638 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
639 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
640 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
641 }, ReturnType = typeof(void))]
642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter", Member = "GetProperties", MemberParameters = new object[]
644 {
645 "System.ComponentModel.ITypeDescriptorContext",
646 typeof(object),
647 "System.Attribute[]"
648 }, ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
649 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "ChangeListType", MemberParameters = new object[]
650 {
651 typeof(object),
652 typeof(global::System.Type),
653 "System.Xml.IXmlNamespaceResolver"
654 }, ReturnType = typeof(object))]
655 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "IsListType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetCollectionItemType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonArrayContract", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
658 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 23)]
659 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
660 get
661 {
662 throw null;
663 }
664 }
665
666 [global::Cpp2ILInjected.Token(Token = "0x6000A28")]
667 protected abstract bool IsArrayImpl();
668
669 [global::Cpp2ILInjected.Token(Token = "0x170000CC")]
670 public bool IsByRef
671 {
672 [global::Cpp2ILInjected.Token(Token = "0x6000A29")]
673 [global::Cpp2ILInjected.Address(RVA = "0x1C4E7AC", Offset = "0x1C4E7AC", Length = "0x10")]
674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
675 {
676 typeof(global::System.Reflection.BindingFlags),
677 typeof(global::System.Reflection.MethodBase[]),
678 typeof(ref object[]),
679 typeof(global::System.Reflection.ParameterModifier[]),
680 typeof(global::System.Globalization.CultureInfo),
681 typeof(string[]),
682 typeof(ref object)
683 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
684 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "FindMostSpecificType", MemberParameters = new object[]
685 {
686 typeof(global::System.Type),
687 typeof(global::System.Type),
688 typeof(global::System.Type)
689 }, ReturnType = typeof(int))]
690 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "ThrowIfTypeNeverValidGenericArgument", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(void))]
691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "TryConvertToType", MemberParameters = new object[]
692 {
693 typeof(object),
694 typeof(ref bool)
695 }, ReturnType = typeof(object))]
696 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakeByRefType", ReturnType = typeof(global::System.Type))]
697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakePointerType", ReturnType = typeof(global::System.Type))]
698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "AddElementTypes", MemberParameters = new object[]
699 {
700 typeof(global::System.Runtime.Serialization.SerializationInfo),
701 typeof(global::System.RuntimeType)
702 }, ReturnType = typeof(global::System.RuntimeType))]
703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "arg_type_match_this", MemberParameters = new object[]
704 {
705 typeof(global::System.Type),
706 typeof(global::System.Type),
707 typeof(bool)
708 }, ReturnType = typeof(bool))]
709 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
710 {
711 typeof(global::System.Type),
712 typeof(object),
713 typeof(global::System.Reflection.MethodInfo),
714 typeof(bool),
715 typeof(bool)
716 }, ReturnType = typeof(global::System.Delegate))]
717 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "InternalExecuteMessage", MemberParameters = new object[]
718 {
719 typeof(global::System.MarshalByRefObject),
720 typeof(global::System.Runtime.Remoting.Messaging.IMethodCallMessage)
721 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMethodReturnMessage))]
722 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = "ProcessResponse", MemberParameters = new object[]
723 {
724 typeof(global::System.Runtime.Remoting.Messaging.IMethodReturnMessage),
725 typeof(global::System.Runtime.Remoting.Messaging.MonoMethodMessage)
726 }, ReturnType = typeof(object[]))]
727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ArgInfo), Member = ".ctor", MemberParameters = new object[]
728 {
729 typeof(global::System.Reflection.MethodBase),
730 typeof(global::System.Runtime.Remoting.Messaging.ArgInfoType)
731 }, ReturnType = typeof(void))]
732 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MonoMethodMessage), Member = "InitMessage", MemberParameters = new object[]
733 {
734 typeof(global::System.Reflection.RuntimeMethodInfo),
735 typeof(object[])
736 }, ReturnType = typeof(void))]
737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.StackBuilderSink), Member = "CheckParameters", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(void))]
738 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MethodBase), Member = "ConstructParameters", MemberParameters = new object[]
739 {
740 typeof(global::System.Type[]),
741 typeof(global::System.Reflection.CallingConventions),
742 typeof(bool)
743 }, ReturnType = typeof(string))]
744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureTypeExtensions), Member = "MatchesExactly", MemberParameters = new object[]
745 {
746 typeof(global::System.Reflection.SignatureType),
747 typeof(global::System.Type)
748 }, ReturnType = typeof(bool))]
749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureTypeExtensions), Member = "TryResolve", MemberParameters = new object[]
750 {
751 typeof(global::System.Reflection.SignatureType),
752 typeof(global::System.Type[])
753 }, ReturnType = typeof(global::System.Type))]
754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeParameterInfo), Member = "FormatParameters", MemberParameters = new object[]
755 {
756 typeof(global::System.Text.StringBuilder),
757 typeof(global::System.Reflection.ParameterInfo[]),
758 typeof(global::System.Reflection.CallingConventions),
759 typeof(bool)
760 }, ReturnType = typeof(void))]
761 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 26)]
762 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
763 get
764 {
765 throw null;
766 }
767 }
768
769 [global::Cpp2ILInjected.Token(Token = "0x6000A2A")]
770 protected abstract bool IsByRefImpl();
771
772 [global::Cpp2ILInjected.Token(Token = "0x170000CD")]
773 public unsafe bool IsPointer
774 {
775 [global::Cpp2ILInjected.Token(Token = "0x6000A2B")]
776 [global::Cpp2ILInjected.Address(RVA = "0x1C4E7BC", Offset = "0x1C4E7BC", Length = "0x10")]
777 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "ThrowIfTypeNeverValidGenericArgument", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(void))]
778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "TryConvertToType", MemberParameters = new object[]
779 {
780 typeof(object),
781 typeof(ref bool)
782 }, ReturnType = typeof(object))]
783 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "AddElementTypes", MemberParameters = new object[]
784 {
785 typeof(global::System.Runtime.Serialization.SerializationInfo),
786 typeof(global::System.RuntimeType)
787 }, ReturnType = typeof(global::System.RuntimeType))]
788 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Pointer), Member = "Box", MemberParameters = new object[]
789 {
790 typeof(void*),
791 typeof(global::System.Type)
792 }, ReturnType = typeof(object))]
793 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureTypeExtensions), Member = "MatchesExactly", MemberParameters = new object[]
794 {
795 typeof(global::System.Reflection.SignatureType),
796 typeof(global::System.Type)
797 }, ReturnType = typeof(bool))]
798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureTypeExtensions), Member = "TryResolve", MemberParameters = new object[]
799 {
800 typeof(global::System.Reflection.SignatureType),
801 typeof(global::System.Type[])
802 }, ReturnType = typeof(global::System.Type))]
803 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
804 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
805 get
806 {
807 throw null;
808 }
809 }
810
811 [global::Cpp2ILInjected.Token(Token = "0x6000A2C")]
812 protected abstract bool IsPointerImpl();
813
814 [global::Cpp2ILInjected.Token(Token = "0x170000CE")]
815 public virtual bool IsConstructedGenericType
816 {
817 [global::Cpp2ILInjected.Token(Token = "0x6000A2D")]
818 [global::Cpp2ILInjected.Address(RVA = "0x1C4E7CC", Offset = "0x1C4E7CC", Length = "0x24")]
819 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
820 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotImplemented), Member = "get_ByDesign", ReturnType = typeof(global::System.Exception))]
821 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
822 get
823 {
824 throw null;
825 }
826 }
827
828 [global::Cpp2ILInjected.Token(Token = "0x170000CF")]
829 public virtual bool IsGenericParameter
830 {
831 [global::Cpp2ILInjected.Token(Token = "0x6000A2E")]
832 [global::Cpp2ILInjected.Address(RVA = "0x1C4E844", Offset = "0x1C4E844", Length = "0x8")]
833 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
834 get
835 {
836 throw null;
837 }
838 }
839
840 [global::Cpp2ILInjected.Token(Token = "0x170000D0")]
841 public virtual bool IsGenericMethodParameter
842 {
843 [global::Cpp2ILInjected.Token(Token = "0x6000A2F")]
844 [global::Cpp2ILInjected.Address(RVA = "0x1C4E84C", Offset = "0x1C4E84C", Length = "0x4C")]
845 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
846 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
847 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MethodBase), Member = "op_Inequality", MemberParameters = new object[]
848 {
849 typeof(global::System.Reflection.MethodBase),
850 typeof(global::System.Reflection.MethodBase)
851 }, ReturnType = typeof(bool))]
852 get
853 {
854 throw null;
855 }
856 }
857
858 [global::Cpp2ILInjected.Token(Token = "0x170000D1")]
859 public virtual bool IsGenericType
860 {
861 [global::Cpp2ILInjected.Token(Token = "0x6000A30")]
862 [global::Cpp2ILInjected.Address(RVA = "0x1C4E898", Offset = "0x1C4E898", Length = "0x8")]
863 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
864 get
865 {
866 throw null;
867 }
868 }
869
870 [global::Cpp2ILInjected.Token(Token = "0x170000D2")]
871 public virtual bool IsGenericTypeDefinition
872 {
873 [global::Cpp2ILInjected.Token(Token = "0x6000A31")]
874 [global::Cpp2ILInjected.Address(RVA = "0x1C4E8A0", Offset = "0x1C4E8A0", Length = "0x8")]
875 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
876 get
877 {
878 throw null;
879 }
880 }
881
882 [global::Cpp2ILInjected.Token(Token = "0x170000D3")]
883 public virtual bool IsSZArray
884 {
885 [global::Cpp2ILInjected.Token(Token = "0x6000A32")]
886 [global::Cpp2ILInjected.Address(RVA = "0x1C4E8A8", Offset = "0x1C4E8A8", Length = "0x24")]
887 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
888 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotImplemented), Member = "get_ByDesign", ReturnType = typeof(global::System.Exception))]
889 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
890 get
891 {
892 throw null;
893 }
894 }
895
896 [global::Cpp2ILInjected.Token(Token = "0x170000D4")]
897 public virtual bool IsVariableBoundArray
898 {
899 [global::Cpp2ILInjected.Token(Token = "0x6000A33")]
900 [global::Cpp2ILInjected.Address(RVA = "0x1C4E8CC", Offset = "0x1C4E8CC", Length = "0x48")]
901 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
902 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
903 get
904 {
905 throw null;
906 }
907 }
908
909 [global::Cpp2ILInjected.Token(Token = "0x170000D5")]
910 public bool HasElementType
911 {
912 [global::Cpp2ILInjected.Token(Token = "0x6000A34")]
913 [global::Cpp2ILInjected.Address(RVA = "0x1C4DAB4", Offset = "0x1C4DAB4", Length = "0x10")]
914 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Activator), Member = "CreateInstance", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
915 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "get_ContainsGenericParameters", ReturnType = typeof(bool))]
916 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "AddElementTypes", MemberParameters = new object[]
917 {
918 typeof(global::System.Runtime.Serialization.SerializationInfo),
919 typeof(global::System.RuntimeType)
920 }, ReturnType = typeof(global::System.RuntimeType))]
921 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
922 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
923 get
924 {
925 throw null;
926 }
927 }
928
929 [global::Cpp2ILInjected.Token(Token = "0x6000A35")]
930 protected abstract bool HasElementTypeImpl();
931
932 [global::Cpp2ILInjected.Token(Token = "0x6000A36")]
933 public abstract global::System.Type GetElementType();
934
935 [global::Cpp2ILInjected.Token(Token = "0x6000A37")]
936 [global::Cpp2ILInjected.Address(RVA = "0x1C4E914", Offset = "0x1C4E914", Length = "0x4C")]
937 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
938 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
939 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
940 public virtual int GetArrayRank()
941 {
942 throw null;
943 }
944
945 [global::Cpp2ILInjected.Token(Token = "0x6000A38")]
946 [global::Cpp2ILInjected.Address(RVA = "0x1C4E960", Offset = "0x1C4E960", Length = "0x4C")]
947 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
948 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
949 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
950 public virtual global::System.Type GetGenericTypeDefinition()
951 {
952 throw null;
953 }
954
955 [global::Cpp2ILInjected.Token(Token = "0x170000D6")]
956 public virtual global::System.Type[] GenericTypeArguments
957 {
958 [global::Cpp2ILInjected.Token(Token = "0x6000A39")]
959 [global::Cpp2ILInjected.Address(RVA = "0x1C4E9AC", Offset = "0x1C4E9AC", Length = "0xCC")]
960 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
961 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
962 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
963 get
964 {
965 throw null;
966 }
967 }
968
969 [global::Cpp2ILInjected.Token(Token = "0x6000A3A")]
970 [global::Cpp2ILInjected.Address(RVA = "0x1C4EA78", Offset = "0x1C4EA78", Length = "0x4C")]
971 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
972 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
973 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
974 public virtual global::System.Type[] GetGenericArguments()
975 {
976 throw null;
977 }
978
979 [global::Cpp2ILInjected.Token(Token = "0x170000D7")]
980 public virtual int GenericParameterPosition
981 {
982 [global::Cpp2ILInjected.Token(Token = "0x6000A3B")]
983 [global::Cpp2ILInjected.Address(RVA = "0x1C4EAC4", Offset = "0x1C4EAC4", Length = "0x4C")]
984 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
985 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
986 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
987 get
988 {
989 throw null;
990 }
991 }
992
993 [global::Cpp2ILInjected.Token(Token = "0x170000D8")]
994 public virtual global::System.Reflection.GenericParameterAttributes GenericParameterAttributes
995 {
996 [global::Cpp2ILInjected.Token(Token = "0x6000A3C")]
997 [global::Cpp2ILInjected.Address(RVA = "0x1C4EB10", Offset = "0x1C4EB10", Length = "0x38")]
998 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
999 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
1000 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1001 get
1002 {
1003 throw null;
1004 }
1005 }
1006
1007 [global::Cpp2ILInjected.Token(Token = "0x6000A3D")]
1008 [global::Cpp2ILInjected.Address(RVA = "0x1C4EB48", Offset = "0x1C4EB48", Length = "0x78")]
1009 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1010 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1011 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", ReturnType = typeof(void))]
1012 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1013 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1014 public virtual global::System.Type[] GetGenericParameterConstraints()
1015 {
1016 throw null;
1017 }
1018
1019 [global::Cpp2ILInjected.Token(Token = "0x170000D9")]
1020 public global::System.Reflection.TypeAttributes Attributes
1021 {
1022 [global::Cpp2ILInjected.Token(Token = "0x6000A3E")]
1023 [global::Cpp2ILInjected.Address(RVA = "0x1C4EBC0", Offset = "0x1C4EBC0", Length = "0x10")]
1024 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetPseudoCustomAttributes", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object[]))]
1025 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetPseudoCustomAttributesData", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
1026 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = "IsInterface", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(bool))]
1027 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetAttributes", ReturnType = "System.ComponentModel.AttributeCollection")]
1028 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1029 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1030 get
1031 {
1032 throw null;
1033 }
1034 }
1035
1036 [global::Cpp2ILInjected.Token(Token = "0x6000A3F")]
1037 protected abstract global::System.Reflection.TypeAttributes GetAttributeFlagsImpl();
1038
1039 [global::Cpp2ILInjected.Token(Token = "0x170000DA")]
1040 public bool IsAbstract
1041 {
1042 [global::Cpp2ILInjected.Token(Token = "0x6000A40")]
1043 [global::Cpp2ILInjected.Address(RVA = "0x1C4EBD0", Offset = "0x1C4EBD0", Length = "0x20")]
1044 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceMono", MemberParameters = new object[]
1046 {
1047 typeof(bool),
1048 typeof(bool)
1049 }, ReturnType = typeof(object))]
1050 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeConstructorInfo), Member = "DoInvoke", MemberParameters = new object[]
1051 {
1052 typeof(object),
1053 typeof(global::System.Reflection.BindingFlags),
1054 typeof(global::System.Reflection.Binder),
1055 typeof(object[]),
1056 typeof(global::System.Globalization.CultureInfo)
1057 }, ReturnType = typeof(object))]
1058 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "TryConvertInternal", MemberParameters = new object[]
1059 {
1060 typeof(object),
1061 typeof(global::System.Globalization.CultureInfo),
1062 typeof(global::System.Type),
1063 typeof(ref object)
1064 }, ReturnType = "Newtonsoft.Json.Utilities.ConvertUtils.ConvertResult")]
1065 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.TypeExtensions", Member = "IsAbstract", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
1066 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1067 get
1068 {
1069 throw null;
1070 }
1071 }
1072
1073 [global::Cpp2ILInjected.Token(Token = "0x170000DB")]
1074 public bool IsSealed
1075 {
1076 [global::Cpp2ILInjected.Token(Token = "0x6000A41")]
1077 [global::Cpp2ILInjected.Address(RVA = "0x1C4EBF0", Offset = "0x1C4EBF0", Length = "0x20")]
1078 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1079 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
1080 {
1081 typeof(global::System.Reflection.ICustomAttributeProvider),
1082 typeof(global::System.Type),
1083 typeof(bool)
1084 }, ReturnType = typeof(object[]))]
1085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesData", MemberParameters = new object[]
1086 {
1087 typeof(global::System.Reflection.ICustomAttributeProvider),
1088 typeof(global::System.Type),
1089 typeof(bool)
1090 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
1091 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArrayMember", MemberParameters = new object[]
1092 {
1093 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
1094 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
1095 typeof(object)
1096 }, ReturnType = typeof(void))]
1097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo), Member = "get_IsSealed", ReturnType = typeof(bool))]
1098 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.TypeExtensions", Member = "IsSealed", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
1099 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonContainerContract", Member = "set_ItemContract", MemberParameters = new object[] { "Newtonsoft.Json.Serialization.JsonContract" }, ReturnType = typeof(void))]
1100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
1101 get
1102 {
1103 throw null;
1104 }
1105 }
1106
1107 [global::Cpp2ILInjected.Token(Token = "0x170000DC")]
1108 public bool IsClass
1109 {
1110 [global::Cpp2ILInjected.Token(Token = "0x6000A42")]
1111 [global::Cpp2ILInjected.Address(RVA = "0x1C4EC10", Offset = "0x1C4EC10", Length = "0x48")]
1112 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "SaveFields", MemberParameters = new object[]
1114 {
1115 typeof(global::System.IO.BinaryWriter),
1116 typeof(global::System.Type),
1117 typeof(object)
1118 }, ReturnType = typeof(void))]
1119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
1120 {
1121 typeof(global::System.IO.BinaryReader),
1122 typeof(global::System.Type),
1123 typeof(object)
1124 }, ReturnType = typeof(void))]
1125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "RefreshFields", MemberParameters = new object[]
1126 {
1127 typeof(global::System.Type),
1128 typeof(object),
1129 typeof(string)
1130 }, ReturnType = typeof(bool))]
1131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "CreateCustomSet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T", "System.Object[]" }, ReturnType = "T[]")]
1132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToField", MemberParameters = new object[]
1133 {
1134 typeof(global::System.Reflection.BindingFlags),
1135 typeof(global::System.Reflection.FieldInfo[]),
1136 typeof(object),
1137 typeof(global::System.Globalization.CultureInfo)
1138 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
1139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "InheritsGenericDefinition", MemberParameters = new object[]
1140 {
1141 typeof(global::System.Type),
1142 typeof(global::System.Type),
1143 typeof(ref global::System.Type)
1144 }, ReturnType = typeof(bool))]
1145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.TypeExtensions", Member = "IsClass", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
1146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
1147 get
1148 {
1149 throw null;
1150 }
1151 }
1152
1153 [global::Cpp2ILInjected.Token(Token = "0x170000DD")]
1154 public bool IsNestedAssembly
1155 {
1156 [global::Cpp2ILInjected.Token(Token = "0x6000A43")]
1157 [global::Cpp2ILInjected.Address(RVA = "0x1C4EC68", Offset = "0x1C4EC68", Length = "0x28")]
1158 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FilterApplyType", MemberParameters = new object[]
1160 {
1161 typeof(global::System.Type),
1162 typeof(global::System.Reflection.BindingFlags),
1163 typeof(string),
1164 typeof(bool),
1165 typeof(string)
1166 }, ReturnType = typeof(bool))]
1167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1168 get
1169 {
1170 throw null;
1171 }
1172 }
1173
1174 [global::Cpp2ILInjected.Token(Token = "0x170000DE")]
1175 public bool IsNestedPublic
1176 {
1177 [global::Cpp2ILInjected.Token(Token = "0x6000A44")]
1178 [global::Cpp2ILInjected.Address(RVA = "0x1C4DC60", Offset = "0x1C4DC60", Length = "0x28")]
1179 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FilterApplyType", MemberParameters = new object[]
1181 {
1182 typeof(global::System.Type),
1183 typeof(global::System.Reflection.BindingFlags),
1184 typeof(string),
1185 typeof(bool),
1186 typeof(string)
1187 }, ReturnType = typeof(bool))]
1188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetEvents", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.EventDescriptor[]")]
1189 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1190 get
1191 {
1192 throw null;
1193 }
1194 }
1195
1196 [global::Cpp2ILInjected.Token(Token = "0x170000DF")]
1197 public bool IsNotPublic
1198 {
1199 [global::Cpp2ILInjected.Token(Token = "0x6000A45")]
1200 [global::Cpp2ILInjected.Address(RVA = "0x1C4EC90", Offset = "0x1C4EC90", Length = "0x24")]
1201 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "get_MemberType", ReturnType = typeof(global::System.Reflection.MemberTypes))]
1203 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1204 get
1205 {
1206 throw null;
1207 }
1208 }
1209
1210 [global::Cpp2ILInjected.Token(Token = "0x170000E0")]
1211 public bool IsPublic
1212 {
1213 [global::Cpp2ILInjected.Token(Token = "0x6000A46")]
1214 [global::Cpp2ILInjected.Address(RVA = "0x1C4DCF8", Offset = "0x1C4DCF8", Length = "0x28")]
1215 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FilterApplyType", MemberParameters = new object[]
1217 {
1218 typeof(global::System.Type),
1219 typeof(global::System.Reflection.BindingFlags),
1220 typeof(string),
1221 typeof(bool),
1222 typeof(string)
1223 }, ReturnType = typeof(bool))]
1224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "get_MemberType", ReturnType = typeof(global::System.Reflection.MemberTypes))]
1225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetEvents", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.EventDescriptor[]")]
1226 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1227 get
1228 {
1229 throw null;
1230 }
1231 }
1232
1233 [global::Cpp2ILInjected.Token(Token = "0x170000E1")]
1234 public bool IsExplicitLayout
1235 {
1236 [global::Cpp2ILInjected.Token(Token = "0x6000A47")]
1237 [global::Cpp2ILInjected.Address(RVA = "0x1C4ECB4", Offset = "0x1C4ECB4", Length = "0x28")]
1238 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.FieldInfo), Member = "GetPseudoCustomAttributes", ReturnType = typeof(object[]))]
1240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.FieldInfo), Member = "GetPseudoCustomAttributesData", ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
1241 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1242 get
1243 {
1244 throw null;
1245 }
1246 }
1247
1248 [global::Cpp2ILInjected.Token(Token = "0x170000E2")]
1249 public bool IsCOMObject
1250 {
1251 [global::Cpp2ILInjected.Token(Token = "0x6000A48")]
1252 [global::Cpp2ILInjected.Address(RVA = "0x1C4ECDC", Offset = "0x1C4ECDC", Length = "0x10")]
1253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
1254 {
1255 typeof(global::System.Reflection.BindingFlags),
1256 typeof(global::System.Reflection.MethodBase[]),
1257 typeof(ref object[]),
1258 typeof(global::System.Reflection.ParameterModifier[]),
1259 typeof(global::System.Globalization.CultureInfo),
1260 typeof(string[]),
1261 typeof(ref object)
1262 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
1263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "NodeFor", MemberParameters = new object[]
1264 {
1265 typeof(object),
1266 typeof(bool)
1267 }, ReturnType = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode")]
1268 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1269 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1270 get
1271 {
1272 throw null;
1273 }
1274 }
1275
1276 [global::Cpp2ILInjected.Token(Token = "0x6000A49")]
1277 protected abstract bool IsCOMObjectImpl();
1278
1279 [global::Cpp2ILInjected.Token(Token = "0x170000E3")]
1280 public bool IsContextful
1281 {
1282 [global::Cpp2ILInjected.Token(Token = "0x6000A4A")]
1283 [global::Cpp2ILInjected.Address(RVA = "0x1C4ECEC", Offset = "0x1C4ECEC", Length = "0x10")]
1284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "Unmarshal", MemberParameters = new object[]
1285 {
1286 typeof(global::System.Runtime.Remoting.ObjRef),
1287 typeof(bool)
1288 }, ReturnType = typeof(object))]
1289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "CreateClientProxyForContextBound", MemberParameters = new object[]
1290 {
1291 typeof(global::System.Type),
1292 typeof(object[])
1293 }, ReturnType = typeof(object))]
1294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "get_IsContextBoundObject", ReturnType = typeof(bool))]
1295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "InCurrentContext", ReturnType = typeof(bool))]
1296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateConstructionCall", MemberParameters = new object[]
1297 {
1298 typeof(global::System.Type),
1299 typeof(string),
1300 typeof(object[])
1301 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.ConstructionCall))]
1302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateInstanceFromMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
1303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateProxyForType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
1304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.RemoteActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
1305 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
1306 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1307 get
1308 {
1309 throw null;
1310 }
1311 }
1312
1313 [global::Cpp2ILInjected.Token(Token = "0x6000A4B")]
1314 [global::Cpp2ILInjected.Address(RVA = "0x1C4ECFC", Offset = "0x1C4ECFC", Length = "0x88")]
1315 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1316 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
1317 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1318 protected virtual bool IsContextfulImpl()
1319 {
1320 throw null;
1321 }
1322
1323 [global::Cpp2ILInjected.Token(Token = "0x170000E4")]
1324 public virtual bool IsEnum
1325 {
1326 [global::Cpp2ILInjected.Token(Token = "0x6000A4C")]
1327 [global::Cpp2ILInjected.Address(RVA = "0x1C4ED84", Offset = "0x1C4ED84", Length = "0x8C")]
1328 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
1330 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1331 get
1332 {
1333 throw null;
1334 }
1335 }
1336
1337 [global::Cpp2ILInjected.Token(Token = "0x170000E5")]
1338 public bool IsMarshalByRef
1339 {
1340 [global::Cpp2ILInjected.Token(Token = "0x6000A4D")]
1341 [global::Cpp2ILInjected.Address(RVA = "0x1C4EE10", Offset = "0x1C4EE10", Length = "0x10")]
1342 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = ".ctor", MemberParameters = new object[]
1343 {
1344 typeof(global::System.Type),
1345 typeof(global::System.IntPtr),
1346 typeof(object)
1347 }, ReturnType = typeof(void))]
1348 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.RemotingSurrogateSelector), Member = "GetSurrogate", MemberParameters = new object[]
1349 {
1350 typeof(global::System.Type),
1351 typeof(global::System.Runtime.Serialization.StreamingContext),
1352 typeof(ref global::System.Runtime.Serialization.ISurrogateSelector)
1353 }, ReturnType = typeof(global::System.Runtime.Serialization.ISerializationSurrogate))]
1354 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1355 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1356 get
1357 {
1358 throw null;
1359 }
1360 }
1361
1362 [global::Cpp2ILInjected.Token(Token = "0x6000A4E")]
1363 [global::Cpp2ILInjected.Address(RVA = "0x1C4EE20", Offset = "0x1C4EE20", Length = "0x88")]
1364 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
1366 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1367 protected virtual bool IsMarshalByRefImpl()
1368 {
1369 throw null;
1370 }
1371
1372 [global::Cpp2ILInjected.Token(Token = "0x170000E6")]
1373 public bool IsPrimitive
1374 {
1375 [global::Cpp2ILInjected.Token(Token = "0x6000A4F")]
1376 [global::Cpp2ILInjected.Address(RVA = "0x1C4EEA8", Offset = "0x1C4EEA8", Length = "0x10")]
1377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "CreateCustomSet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T", "System.Object[]" }, ReturnType = "T[]")]
1378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
1379 {
1380 typeof(global::System.Reflection.BindingFlags),
1381 typeof(global::System.Reflection.MethodBase[]),
1382 typeof(ref object[]),
1383 typeof(global::System.Reflection.ParameterModifier[]),
1384 typeof(global::System.Globalization.CultureInfo),
1385 typeof(string[]),
1386 typeof(ref object)
1387 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
1388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToField", MemberParameters = new object[]
1389 {
1390 typeof(global::System.Reflection.BindingFlags),
1391 typeof(global::System.Reflection.FieldInfo[]),
1392 typeof(object),
1393 typeof(global::System.Globalization.CultureInfo)
1394 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
1395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectProperty", MemberParameters = new object[]
1396 {
1397 typeof(global::System.Reflection.BindingFlags),
1398 typeof(global::System.Reflection.PropertyInfo[]),
1399 typeof(global::System.Type),
1400 typeof(global::System.Type[]),
1401 typeof(global::System.Reflection.ParameterModifier[])
1402 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
1403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "FindMostSpecificType", MemberParameters = new object[]
1404 {
1405 typeof(global::System.Type),
1406 typeof(global::System.Type),
1407 typeof(global::System.Type)
1408 }, ReturnType = typeof(int))]
1409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "CanConvertPrimitive", MemberParameters = new object[]
1410 {
1411 typeof(global::System.RuntimeType),
1412 typeof(global::System.RuntimeType)
1413 }, ReturnType = typeof(bool))]
1414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectMethod", MemberParameters = new object[]
1415 {
1416 typeof(global::System.Reflection.BindingFlags),
1417 typeof(global::System.Reflection.MethodBase[]),
1418 typeof(global::System.Type[]),
1419 typeof(global::System.Reflection.ParameterModifier[])
1420 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
1421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FormatTypeName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
1422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "TryConvertToType", MemberParameters = new object[]
1423 {
1424 typeof(object),
1425 typeof(ref bool)
1426 }, ReturnType = typeof(object))]
1427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypedReference), Member = "MakeTypedReference", MemberParameters = new object[]
1428 {
1429 typeof(object),
1430 typeof(global::System.Reflection.FieldInfo[])
1431 }, ReturnType = typeof(global::System.TypedReference))]
1432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "IsPossibleToIgnoreMarshal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
1433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.Converter), Member = "ToCode", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE))]
1434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo), Member = "InitSerialize", MemberParameters = new object[]
1435 {
1436 typeof(object),
1437 typeof(global::System.Runtime.Serialization.ISurrogateSelector),
1438 typeof(global::System.Runtime.Serialization.StreamingContext),
1439 typeof(global::System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit),
1440 typeof(global::System.Runtime.Serialization.IFormatterConverter),
1441 typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter),
1442 typeof(global::System.Runtime.Serialization.SerializationBinder)
1443 }, ReturnType = typeof(void))]
1444 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArray", MemberParameters = new object[]
1445 {
1446 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
1447 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
1448 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
1449 }, ReturnType = typeof(void))]
1450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BaseNumberConverter", Member = "ConvertTo", MemberParameters = new object[]
1451 {
1452 "System.ComponentModel.ITypeDescriptorContext",
1453 typeof(global::System.Globalization.CultureInfo),
1454 typeof(object),
1455 typeof(global::System.Type)
1456 }, ReturnType = typeof(object))]
1457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BaseNumberConverter", Member = "CanConvertTo", MemberParameters = new object[]
1458 {
1459 "System.ComponentModel.ITypeDescriptorContext",
1460 typeof(global::System.Type)
1461 }, ReturnType = typeof(bool))]
1462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindingList`1", Member = "get_ItemTypeHasDefaultConstructor", ReturnType = typeof(bool))]
1463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.UnsafeUtility", Member = "GetReasonForTypeNonBlittableImpl", MemberParameters = new object[]
1464 {
1465 typeof(global::System.Type),
1466 typeof(string)
1467 }, ReturnType = typeof(string))]
1468 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEventBase", Member = "GetValidMethodInfo", MemberParameters = new object[]
1469 {
1470 typeof(global::System.Type),
1471 typeof(string),
1472 "System.Type[]"
1473 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
1474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidReflection", Member = "IsPrimitive", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
1475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "CreateJNIArgArray", MemberParameters = new object[] { "System.Object[]" }, ReturnType = "UnityEngine.jvalue[]")]
1476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "Box", MemberParameters = new object[] { typeof(object) }, ReturnType = "UnityEngine.AndroidJavaObject")]
1477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "ConvertToJNIArray", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(global::System.IntPtr))]
1478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "GetSignature", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
1479 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 29)]
1480 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1481 get
1482 {
1483 throw null;
1484 }
1485 }
1486
1487 [global::Cpp2ILInjected.Token(Token = "0x6000A50")]
1488 protected abstract bool IsPrimitiveImpl();
1489
1490 [global::Cpp2ILInjected.Token(Token = "0x170000E7")]
1491 public bool IsValueType
1492 {
1493 [global::Cpp2ILInjected.Token(Token = "0x6000A51")]
1494 [global::Cpp2ILInjected.Address(RVA = "0x1C4EC58", Offset = "0x1C4EC58", Length = "0x10")]
1495 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "SaveFields", MemberParameters = new object[]
1496 {
1497 typeof(global::System.IO.BinaryWriter),
1498 typeof(global::System.Type),
1499 typeof(object)
1500 }, ReturnType = typeof(void))]
1501 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
1502 {
1503 typeof(global::System.IO.BinaryReader),
1504 typeof(global::System.Type),
1505 typeof(object)
1506 }, ReturnType = typeof(void))]
1507 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ChangeType", MemberParameters = new object[]
1508 {
1509 typeof(object),
1510 typeof(global::System.Type),
1511 typeof(global::System.IFormatProvider)
1512 }, ReturnType = typeof(object))]
1513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceImpl", MemberParameters = new object[]
1514 {
1515 typeof(global::System.Reflection.BindingFlags),
1516 typeof(global::System.Reflection.Binder),
1517 typeof(object[]),
1518 typeof(global::System.Globalization.CultureInfo),
1519 typeof(object[]),
1520 typeof(ref global::System.Threading.StackCrawlMark)
1521 }, ReturnType = typeof(object))]
1522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceMono", MemberParameters = new object[]
1523 {
1524 typeof(bool),
1525 typeof(bool)
1526 }, ReturnType = typeof(object))]
1527 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypedReference), Member = "MakeTypedReference", MemberParameters = new object[]
1528 {
1529 typeof(object),
1530 typeof(global::System.Reflection.FieldInfo[])
1531 }, ReturnType = typeof(global::System.TypedReference))]
1532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "arg_type_match", MemberParameters = new object[]
1533 {
1534 typeof(global::System.Type),
1535 typeof(global::System.Type)
1536 }, ReturnType = typeof(bool))]
1537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "arg_type_match_this", MemberParameters = new object[]
1538 {
1539 typeof(global::System.Type),
1540 typeof(global::System.Type),
1541 typeof(bool)
1542 }, ReturnType = typeof(bool))]
1543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "return_type_match", MemberParameters = new object[]
1544 {
1545 typeof(global::System.Type),
1546 typeof(global::System.Type)
1547 }, ReturnType = typeof(bool))]
1548 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
1549 {
1550 typeof(global::System.Type),
1551 typeof(object),
1552 typeof(global::System.Reflection.MethodInfo),
1553 typeof(bool),
1554 typeof(bool)
1555 }, ReturnType = typeof(global::System.Delegate))]
1556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
1557 {
1558 typeof(global::System.Reflection.ICustomAttributeProvider),
1559 typeof(global::System.Type),
1560 typeof(bool)
1561 }, ReturnType = typeof(object[]))]
1562 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ValueTypeFixupInfo), Member = ".ctor", MemberParameters = new object[]
1563 {
1564 typeof(long),
1565 typeof(global::System.Reflection.FieldInfo),
1566 typeof(int[])
1567 }, ReturnType = typeof(void))]
1568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectHolder), Member = ".ctor", MemberParameters = new object[]
1569 {
1570 typeof(object),
1571 typeof(long),
1572 typeof(global::System.Runtime.Serialization.SerializationInfo),
1573 typeof(global::System.Runtime.Serialization.ISerializationSurrogate),
1574 typeof(long),
1575 typeof(global::System.Reflection.FieldInfo),
1576 typeof(int[])
1577 }, ReturnType = typeof(void))]
1578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectHolder), Member = "UpdateData", MemberParameters = new object[]
1579 {
1580 typeof(object),
1581 typeof(global::System.Runtime.Serialization.SerializationInfo),
1582 typeof(global::System.Runtime.Serialization.ISerializationSurrogate),
1583 typeof(long),
1584 typeof(global::System.Reflection.FieldInfo),
1585 typeof(int[]),
1586 typeof(global::System.Runtime.Serialization.ObjectManager)
1587 }, ReturnType = typeof(void))]
1588 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "ParseArray", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
1589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "ParseArrayMember", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
1590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "ParseMember", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
1591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArray", MemberParameters = new object[]
1592 {
1593 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
1594 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
1595 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
1596 }, ReturnType = typeof(void))]
1597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "InternalGetId", MemberParameters = new object[]
1598 {
1599 typeof(object),
1600 typeof(bool),
1601 typeof(global::System.Type),
1602 typeof(ref bool)
1603 }, ReturnType = typeof(long))]
1604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "IsReferenceOrContainsReferences", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(bool))]
1605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "IsValueWriteAtomic", ReturnType = typeof(bool))]
1606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "HasDefaultConstructor", MemberParameters = new object[]
1607 {
1608 typeof(global::System.Type),
1609 typeof(bool)
1610 }, ReturnType = typeof(bool))]
1611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "IsNullable", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
1612 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetDefaultValue", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
1613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.TypeExtensions", Member = "IsValueType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
1614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.UnsafeUtility", Member = "IsBlittableValueType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
1615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.UnsafeUtility", Member = "GetReasonForTypeNonBlittableImpl", MemberParameters = new object[]
1616 {
1617 typeof(global::System.Type),
1618 typeof(string)
1619 }, ReturnType = typeof(string))]
1620 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 29)]
1621 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1622 get
1623 {
1624 throw null;
1625 }
1626 }
1627
1628 [global::Cpp2ILInjected.Token(Token = "0x6000A52")]
1629 [global::Cpp2ILInjected.Address(RVA = "0x1C4EEB8", Offset = "0x1C4EEB8", Length = "0x8C")]
1630 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1631 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
1632 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1633 protected virtual bool IsValueTypeImpl()
1634 {
1635 throw null;
1636 }
1637
1638 [global::Cpp2ILInjected.Token(Token = "0x170000E8")]
1639 public virtual bool IsSignatureType
1640 {
1641 [global::Cpp2ILInjected.Token(Token = "0x6000A53")]
1642 [global::Cpp2ILInjected.Address(RVA = "0x1C4EF44", Offset = "0x1C4EF44", Length = "0x8")]
1643 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1644 get
1645 {
1646 throw null;
1647 }
1648 }
1649
1650 [global::System.Runtime.InteropServices.ComVisible(true)]
1651 [global::Cpp2ILInjected.Token(Token = "0x6000A54")]
1652 [global::Cpp2ILInjected.Address(RVA = "0x1C4EF4C", Offset = "0x1C4EF4C", Length = "0x18")]
1653 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetPseudoCustomAttributesData", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
1654 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "RegisterChannelConfig", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.ChannelData) }, ReturnType = typeof(void))]
1655 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.FieldInfo), Member = "GetPseudoCustomAttributesData", ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
1656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetPseudoCustomAttributesData", ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
1657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetDllImportAttributeData", ReturnType = typeof(global::System.Reflection.CustomAttributeData))]
1658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeParameterInfo), Member = "GetPseudoCustomAttributesData", ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
1659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeCollection", Member = "GetDefaultAttribute", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Attribute))]
1660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "ConvertTo", MemberParameters = new object[]
1661 {
1662 "System.ComponentModel.ITypeDescriptorContext",
1663 typeof(global::System.Globalization.CultureInfo),
1664 typeof(object),
1665 typeof(global::System.Type)
1666 }, ReturnType = typeof(object))]
1667 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DecimalConverter", Member = "ConvertTo", MemberParameters = new object[]
1668 {
1669 "System.ComponentModel.ITypeDescriptorContext",
1670 typeof(global::System.Globalization.CultureInfo),
1671 typeof(object),
1672 typeof(global::System.Type)
1673 }, ReturnType = typeof(object))]
1674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.GuidConverter", Member = "ConvertTo", MemberParameters = new object[]
1675 {
1676 "System.ComponentModel.ITypeDescriptorContext",
1677 typeof(global::System.Globalization.CultureInfo),
1678 typeof(object),
1679 typeof(global::System.Type)
1680 }, ReturnType = typeof(object))]
1681 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "CreateInstance", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
1682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
1683 {
1684 "System.ComponentModel.ITypeDescriptorContext",
1685 typeof(global::System.Globalization.CultureInfo),
1686 typeof(object),
1687 typeof(global::System.Type)
1688 }, ReturnType = typeof(object))]
1689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "SearchIntrinsicTable", MemberParameters = new object[]
1690 {
1691 typeof(global::System.Collections.Hashtable),
1692 typeof(global::System.Type)
1693 }, ReturnType = typeof(object))]
1694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "GetAttributeConstructor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
1695 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonArrayContract", Member = "CreateWrapper", MemberParameters = new object[] { typeof(object) }, ReturnType = "Newtonsoft.Json.Utilities.IWrappedCollection")]
1696 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonDictionaryContract", Member = "CreateWrapper", MemberParameters = new object[] { typeof(object) }, ReturnType = "Newtonsoft.Json.Utilities.IWrappedDictionary")]
1697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonTypeReflector.<>c__DisplayClass18_0", Member = "<GetJsonConverterCreator>b__0", MemberParameters = new object[] { "System.Object[]" }, ReturnType = "Newtonsoft.Json.JsonConverter")]
1698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.BinaryConverter", Member = "EnsureReflectionObject", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
1699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.KeyValuePairConverter", Member = "InitializeReflectionObject", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Utilities.ReflectionObject")]
1700 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.PersistentCall", Member = "GetObjectCall", MemberParameters = new object[]
1701 {
1702 "UnityEngine.Object",
1703 typeof(global::System.Reflection.MethodInfo),
1704 "UnityEngine.Events.ArgumentCache"
1705 }, ReturnType = "UnityEngine.Events.BaseInvokableCall")]
1706 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 27)]
1707 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetConstructor", MemberParameters = new object[]
1708 {
1709 typeof(global::System.Reflection.BindingFlags),
1710 typeof(global::System.Reflection.Binder),
1711 typeof(global::System.Reflection.CallingConventions),
1712 typeof(global::System.Type[]),
1713 typeof(global::System.Reflection.ParameterModifier[])
1714 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
1715 public global::System.Reflection.ConstructorInfo GetConstructor(global::System.Type[] types)
1716 {
1717 throw null;
1718 }
1719
1720 [global::System.Runtime.InteropServices.ComVisible(true)]
1721 [global::Cpp2ILInjected.Token(Token = "0x6000A55")]
1722 [global::Cpp2ILInjected.Address(RVA = "0x1C4EF64", Offset = "0x1C4EF64", Length = "0x10")]
1723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "GetMethodBaseFromName", MemberParameters = new object[]
1724 {
1725 typeof(global::System.Type),
1726 typeof(string),
1727 typeof(global::System.Type[])
1728 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
1729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMethodRef), Member = "Resolve", ReturnType = typeof(global::System.Reflection.MethodBase))]
1730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "SecureConstructorInvoke", MemberParameters = new object[]
1731 {
1732 typeof(global::System.Type),
1733 "System.Type[]",
1734 "System.Object[]",
1735 typeof(bool),
1736 typeof(global::System.Reflection.BindingFlags)
1737 }, ReturnType = typeof(object))]
1738 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindingList`1", Member = "get_ItemTypeHasDefaultConstructor", ReturnType = typeof(bool))]
1739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "CreateISerializableContract", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Serialization.JsonISerializableContract")]
1740 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1741 public global::System.Reflection.ConstructorInfo GetConstructor(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
1742 {
1743 throw null;
1744 }
1745
1746 [global::System.Runtime.InteropServices.ComVisible(true)]
1747 [global::Cpp2ILInjected.Token(Token = "0x6000A56")]
1748 [global::Cpp2ILInjected.Address(RVA = "0x1C4EF74", Offset = "0x1C4EF74", Length = "0x120")]
1749 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetConstructor", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
1751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetSerializationCtor", ReturnType = typeof(global::System.Reflection.RuntimeConstructorInfo))]
1752 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1753 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1754 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
1755 public global::System.Reflection.ConstructorInfo GetConstructor(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
1756 {
1757 throw null;
1758 }
1759
1760 [global::Cpp2ILInjected.Token(Token = "0x6000A57")]
1761 protected abstract global::System.Reflection.ConstructorInfo GetConstructorImpl(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers);
1762
1763 [global::System.Runtime.InteropServices.ComVisible(true)]
1764 [global::Cpp2ILInjected.Token(Token = "0x6000A58")]
1765 [global::Cpp2ILInjected.Address(RVA = "0x1C4F094", Offset = "0x1C4F094", Length = "0x14")]
1766 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "SetExtensionDataDelegates", MemberParameters = new object[]
1767 {
1768 "Newtonsoft.Json.Serialization.JsonObjectContract",
1769 typeof(global::System.Reflection.MemberInfo)
1770 }, ReturnType = typeof(void))]
1771 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1772 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1773 public global::System.Reflection.ConstructorInfo[] GetConstructors()
1774 {
1775 throw null;
1776 }
1777
1778 [global::System.Runtime.InteropServices.ComVisible(true)]
1779 [global::Cpp2ILInjected.Token(Token = "0x6000A59")]
1780 public abstract global::System.Reflection.ConstructorInfo[] GetConstructors(global::System.Reflection.BindingFlags bindingAttr);
1781
1782 [global::Cpp2ILInjected.Token(Token = "0x6000A5A")]
1783 [global::Cpp2ILInjected.Address(RVA = "0x1C4F0A8", Offset = "0x1C4F0A8", Length = "0x14")]
1784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "FillMethods", ReturnType = typeof(void))]
1785 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1786 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1787 public global::System.Reflection.EventInfo GetEvent(string name)
1788 {
1789 throw null;
1790 }
1791
1792 [global::Cpp2ILInjected.Token(Token = "0x6000A5B")]
1793 public abstract global::System.Reflection.EventInfo GetEvent(string name, global::System.Reflection.BindingFlags bindingAttr);
1794
1795 [global::Cpp2ILInjected.Token(Token = "0x6000A5C")]
1796 public abstract global::System.Reflection.EventInfo[] GetEvents(global::System.Reflection.BindingFlags bindingAttr);
1797
1798 [global::Cpp2ILInjected.Token(Token = "0x6000A5D")]
1799 [global::Cpp2ILInjected.Address(RVA = "0x1C4F0BC", Offset = "0x1C4F0BC", Length = "0x14")]
1800 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.AttributeUtilities", Member = "GetAttribute", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.Enum) }, ReturnType = "T")]
1801 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetDllImportAttributeData", ReturnType = typeof(global::System.Reflection.CustomAttributeData))]
1802 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertTo", MemberParameters = new object[]
1803 {
1804 "System.ComponentModel.ITypeDescriptorContext",
1805 typeof(global::System.Globalization.CultureInfo),
1806 typeof(object),
1807 typeof(global::System.Type)
1808 }, ReturnType = typeof(object))]
1809 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "SetIsSpecifiedActions", MemberParameters = new object[]
1810 {
1811 "Newtonsoft.Json.Serialization.JsonProperty",
1812 typeof(global::System.Reflection.MemberInfo),
1813 typeof(bool)
1814 }, ReturnType = typeof(void))]
1815 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
1816 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1817 public global::System.Reflection.FieldInfo GetField(string name)
1818 {
1819 throw null;
1820 }
1821
1822 [global::Cpp2ILInjected.Token(Token = "0x6000A5E")]
1823 public abstract global::System.Reflection.FieldInfo GetField(string name, global::System.Reflection.BindingFlags bindingAttr);
1824
1825 [global::Cpp2ILInjected.Token(Token = "0x6000A5F")]
1826 [global::Cpp2ILInjected.Address(RVA = "0x1C4F0D0", Offset = "0x1C4F0D0", Length = "0x14")]
1827 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Reflection.IdDictionary", Member = "Create", MemberParameters = new object[]
1828 {
1829 typeof(global::System.Type),
1830 typeof(global::System.Type)
1831 }, ReturnType = "ReLogic.Reflection.IdDictionary")]
1832 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.EnumUtils", Member = "InitializeEnumType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Utilities.BidirectionalDictionary`2<String, String>")]
1833 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.EnumUtils", Member = "GetValues", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.Collections.Generic.IList`1<Object>")]
1834 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.EnumUtils", Member = "GetNames", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.Collections.Generic.IList`1<String>")]
1835 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1836 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1837 public global::System.Reflection.FieldInfo[] GetFields()
1838 {
1839 throw null;
1840 }
1841
1842 [global::Cpp2ILInjected.Token(Token = "0x6000A60")]
1843 public abstract global::System.Reflection.FieldInfo[] GetFields(global::System.Reflection.BindingFlags bindingAttr);
1844
1845 [global::Cpp2ILInjected.Token(Token = "0x6000A61")]
1846 [global::Cpp2ILInjected.Address(RVA = "0x1C4F0E4", Offset = "0x1C4F0E4", Length = "0x14")]
1847 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ValueFixup), Member = "Fixup", MemberParameters = new object[]
1848 {
1849 typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord),
1850 typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord)
1851 }, ReturnType = typeof(void))]
1852 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "FillAttributes", MemberParameters = new object[] { typeof(global::System.Collections.IList) }, ReturnType = typeof(void))]
1853 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1854 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1855 public global::System.Reflection.MemberInfo[] GetMember(string name)
1856 {
1857 throw null;
1858 }
1859
1860 [global::Cpp2ILInjected.Token(Token = "0x6000A62")]
1861 [global::Cpp2ILInjected.Address(RVA = "0x1C4F0F8", Offset = "0x1C4F0F8", Length = "0x18")]
1862 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1863 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1864 public virtual global::System.Reflection.MemberInfo[] GetMember(string name, global::System.Reflection.BindingFlags bindingAttr)
1865 {
1866 throw null;
1867 }
1868
1869 [global::Cpp2ILInjected.Token(Token = "0x6000A63")]
1870 [global::Cpp2ILInjected.Address(RVA = "0x1C4F110", Offset = "0x1C4F110", Length = "0x4C")]
1871 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1872 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1873 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1874 public virtual global::System.Reflection.MemberInfo[] GetMember(string name, global::System.Reflection.MemberTypes type, global::System.Reflection.BindingFlags bindingAttr)
1875 {
1876 throw null;
1877 }
1878
1879 [global::Cpp2ILInjected.Token(Token = "0x6000A64")]
1880 [global::Cpp2ILInjected.Address(RVA = "0x1C4F15C", Offset = "0x1C4F15C", Length = "0x8")]
1881 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
1882 {
1883 typeof(global::System.Type),
1884 typeof(object),
1885 typeof(global::System.Reflection.MethodInfo),
1886 typeof(bool),
1887 typeof(bool)
1888 }, ReturnType = typeof(global::System.Delegate))]
1889 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "GetCandidateMethod", MemberParameters = new object[]
1890 {
1891 typeof(global::System.Type),
1892 typeof(global::System.Type),
1893 typeof(string),
1894 typeof(global::System.Reflection.BindingFlags),
1895 typeof(bool),
1896 typeof(bool)
1897 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
1898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = ".cctor", ReturnType = typeof(void))]
1899 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MonoMethodMessage), Member = "GetMethodInfo", MemberParameters = new object[]
1900 {
1901 typeof(global::System.Type),
1902 typeof(string)
1903 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
1904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.HashSetConverter", Member = "ReadJson", MemberParameters = new object[]
1905 {
1906 "Newtonsoft.Json.JsonReader",
1907 typeof(global::System.Type),
1908 typeof(object),
1909 "Newtonsoft.Json.JsonSerializer"
1910 }, ReturnType = typeof(object))]
1911 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
1912 public global::System.Reflection.MethodInfo GetMethod(string name)
1913 {
1914 throw null;
1915 }
1916
1917 [global::Cpp2ILInjected.Token(Token = "0x6000A65")]
1918 [global::Cpp2ILInjected.Address(RVA = "0x1C4F164", Offset = "0x1C4F164", Length = "0x74")]
1919 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadReleaseLayout", ReturnType = typeof(void))]
1920 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = ".cctor", ReturnType = typeof(void))]
1921 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "GetMethodBaseFromName", MemberParameters = new object[]
1922 {
1923 typeof(global::System.Type),
1924 typeof(string),
1925 typeof(global::System.Type[])
1926 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
1927 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "FindInterfaceMethod", MemberParameters = new object[]
1928 {
1929 typeof(global::System.Type),
1930 typeof(string),
1931 typeof(global::System.Type[])
1932 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
1933 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "LoadRemoteFieldNew", MemberParameters = new object[]
1934 {
1935 typeof(global::System.IntPtr),
1936 typeof(global::System.IntPtr)
1937 }, ReturnType = typeof(object))]
1938 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "StoreRemoteField", MemberParameters = new object[]
1939 {
1940 typeof(global::System.IntPtr),
1941 typeof(global::System.IntPtr),
1942 typeof(object)
1943 }, ReturnType = typeof(void))]
1944 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.CrossAppDomainSink), Member = ".cctor", ReturnType = typeof(void))]
1945 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "FillSingleMethodAttribute", MemberParameters = new object[]
1946 {
1947 typeof(global::System.Reflection.MethodInfo),
1948 typeof(global::System.Collections.IList)
1949 }, ReturnType = typeof(void))]
1950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.SecureStringHasher", Member = "GetHashCodeDelegate", ReturnType = "System.Xml.SecureStringHasher.HashCodeOfStringDelegate")]
1951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlQualifiedName", Member = "GetHashCodeDelegate", ReturnType = "System.Xml.XmlQualifiedName.HashCodeOfStringDelegate")]
1952 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GUITargetAttribute", Member = "GetGUITargetAttrValue", MemberParameters = new object[]
1953 {
1954 typeof(global::System.Type),
1955 typeof(string)
1956 }, ReturnType = typeof(int))]
1957 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
1958 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1959 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1960 public global::System.Reflection.MethodInfo GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr)
1961 {
1962 throw null;
1963 }
1964
1965 [global::Cpp2ILInjected.Token(Token = "0x6000A66")]
1966 [global::Cpp2ILInjected.Address(RVA = "0x1C4F1D8", Offset = "0x1C4F1D8", Length = "0x18")]
1967 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "ConvertTo", MemberParameters = new object[]
1968 {
1969 "System.ComponentModel.ITypeDescriptorContext",
1970 typeof(global::System.Globalization.CultureInfo),
1971 typeof(object),
1972 typeof(global::System.Type)
1973 }, ReturnType = typeof(object))]
1974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertTo", MemberParameters = new object[]
1975 {
1976 "System.ComponentModel.ITypeDescriptorContext",
1977 typeof(global::System.Globalization.CultureInfo),
1978 typeof(object),
1979 typeof(global::System.Type)
1980 }, ReturnType = typeof(object))]
1981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "FindMethod", MemberParameters = new object[]
1982 {
1983 typeof(global::System.Type),
1984 typeof(string),
1985 "System.Type[]",
1986 typeof(global::System.Type),
1987 typeof(bool)
1988 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
1989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetExtendedProperties", MemberParameters = new object[] { "System.ComponentModel.IExtenderProvider" }, ReturnType = "System.ComponentModel.PropertyDescriptor[]")]
1990 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "CreateCastConverter", MemberParameters = new object[] { "Newtonsoft.Json.Utilities.ConvertUtils.TypeConvertKey" }, ReturnType = "System.Func`2<Object, Object>")]
1991 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "SetExtensionDataDelegates", MemberParameters = new object[]
1992 {
1993 "Newtonsoft.Json.Serialization.JsonObjectContract",
1994 typeof(global::System.Reflection.MemberInfo)
1995 }, ReturnType = typeof(void))]
1996 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "CreateShouldSerializeTest", MemberParameters = new object[] { typeof(global::System.Reflection.MemberInfo) }, ReturnType = "System.Predicate`1<Object>")]
1997 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.ReflectionMethodsCache", Member = ".ctor", ReturnType = typeof(void))]
1998 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
1999 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
2000 {
2001 typeof(string),
2002 typeof(global::System.Reflection.BindingFlags),
2003 typeof(global::System.Reflection.Binder),
2004 typeof(global::System.Reflection.CallingConventions),
2005 typeof(global::System.Type[]),
2006 typeof(global::System.Reflection.ParameterModifier[])
2007 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2008 public global::System.Reflection.MethodInfo GetMethod(string name, global::System.Type[] types)
2009 {
2010 throw null;
2011 }
2012
2013 [global::Cpp2ILInjected.Token(Token = "0x6000A67")]
2014 [global::Cpp2ILInjected.Address(RVA = "0x1C4F1F0", Offset = "0x1C4F1F0", Length = "0x18")]
2015 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2016 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
2017 {
2018 typeof(string),
2019 typeof(global::System.Reflection.BindingFlags),
2020 typeof(global::System.Reflection.Binder),
2021 typeof(global::System.Reflection.CallingConventions),
2022 typeof(global::System.Type[]),
2023 typeof(global::System.Reflection.ParameterModifier[])
2024 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2025 public global::System.Reflection.MethodInfo GetMethod(string name, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
2026 {
2027 throw null;
2028 }
2029
2030 [global::Cpp2ILInjected.Token(Token = "0x6000A68")]
2031 [global::Cpp2ILInjected.Address(RVA = "0x1C4F208", Offset = "0x1C4F208", Length = "0x10")]
2032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "GetCandidateMethod", MemberParameters = new object[]
2033 {
2034 typeof(global::System.Type),
2035 typeof(global::System.Type),
2036 typeof(string),
2037 typeof(global::System.Reflection.BindingFlags),
2038 typeof(bool),
2039 typeof(bool)
2040 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2041 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Utils), Member = "DoesRsaKeyOverrideSlowPath", MemberParameters = new object[]
2042 {
2043 typeof(global::System.Type),
2044 typeof(string),
2045 typeof(global::System.Type[])
2046 }, ReturnType = typeof(bool))]
2047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "GetMethodBaseFromName", MemberParameters = new object[]
2048 {
2049 typeof(global::System.Type),
2050 typeof(string),
2051 typeof(global::System.Type[])
2052 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
2053 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "FindInterfaceMethod", MemberParameters = new object[]
2054 {
2055 typeof(global::System.Type),
2056 typeof(string),
2057 typeof(global::System.Type[])
2058 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
2059 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMethodRef), Member = "Resolve", ReturnType = typeof(global::System.Reflection.MethodBase))]
2060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "GetCustomMarshalerInstance", MemberParameters = new object[]
2061 {
2062 typeof(global::System.Type),
2063 typeof(string)
2064 }, ReturnType = typeof(global::System.Runtime.InteropServices.ICustomMarshaler))]
2065 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "FindMethod", MemberParameters = new object[]
2066 {
2067 typeof(global::System.Type),
2068 typeof(string),
2069 "System.Type[]",
2070 typeof(global::System.Type),
2071 typeof(bool)
2072 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2073 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "FillAttributes", MemberParameters = new object[] { typeof(global::System.Collections.IList) }, ReturnType = typeof(void))]
2074 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEventBase", Member = "GetValidMethodInfo", MemberParameters = new object[]
2075 {
2076 typeof(global::System.Type),
2077 typeof(string),
2078 "System.Type[]"
2079 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2080 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaProxy", Member = "Invoke", MemberParameters = new object[]
2081 {
2082 typeof(string),
2083 "System.Object[]"
2084 }, ReturnType = "UnityEngine.AndroidJavaObject")]
2085 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
2086 public global::System.Reflection.MethodInfo GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
2087 {
2088 throw null;
2089 }
2090
2091 [global::Cpp2ILInjected.Token(Token = "0x6000A69")]
2092 [global::Cpp2ILInjected.Address(RVA = "0x1C4F218", Offset = "0x1C4F218", Length = "0x14C")]
2093 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2094 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
2095 {
2096 typeof(string),
2097 typeof(global::System.Type[])
2098 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2099 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
2100 {
2101 typeof(string),
2102 typeof(global::System.Type[]),
2103 typeof(global::System.Reflection.ParameterModifier[])
2104 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2107 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
2108 public global::System.Reflection.MethodInfo GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
2109 {
2110 throw null;
2111 }
2112
2113 [global::Cpp2ILInjected.Token(Token = "0x6000A6A")]
2114 protected abstract global::System.Reflection.MethodInfo GetMethodImpl(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers);
2115
2116 [global::Cpp2ILInjected.Token(Token = "0x6000A6B")]
2117 [global::Cpp2ILInjected.Address(RVA = "0x1C4F364", Offset = "0x1C4F364", Length = "0x14")]
2118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Program", Member = "ForceJITOnAssembly", MemberParameters = new object[] { typeof(global::System.Reflection.Assembly) }, ReturnType = typeof(void))]
2119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMethodRef), Member = "Resolve", ReturnType = typeof(global::System.Reflection.MethodBase))]
2120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2121 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2122 public global::System.Reflection.MethodInfo[] GetMethods()
2123 {
2124 throw null;
2125 }
2126
2127 [global::Cpp2ILInjected.Token(Token = "0x6000A6C")]
2128 public abstract global::System.Reflection.MethodInfo[] GetMethods(global::System.Reflection.BindingFlags bindingAttr);
2129
2130 [global::Cpp2ILInjected.Token(Token = "0x6000A6D")]
2131 public abstract global::System.Type GetNestedType(string name, global::System.Reflection.BindingFlags bindingAttr);
2132
2133 [global::Cpp2ILInjected.Token(Token = "0x6000A6E")]
2134 [global::Cpp2ILInjected.Address(RVA = "0x1C4F378", Offset = "0x1C4F378", Length = "0x8")]
2135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "SetIsSpecifiedActions", MemberParameters = new object[]
2136 {
2137 "Newtonsoft.Json.Serialization.JsonProperty",
2138 typeof(global::System.Reflection.MemberInfo),
2139 typeof(bool)
2140 }, ReturnType = typeof(void))]
2141 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2142 public global::System.Reflection.PropertyInfo GetProperty(string name)
2143 {
2144 throw null;
2145 }
2146
2147 [global::Cpp2ILInjected.Token(Token = "0x6000A6F")]
2148 [global::Cpp2ILInjected.Address(RVA = "0x1C4F380", Offset = "0x1C4F380", Length = "0x74")]
2149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashWatcher", Member = "PrintException", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(string))]
2150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Mono.DependencyInjector), Member = "ReflectionLoad", ReturnType = typeof(global::Mono.ISystemDependencyProvider))]
2151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeNamedArgument), Member = "get_MemberInfo", ReturnType = typeof(global::System.Reflection.MemberInfo))]
2152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComponentResourceManager", Member = "ApplyResources", MemberParameters = new object[]
2153 {
2154 typeof(object),
2155 typeof(string),
2156 typeof(global::System.Globalization.CultureInfo)
2157 }, ReturnType = typeof(void))]
2158 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
2159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2160 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
2161 public global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Reflection.BindingFlags bindingAttr)
2162 {
2163 throw null;
2164 }
2165
2166 [global::Cpp2ILInjected.Token(Token = "0x6000A70")]
2167 [global::Cpp2ILInjected.Address(RVA = "0x1C4F3F4", Offset = "0x1C4F3F4", Length = "0xF8")]
2168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetBasePropertyDefinition", MemberParameters = new object[] { typeof(global::System.Reflection.RuntimePropertyInfo) }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
2169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2171 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
2172 public global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Type returnType)
2173 {
2174 throw null;
2175 }
2176
2177 [global::Cpp2ILInjected.Token(Token = "0x6000A71")]
2178 [global::Cpp2ILInjected.Address(RVA = "0x1C4F4EC", Offset = "0x1C4F4EC", Length = "0x18")]
2179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetBasePropertyDefinition", MemberParameters = new object[] { typeof(global::System.Reflection.RuntimePropertyInfo) }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
2180 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetProperty", MemberParameters = new object[]
2182 {
2183 typeof(string),
2184 typeof(global::System.Reflection.BindingFlags),
2185 typeof(global::System.Reflection.Binder),
2186 typeof(global::System.Type),
2187 typeof(global::System.Type[]),
2188 typeof(global::System.Reflection.ParameterModifier[])
2189 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
2190 public global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Type returnType, global::System.Type[] types)
2191 {
2192 throw null;
2193 }
2194
2195 [global::Cpp2ILInjected.Token(Token = "0x6000A72")]
2196 [global::Cpp2ILInjected.Address(RVA = "0x1C4F504", Offset = "0x1C4F504", Length = "0x18")]
2197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2198 public global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
2199 {
2200 throw null;
2201 }
2202
2203 [global::Cpp2ILInjected.Token(Token = "0x6000A73")]
2204 [global::Cpp2ILInjected.Address(RVA = "0x1C4F51C", Offset = "0x1C4F51C", Length = "0x88")]
2205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetProperty", MemberParameters = new object[]
2206 {
2207 typeof(string),
2208 typeof(global::System.Type),
2209 typeof(global::System.Type[])
2210 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
2211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_GetMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
2212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_SetMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
2213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "FillAttributes", MemberParameters = new object[] { typeof(global::System.Collections.IList) }, ReturnType = typeof(void))]
2214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetMemberInfoFromType", MemberParameters = new object[]
2215 {
2216 typeof(global::System.Type),
2217 typeof(global::System.Reflection.MemberInfo)
2218 }, ReturnType = typeof(global::System.Reflection.MemberInfo))]
2219 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
2220 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2221 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
2222 public global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
2223 {
2224 throw null;
2225 }
2226
2227 [global::Cpp2ILInjected.Token(Token = "0x6000A74")]
2228 protected abstract global::System.Reflection.PropertyInfo GetPropertyImpl(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers);
2229
2230 [global::Cpp2ILInjected.Token(Token = "0x6000A75")]
2231 public abstract global::System.Reflection.PropertyInfo[] GetProperties(global::System.Reflection.BindingFlags bindingAttr);
2232
2233 [global::Cpp2ILInjected.Token(Token = "0x170000E9")]
2234 public virtual global::System.RuntimeTypeHandle TypeHandle
2235 {
2236 [global::Cpp2ILInjected.Token(Token = "0x6000A76")]
2237 [global::Cpp2ILInjected.Address(RVA = "0x1C4F5A4", Offset = "0x1C4F5A4", Length = "0x38")]
2238 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2239 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
2240 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2241 get
2242 {
2243 throw null;
2244 }
2245 }
2246
2247 [global::Cpp2ILInjected.Token(Token = "0x6000A77")]
2248 [global::Cpp2ILInjected.Address(RVA = "0x1C4F5DC", Offset = "0x1C4F5DC", Length = "0x70")]
2249 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = "GetObjectData", MemberParameters = new object[]
2250 {
2251 typeof(global::System.Runtime.Serialization.SerializationInfo),
2252 typeof(global::System.Runtime.Serialization.StreamingContext)
2253 }, ReturnType = typeof(void))]
2254 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
2256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
2257 {
2258 typeof(string),
2259 typeof(string)
2260 }, ReturnType = typeof(void))]
2261 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
2262 public static global::System.RuntimeTypeHandle GetTypeHandle(object o)
2263 {
2264 throw null;
2265 }
2266
2267 [global::Cpp2ILInjected.Token(Token = "0x6000A78")]
2268 [global::Cpp2ILInjected.Address(RVA = "0x1C4F64C", Offset = "0x1C4F64C", Length = "0x78")]
2269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetTypeCodeImpl", ReturnType = typeof(global::System.TypeCode))]
2270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "CanConvertPrimitive", MemberParameters = new object[]
2271 {
2272 typeof(global::System.RuntimeType),
2273 typeof(global::System.RuntimeType)
2274 }, ReturnType = typeof(bool))]
2275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "CanPrimitiveWiden", MemberParameters = new object[]
2276 {
2277 typeof(global::System.Type),
2278 typeof(global::System.Type)
2279 }, ReturnType = typeof(bool))]
2280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "IsConvertibleToPrimitiveType", MemberParameters = new object[]
2281 {
2282 typeof(object),
2283 typeof(global::System.Type)
2284 }, ReturnType = typeof(object))]
2285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "UnmarshalArgument", MemberParameters = new object[]
2286 {
2287 typeof(object),
2288 typeof(global::System.Collections.ArrayList)
2289 }, ReturnType = typeof(object))]
2290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.Converter), Member = "ToCode", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE))]
2291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "IsValueWriteAtomic", ReturnType = typeof(bool))]
2292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.EqualityComparer<>), Member = "CreateComparer", ReturnType = "System.Collections.Generic.EqualityComparer`1<T>")]
2293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.EnumEqualityComparer<>), Member = "GetObjectData", MemberParameters = new object[]
2294 {
2295 typeof(global::System.Runtime.Serialization.SerializationInfo),
2296 typeof(global::System.Runtime.Serialization.StreamingContext)
2297 }, ReturnType = typeof(void))]
2298 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
2299 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
2300 public static global::System.TypeCode GetTypeCode(global::System.Type type)
2301 {
2302 throw null;
2303 }
2304
2305 [global::Cpp2ILInjected.Token(Token = "0x6000A79")]
2306 [global::Cpp2ILInjected.Address(RVA = "0x1C4F6C4", Offset = "0x1C4F6C4", Length = "0xE8")]
2307 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2308 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeCode", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.TypeCode))]
2310 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2311 protected virtual global::System.TypeCode GetTypeCodeImpl()
2312 {
2313 throw null;
2314 }
2315
2316 [global::Cpp2ILInjected.Token(Token = "0x170000EA")]
2317 public abstract global::System.Type BaseType
2318 {
2319 [global::Cpp2ILInjected.Token(Token = "0x6000A7A")]
2320 get;
2321 }
2322
2323 [global::Cpp2ILInjected.Token(Token = "0x6000A7B")]
2324 public abstract object InvokeMember(string name, global::System.Reflection.BindingFlags invokeAttr, global::System.Reflection.Binder binder, object target, object[] args, global::System.Reflection.ParameterModifier[] modifiers, global::System.Globalization.CultureInfo culture, string[] namedParameters);
2325
2326 [global::Cpp2ILInjected.Token(Token = "0x6000A7C")]
2327 public abstract global::System.Type[] GetInterfaces();
2328
2329 [global::Cpp2ILInjected.Token(Token = "0x6000A7D")]
2330 [global::Cpp2ILInjected.Address(RVA = "0x1C4F7AC", Offset = "0x1C4F7AC", Length = "0x3C")]
2331 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2332 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
2333 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2334 public virtual bool IsInstanceOfType(object o)
2335 {
2336 throw null;
2337 }
2338
2339 [global::Cpp2ILInjected.Token(Token = "0x6000A7E")]
2340 [global::Cpp2ILInjected.Address(RVA = "0x1C4F7E8", Offset = "0x1C4F7E8", Length = "0x64")]
2341 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2342 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2343 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2344 public virtual bool IsEquivalentTo(global::System.Type other)
2345 {
2346 throw null;
2347 }
2348
2349 [global::Cpp2ILInjected.Token(Token = "0x6000A7F")]
2350 [global::Cpp2ILInjected.Address(RVA = "0x1C4F84C", Offset = "0x1C4F84C", Length = "0xE0")]
2351 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2352 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2353 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
2354 {
2355 typeof(string),
2356 typeof(string)
2357 }, ReturnType = typeof(void))]
2358 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
2359 public virtual global::System.Type GetEnumUnderlyingType()
2360 {
2361 throw null;
2362 }
2363
2364 [global::Cpp2ILInjected.Token(Token = "0x6000A80")]
2365 [global::Cpp2ILInjected.Address(RVA = "0x1C4F92C", Offset = "0x1C4F92C", Length = "0x84")]
2366 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2367 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2368 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotImplemented), Member = "get_ByDesign", ReturnType = typeof(global::System.Exception))]
2369 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
2370 {
2371 typeof(string),
2372 typeof(string)
2373 }, ReturnType = typeof(void))]
2374 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
2375 public virtual global::System.Array GetEnumValues()
2376 {
2377 throw null;
2378 }
2379
2380 [global::Cpp2ILInjected.Token(Token = "0x6000A81")]
2381 [global::Cpp2ILInjected.Address(RVA = "0x1C4F9B0", Offset = "0x1C4F9B0", Length = "0x38")]
2382 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2383 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
2384 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2385 public virtual global::System.Type MakeArrayType()
2386 {
2387 throw null;
2388 }
2389
2390 [global::Cpp2ILInjected.Token(Token = "0x6000A82")]
2391 [global::Cpp2ILInjected.Address(RVA = "0x1C4F9E8", Offset = "0x1C4F9E8", Length = "0x38")]
2392 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2393 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
2394 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2395 public virtual global::System.Type MakeArrayType(int rank)
2396 {
2397 throw null;
2398 }
2399
2400 [global::Cpp2ILInjected.Token(Token = "0x6000A83")]
2401 [global::Cpp2ILInjected.Address(RVA = "0x1C4FA20", Offset = "0x1C4FA20", Length = "0x38")]
2402 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
2404 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2405 public virtual global::System.Type MakeByRefType()
2406 {
2407 throw null;
2408 }
2409
2410 [global::Cpp2ILInjected.Token(Token = "0x6000A84")]
2411 [global::Cpp2ILInjected.Address(RVA = "0x1C4FA58", Offset = "0x1C4FA58", Length = "0x4C")]
2412 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2414 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
2415 public virtual global::System.Type MakeGenericType(params global::System.Type[] typeArguments)
2416 {
2417 throw null;
2418 }
2419
2420 [global::Cpp2ILInjected.Token(Token = "0x6000A85")]
2421 [global::Cpp2ILInjected.Address(RVA = "0x1C4FAA4", Offset = "0x1C4FAA4", Length = "0x38")]
2422 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2423 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
2424 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2425 public virtual global::System.Type MakePointerType()
2426 {
2427 throw null;
2428 }
2429
2430 [global::Cpp2ILInjected.Token(Token = "0x6000A86")]
2431 [global::Cpp2ILInjected.Address(RVA = "0x1C4FADC", Offset = "0x1C4FADC", Length = "0x6C")]
2432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakeGenericType", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Type))]
2433 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2434 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.SignatureConstructedGenericType), Member = ".ctor", MemberParameters = new object[]
2435 {
2436 typeof(global::System.Type),
2437 typeof(global::System.Type[])
2438 }, ReturnType = typeof(void))]
2439 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2440 public static global::System.Type MakeGenericSignatureType(global::System.Type genericTypeDefinition, params global::System.Type[] typeArguments)
2441 {
2442 throw null;
2443 }
2444
2445 [global::Cpp2ILInjected.Token(Token = "0x6000A87")]
2446 [global::Cpp2ILInjected.Address(RVA = "0x1C4FB48", Offset = "0x1C4FB48", Length = "0x60")]
2447 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2448 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2449 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
2450 {
2451 typeof(string),
2452 typeof(string)
2453 }, ReturnType = typeof(string))]
2454 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2455 public override string ToString()
2456 {
2457 throw null;
2458 }
2459
2460 [global::Cpp2ILInjected.Token(Token = "0x6000A88")]
2461 [global::Cpp2ILInjected.Address(RVA = "0x1C4FBA8", Offset = "0x1C4FBA8", Length = "0x9C")]
2462 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2463 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2464 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2465 public override bool Equals(object o)
2466 {
2467 throw null;
2468 }
2469
2470 [global::Cpp2ILInjected.Token(Token = "0x6000A89")]
2471 [global::Cpp2ILInjected.Address(RVA = "0x1C4FC44", Offset = "0x1C4FC44", Length = "0x40")]
2472 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2473 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2474 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MemberInfo), Member = "GetHashCode", ReturnType = typeof(int))]
2475 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2476 public override int GetHashCode()
2477 {
2478 throw null;
2479 }
2480
2481 [global::Cpp2ILInjected.Token(Token = "0x6000A8A")]
2482 [global::Cpp2ILInjected.Address(RVA = "0x1C4FC84", Offset = "0x1C4FC84", Length = "0xA0")]
2483 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2484 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2485 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2486 public virtual bool Equals(global::System.Type o)
2487 {
2488 throw null;
2489 }
2490
2491 [global::Cpp2ILInjected.Token(Token = "0x170000EB")]
2492 public static global::System.Reflection.Binder DefaultBinder
2493 {
2494 [global::Cpp2ILInjected.Token(Token = "0x6000A8B")]
2495 [global::Cpp2ILInjected.Address(RVA = "0x1C4FD24", Offset = "0x1C4FD24", Length = "0xD0")]
2496 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetConstructorImpl", MemberParameters = new object[]
2497 {
2498 typeof(global::System.Reflection.BindingFlags),
2499 typeof(global::System.Reflection.Binder),
2500 typeof(global::System.Reflection.CallingConventions),
2501 typeof(global::System.Type[]),
2502 typeof(global::System.Reflection.ParameterModifier[])
2503 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
2504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetPropertyImpl", MemberParameters = new object[]
2505 {
2506 typeof(string),
2507 typeof(global::System.Reflection.BindingFlags),
2508 typeof(global::System.Reflection.Binder),
2509 typeof(global::System.Type),
2510 typeof(global::System.Type[]),
2511 typeof(global::System.Reflection.ParameterModifier[])
2512 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
2513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "InvokeMember", MemberParameters = new object[]
2514 {
2515 typeof(string),
2516 typeof(global::System.Reflection.BindingFlags),
2517 typeof(global::System.Reflection.Binder),
2518 typeof(object),
2519 typeof(object[]),
2520 typeof(global::System.Reflection.ParameterModifier[]),
2521 typeof(global::System.Globalization.CultureInfo),
2522 typeof(string[])
2523 }, ReturnType = typeof(object))]
2524 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceImpl", MemberParameters = new object[]
2525 {
2526 typeof(global::System.Reflection.BindingFlags),
2527 typeof(global::System.Reflection.Binder),
2528 typeof(object[]),
2529 typeof(global::System.Globalization.CultureInfo),
2530 typeof(object[]),
2531 typeof(ref global::System.Threading.StackCrawlMark)
2532 }, ReturnType = typeof(object))]
2533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CheckValue", MemberParameters = new object[]
2534 {
2535 typeof(object),
2536 typeof(global::System.Reflection.Binder),
2537 typeof(global::System.Globalization.CultureInfo),
2538 typeof(global::System.Reflection.BindingFlags)
2539 }, ReturnType = typeof(object))]
2540 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetMethodImplCommon", MemberParameters = new object[]
2541 {
2542 typeof(string),
2543 typeof(int),
2544 typeof(global::System.Reflection.BindingFlags),
2545 typeof(global::System.Reflection.Binder),
2546 typeof(global::System.Reflection.CallingConventions),
2547 typeof(global::System.Type[]),
2548 typeof(global::System.Reflection.ParameterModifier[])
2549 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = ".cctor", ReturnType = typeof(void))]
2551 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.FieldInfo), Member = "SetValue", MemberParameters = new object[]
2552 {
2553 typeof(object),
2554 typeof(object)
2555 }, ReturnType = typeof(void))]
2556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeFieldInfo), Member = "SetValue", MemberParameters = new object[]
2557 {
2558 typeof(object),
2559 typeof(object),
2560 typeof(global::System.Reflection.BindingFlags),
2561 typeof(global::System.Reflection.Binder),
2562 typeof(global::System.Globalization.CultureInfo)
2563 }, ReturnType = typeof(void))]
2564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "Invoke", MemberParameters = new object[]
2565 {
2566 typeof(object),
2567 typeof(global::System.Reflection.BindingFlags),
2568 typeof(global::System.Reflection.Binder),
2569 typeof(object[]),
2570 typeof(global::System.Globalization.CultureInfo)
2571 }, ReturnType = typeof(object))]
2572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeConstructorInfo), Member = "DoInvoke", MemberParameters = new object[]
2573 {
2574 typeof(object),
2575 typeof(global::System.Reflection.BindingFlags),
2576 typeof(global::System.Reflection.Binder),
2577 typeof(object[]),
2578 typeof(global::System.Globalization.CultureInfo)
2579 }, ReturnType = typeof(object))]
2580 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
2581 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DefaultBinder), Member = ".ctor", ReturnType = typeof(void))]
2582 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
2583 get
2584 {
2585 throw null;
2586 }
2587 }
2588
2589 [global::Cpp2ILInjected.Token(Token = "0x6000A8C")]
2590 [global::Cpp2ILInjected.Address(RVA = "0x1C43E9C", Offset = "0x1C43E9C", Length = "0x94")]
2591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Localisation", Member = "GetLanguage", ReturnType = typeof(int))]
2592 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Singleton`1", Member = "Create", ReturnType = typeof(void))]
2593 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Singleton`1", Member = "Create", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2594 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Singleton`1", Member = "Cleanup", ReturnType = typeof(void))]
2595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIVirtualInputController", Member = "GetPressedControlPosition", MemberParameters = new object[] { "VirtualControlsHardwareConfigurationMapping_Layout.ContolType", "VirtualControlsHardwareConfigurationMapping_Layout&" }, ReturnType = "Microsoft.Xna.Framework.Vector2")]
2596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIVirtualInputController", Member = "Update", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
2597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "VirtualControllerInputState.<>c", Member = "<SetupLookups>b__3_0", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
2598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "VirtualControllerInputState", Member = "SetupLookups", ReturnType = typeof(void))]
2599 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIKeyboardMappings", Member = "LoadKeyCode", MemberParameters = new object[]
2600 {
2601 "Terraria.IO.Preferences",
2602 typeof(string),
2603 typeof(ref bool)
2604 }, ReturnType = "UnityEngine.KeyCode")]
2605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "IsList", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
2606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "SaveFields", MemberParameters = new object[]
2607 {
2608 typeof(global::System.IO.BinaryWriter),
2609 typeof(global::System.Type),
2610 typeof(object)
2611 }, ReturnType = typeof(void))]
2612 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
2613 {
2614 typeof(global::System.IO.BinaryReader),
2615 typeof(global::System.Type),
2616 typeof(object)
2617 }, ReturnType = typeof(void))]
2618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "RefreshFields", MemberParameters = new object[]
2619 {
2620 typeof(global::System.Type),
2621 typeof(object),
2622 typeof(string)
2623 }, ReturnType = typeof(bool))]
2624 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPulldownSetting", Member = "GetNumberOfOptions", ReturnType = typeof(int))]
2625 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetProgressNumberOfTimesKilledAllBosses", ReturnType = typeof(int))]
2626 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetNormlBossCount", ReturnType = typeof(int))]
2627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetHardBossCount", ReturnType = typeof(int))]
2628 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetNumberOfTimesKilledAllBosses", ReturnType = typeof(int))]
2629 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetNumberOfRequiredSlimesKilled", ReturnType = typeof(int))]
2630 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEventBaseExtensions", Member = "FindMethod", MemberParameters = new object[]
2631 {
2632 "UnityEngine.Events.UnityEventBase",
2633 typeof(string),
2634 typeof(object),
2635 "UnityEngine.Events.PersistentListenerMode",
2636 typeof(global::System.Type)
2637 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
2638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Content.ContentManager", Member = "Load", MemberTypeParameters = new object[] { "T1" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "T1")]
2639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Extensions.EnumerationExtensions._Value", Member = ".cctor", ReturnType = typeof(void))]
2640 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Lighting", Member = "NextLightMode", ReturnType = typeof(void))]
2641 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "LoadSettings", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
2642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.MessageBuffer", Member = "ProcessData", MemberParameters = new object[]
2643 {
2644 "System.Byte[]",
2645 typeof(int),
2646 typeof(ref int)
2647 }, ReturnType = typeof(void))]
2648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Lang.<>c__52`2", Member = "<FillNameCacheArray>b__52_0", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
2649 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Lang.<>c", Member = "<InitializeLegacyLocalization>b__54_0", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
2650 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Lang", Member = "FillNameCacheArray", MemberTypeParameters = new object[] { "IdClass", "IdType" }, MemberParameters = new object[]
2651 {
2652 typeof(string),
2653 "Terraria.Localization.LocalizedText[]",
2654 typeof(bool)
2655 }, ReturnType = typeof(void))]
2656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Lang", Member = "InitializeLegacyLocalization", ReturnType = typeof(void))]
2657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldBuilding.WorldGenConfiguration", Member = "CreateBiome", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
2658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashWatcher", Member = "PrintException", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(string))]
2659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Localization.LanguageManager", Member = "GetLanguageFilesForCulture", MemberParameters = new object[] { "Terraria.Localization.GameCulture" }, ReturnType = "System.String[]")]
2660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.FileMetadata", Member = "Read", MemberParameters = new object[]
2661 {
2662 typeof(global::System.IO.BinaryReader),
2663 "Terraria.IO.FileType"
2664 }, ReturnType = "Terraria.IO.FileMetadata")]
2665 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.FileMetadata", Member = "Read", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(void))]
2666 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.Preferences", Member = "Get", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
2667 {
2668 typeof(string),
2669 "T"
2670 }, ReturnType = "T")]
2671 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Initializers.AssetInitializer", Member = "CreateAssetServices", MemberParameters = new object[] { "Microsoft.Xna.Framework.GameServiceContainer" }, ReturnType = typeof(void))]
2672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "Recycle", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]" }, ReturnType = typeof(void))]
2673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "CreateCustomSet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T", "System.Object[]" }, ReturnType = "T[]")]
2674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SoundID.<>c", Member = "<FillAccessMap>b__495_0", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
2675 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SoundID", Member = "FillAccessMap", ReturnType = typeof(void))]
2676 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameInput.PlayerInput", Member = ".cctor", ReturnType = typeof(void))]
2677 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.Chat.ChatManager", Member = "ConvertNormalSnippets", MemberParameters = new object[] { "Terraria.UI.Chat.TextSnippet[]" }, ReturnType = typeof(void))]
2678 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Effects.EffectManager`1", Member = "Activate", MemberParameters = new object[]
2679 {
2680 typeof(string),
2681 "Microsoft.Xna.Framework.Vector2",
2682 "System.Object[]"
2683 }, ReturnType = "T")]
2684 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Effects.EffectManager`1", Member = "Deactivate", MemberParameters = new object[]
2685 {
2686 typeof(string),
2687 "System.Object[]"
2688 }, ReturnType = typeof(void))]
2689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Effects.OverlayManager", Member = ".ctor", ReturnType = typeof(void))]
2690 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.AttributeUtilities.TypeAttributeCache`2", Member = ".cctor", ReturnType = typeof(void))]
2691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.AttributeUtilities", Member = "GetAttribute", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.Reflection.MethodBase) }, ReturnType = "T")]
2692 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.TypeInstanceCollection`1", Member = "Register", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
2693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.TypeInstanceCollection`1", Member = "Get", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
2694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.TypeInstanceCollection`1", Member = "Remove", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(void))]
2695 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.TypeInstanceCollection`1", Member = "Has", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(bool))]
2696 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.TypeInstanceCollection`1", Member = "IfHas", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.Action`1<T>" }, ReturnType = typeof(void))]
2697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.TypeInstanceCollection`1", Member = "IfHas", MemberTypeParameters = new object[] { "T", "U" }, MemberParameters = new object[] { "System.Func`2<T, U>" }, ReturnType = "U")]
2698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.XnaExtensions", Member = "Get", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.IServiceProvider) }, ReturnType = "T")]
2699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Reflection.IdDictionary", Member = "Create", MemberTypeParameters = new object[] { "IdClass", "IdType" }, ReturnType = "ReLogic.Reflection.IdDictionary")]
2700 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Content.AssetLoadException", Member = "FromInvalidReader", MemberTypeParameters = new object[] { "TReaderType", "TAssetType" }, ReturnType = "ReLogic.Content.AssetLoadException")]
2701 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Content.AssetRepository", Member = "EnsureReloadActionExistsForType", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(void))]
2702 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Mono.RuntimeGenericParamInfoHandle), Member = "GetConstraints", ReturnType = typeof(global::System.Type[]))]
2703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = ".ctor", MemberParameters = new object[]
2704 {
2705 typeof(global::System.Runtime.Serialization.SerializationInfo),
2706 typeof(global::System.Runtime.Serialization.StreamingContext)
2707 }, ReturnType = typeof(void))]
2708 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.TransitionTime), Member = ".ctor", MemberParameters = new object[]
2709 {
2710 typeof(global::System.Runtime.Serialization.SerializationInfo),
2711 typeof(global::System.Runtime.Serialization.StreamingContext)
2712 }, ReturnType = typeof(void))]
2713 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = ".ctor", MemberParameters = new object[]
2714 {
2715 typeof(global::System.Runtime.Serialization.SerializationInfo),
2716 typeof(global::System.Runtime.Serialization.StreamingContext)
2717 }, ReturnType = typeof(void))]
2718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
2719 {
2720 typeof(global::System.Runtime.Serialization.SerializationInfo),
2721 typeof(global::System.Runtime.Serialization.StreamingContext)
2722 }, ReturnType = typeof(void))]
2723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = "GetObjectData", MemberParameters = new object[]
2724 {
2725 typeof(global::System.Runtime.Serialization.SerializationInfo),
2726 typeof(global::System.Runtime.Serialization.StreamingContext)
2727 }, ReturnType = typeof(void))]
2728 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArgumentException), Member = "GetObjectData", MemberParameters = new object[]
2729 {
2730 typeof(global::System.Runtime.Serialization.SerializationInfo),
2731 typeof(global::System.Runtime.Serialization.StreamingContext)
2732 }, ReturnType = typeof(void))]
2733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
2734 {
2735 typeof(global::System.Runtime.Serialization.SerializationInfo),
2736 typeof(global::System.Runtime.Serialization.StreamingContext)
2737 }, ReturnType = typeof(void))]
2738 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArgumentOutOfRangeException), Member = "GetObjectData", MemberParameters = new object[]
2739 {
2740 typeof(global::System.Runtime.Serialization.SerializationInfo),
2741 typeof(global::System.Runtime.Serialization.StreamingContext)
2742 }, ReturnType = typeof(void))]
2743 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BadImageFormatException), Member = "GetObjectData", MemberParameters = new object[]
2744 {
2745 typeof(global::System.Runtime.Serialization.SerializationInfo),
2746 typeof(global::System.Runtime.Serialization.StreamingContext)
2747 }, ReturnType = typeof(void))]
2748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = ".cctor", ReturnType = typeof(void))]
2749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
2750 {
2751 typeof(global::System.Runtime.Serialization.SerializationInfo),
2752 typeof(global::System.Runtime.Serialization.StreamingContext)
2753 }, ReturnType = typeof(void))]
2754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
2755 {
2756 typeof(global::System.ReadOnlySpan<char>),
2757 typeof(ref global::System.DateTime),
2758 typeof(ref global::System.Globalization.DateTimeFormatInfo),
2759 typeof(ref global::System.TimeSpan)
2760 }, ReturnType = typeof(string))]
2761 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
2762 {
2763 typeof(global::System.ReadOnlySpan<char>),
2764 typeof(ref global::System.Globalization.DateTimeFormatInfo),
2765 typeof(ref global::System.ParsingInfo),
2766 typeof(ref global::System.DateTimeResult)
2767 }, ReturnType = typeof(string))]
2768 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "ToString", ReturnType = typeof(string))]
2769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "get_Span", ReturnType = "System.Span`1<T>")]
2770 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "Pin", ReturnType = typeof(global::System.Buffers.MemoryHandle))]
2771 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.ReadOnlySpan`1<T>", "T" }, ReturnType = typeof(int))]
2772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "IndexOfAny", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.ReadOnlySpan`1<T>", "System.ReadOnlySpan`1<T>" }, ReturnType = typeof(int))]
2773 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "IsTypeComparableAsBytes", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(ref ulong) }, ReturnType = typeof(bool))]
2774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Nullable<>), Member = "UnboxExact", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.Nullable`1<T>")]
2775 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Nullable), Member = "GetUnderlyingType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
2776 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ObjectDisposedException), Member = "GetObjectData", MemberParameters = new object[]
2777 {
2778 typeof(global::System.Runtime.Serialization.SerializationInfo),
2779 typeof(global::System.Runtime.Serialization.StreamingContext)
2780 }, ReturnType = typeof(void))]
2781 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlyMemory<>), Member = "ToString", ReturnType = typeof(string))]
2782 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlyMemory<>), Member = "get_Span", ReturnType = "System.ReadOnlySpan`1<T>")]
2783 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlySpan<>), Member = "ToString", ReturnType = typeof(string))]
2784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Span<>), Member = "ToString", ReturnType = typeof(string))]
2785 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.CultureAwareComparer), Member = ".ctor", MemberParameters = new object[]
2786 {
2787 typeof(global::System.Runtime.Serialization.SerializationInfo),
2788 typeof(global::System.Runtime.Serialization.StreamingContext)
2789 }, ReturnType = typeof(void))]
2790 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OrdinalCaseSensitiveComparer), Member = "GetObjectData", MemberParameters = new object[]
2791 {
2792 typeof(global::System.Runtime.Serialization.SerializationInfo),
2793 typeof(global::System.Runtime.Serialization.StreamingContext)
2794 }, ReturnType = typeof(void))]
2795 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OrdinalIgnoreCaseComparer), Member = "GetObjectData", MemberParameters = new object[]
2796 {
2797 typeof(global::System.Runtime.Serialization.SerializationInfo),
2798 typeof(global::System.Runtime.Serialization.StreamingContext)
2799 }, ReturnType = typeof(void))]
2800 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsEnumDefined", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
2801 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsIntegerType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
2802 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "get_IsSerializable", ReturnType = typeof(bool))]
2803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsContextfulImpl", ReturnType = typeof(bool))]
2804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "get_IsEnum", ReturnType = typeof(bool))]
2805 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsMarshalByRefImpl", ReturnType = typeof(bool))]
2806 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsValueTypeImpl", ReturnType = typeof(bool))]
2807 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeInitializationException), Member = "GetObjectData", MemberParameters = new object[]
2808 {
2809 typeof(global::System.Runtime.Serialization.SerializationInfo),
2810 typeof(global::System.Runtime.Serialization.StreamingContext)
2811 }, ReturnType = typeof(void))]
2812 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingMemberException), Member = ".ctor", MemberParameters = new object[]
2813 {
2814 typeof(global::System.Runtime.Serialization.SerializationInfo),
2815 typeof(global::System.Runtime.Serialization.StreamingContext)
2816 }, ReturnType = typeof(void))]
2817 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingMemberException), Member = "GetObjectData", MemberParameters = new object[]
2818 {
2819 typeof(global::System.Runtime.Serialization.SerializationInfo),
2820 typeof(global::System.Runtime.Serialization.StreamingContext)
2821 }, ReturnType = typeof(void))]
2822 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
2823 {
2824 typeof(global::System.Type),
2825 typeof(int[])
2826 }, ReturnType = typeof(global::System.Array))]
2827 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
2828 {
2829 typeof(global::System.Type),
2830 typeof(int[]),
2831 typeof(int[])
2832 }, ReturnType = typeof(global::System.Array))]
2833 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Activator), Member = "CreateInstance", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
2834 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "InternalParamGetCustomAttributes", MemberParameters = new object[]
2835 {
2836 typeof(global::System.Reflection.ParameterInfo),
2837 typeof(global::System.Type),
2838 typeof(bool)
2839 }, ReturnType = typeof(global::System.Attribute[]))]
2840 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
2841 {
2842 typeof(global::System.Reflection.MemberInfo),
2843 typeof(global::System.Type),
2844 typeof(bool)
2845 }, ReturnType = typeof(global::System.Attribute[]))]
2846 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
2847 {
2848 typeof(global::System.Reflection.MemberInfo),
2849 typeof(bool)
2850 }, ReturnType = typeof(global::System.Attribute[]))]
2851 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "IsDefined", MemberParameters = new object[]
2852 {
2853 typeof(global::System.Reflection.MemberInfo),
2854 typeof(global::System.Type),
2855 typeof(bool)
2856 }, ReturnType = typeof(bool))]
2857 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
2858 {
2859 typeof(global::System.Reflection.ParameterInfo),
2860 typeof(global::System.Type),
2861 typeof(bool)
2862 }, ReturnType = typeof(global::System.Attribute[]))]
2863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
2864 {
2865 typeof(global::System.Reflection.ParameterInfo),
2866 typeof(bool)
2867 }, ReturnType = typeof(global::System.Attribute[]))]
2868 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
2869 {
2870 typeof(global::System.Reflection.Module),
2871 typeof(bool)
2872 }, ReturnType = typeof(global::System.Attribute[]))]
2873 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
2874 {
2875 typeof(global::System.Reflection.Module),
2876 typeof(global::System.Type),
2877 typeof(bool)
2878 }, ReturnType = typeof(global::System.Attribute[]))]
2879 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
2880 {
2881 typeof(global::System.Reflection.Assembly),
2882 typeof(global::System.Type),
2883 typeof(bool)
2884 }, ReturnType = typeof(global::System.Attribute[]))]
2885 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
2886 {
2887 typeof(global::System.Reflection.Assembly),
2888 typeof(bool)
2889 }, ReturnType = typeof(global::System.Attribute[]))]
2890 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
2891 {
2892 typeof(global::System.Reflection.BindingFlags),
2893 typeof(global::System.Reflection.MethodBase[]),
2894 typeof(ref object[]),
2895 typeof(global::System.Reflection.ParameterModifier[]),
2896 typeof(global::System.Globalization.CultureInfo),
2897 typeof(string[]),
2898 typeof(ref object)
2899 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
2900 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToField", MemberParameters = new object[]
2901 {
2902 typeof(global::System.Reflection.BindingFlags),
2903 typeof(global::System.Reflection.FieldInfo[]),
2904 typeof(object),
2905 typeof(global::System.Globalization.CultureInfo)
2906 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
2907 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectProperty", MemberParameters = new object[]
2908 {
2909 typeof(global::System.Reflection.BindingFlags),
2910 typeof(global::System.Reflection.PropertyInfo[]),
2911 typeof(global::System.Type),
2912 typeof(global::System.Type[]),
2913 typeof(global::System.Reflection.ParameterModifier[])
2914 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
2915 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "CanConvertPrimitive", MemberParameters = new object[]
2916 {
2917 typeof(global::System.RuntimeType),
2918 typeof(global::System.RuntimeType)
2919 }, ReturnType = typeof(bool))]
2920 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectMethod", MemberParameters = new object[]
2921 {
2922 typeof(global::System.Reflection.BindingFlags),
2923 typeof(global::System.Reflection.MethodBase[]),
2924 typeof(global::System.Type[]),
2925 typeof(global::System.Reflection.ParameterModifier[])
2926 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
2927 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "InternalFormat", MemberParameters = new object[]
2928 {
2929 typeof(global::System.RuntimeType),
2930 typeof(object)
2931 }, ReturnType = typeof(string))]
2932 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "TryParse", MemberTypeParameters = new object[] { "TEnum" }, MemberParameters = new object[]
2933 {
2934 typeof(string),
2935 typeof(bool),
2936 "TEnum&"
2937 }, ReturnType = typeof(bool))]
2938 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetTypeCode", ReturnType = typeof(global::System.TypeCode))]
2939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[]
2940 {
2941 typeof(global::System.Runtime.Serialization.SerializationInfo),
2942 typeof(global::System.Runtime.Serialization.StreamingContext)
2943 }, ReturnType = typeof(void))]
2944 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
2945 {
2946 typeof(global::System.Runtime.Serialization.SerializationInfo),
2947 typeof(global::System.Runtime.Serialization.StreamingContext)
2948 }, ReturnType = typeof(void))]
2949 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "ThrowIfTypeNeverValidGenericArgument", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(void))]
2950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FilterApplyMethodBase", MemberParameters = new object[]
2951 {
2952 typeof(global::System.Reflection.MethodBase),
2953 typeof(global::System.Reflection.BindingFlags),
2954 typeof(global::System.Reflection.BindingFlags),
2955 typeof(global::System.Reflection.CallingConventions),
2956 typeof(global::System.Type[])
2957 }, ReturnType = typeof(bool))]
2958 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "IsValueTypeImpl", ReturnType = typeof(bool))]
2959 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "InvokeMember", MemberParameters = new object[]
2960 {
2961 typeof(string),
2962 typeof(global::System.Reflection.BindingFlags),
2963 typeof(global::System.Reflection.Binder),
2964 typeof(object),
2965 typeof(object[]),
2966 typeof(global::System.Reflection.ParameterModifier[]),
2967 typeof(global::System.Globalization.CultureInfo),
2968 typeof(string[])
2969 }, ReturnType = typeof(object))]
2970 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FormatTypeName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
2971 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceCheckThis", ReturnType = typeof(void))]
2972 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceDefaultCtor", MemberParameters = new object[]
2973 {
2974 typeof(bool),
2975 typeof(bool),
2976 typeof(bool),
2977 typeof(bool),
2978 typeof(ref global::System.Threading.StackCrawlMark)
2979 }, ReturnType = typeof(object))]
2980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetDefaultMemberName", ReturnType = typeof(string))]
2981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetSerializationCtor", ReturnType = typeof(global::System.Reflection.RuntimeConstructorInfo))]
2982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceMono", MemberParameters = new object[]
2983 {
2984 typeof(bool),
2985 typeof(bool)
2986 }, ReturnType = typeof(object))]
2987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "TryConvertToType", MemberParameters = new object[]
2988 {
2989 typeof(object),
2990 typeof(ref bool)
2991 }, ReturnType = typeof(object))]
2992 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetNestedTypes_internal", MemberParameters = new object[]
2993 {
2994 typeof(string),
2995 typeof(global::System.Reflection.BindingFlags),
2996 typeof(global::System.RuntimeType.MemberListType)
2997 }, ReturnType = typeof(global::System.RuntimeType[]))]
2998 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = ".cctor", ReturnType = typeof(void))]
2999 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypedReference), Member = "GetHashCode", ReturnType = typeof(int))]
3000 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = "GetObjectData", MemberParameters = new object[]
3001 {
3002 typeof(global::System.Runtime.Serialization.SerializationInfo),
3003 typeof(global::System.Runtime.Serialization.StreamingContext)
3004 }, ReturnType = typeof(void))]
3005 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "AddElementTypes", MemberParameters = new object[]
3006 {
3007 typeof(global::System.Runtime.Serialization.SerializationInfo),
3008 typeof(global::System.RuntimeType)
3009 }, ReturnType = typeof(global::System.RuntimeType))]
3010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "GetUnitySerializationInfo", MemberParameters = new object[]
3011 {
3012 typeof(global::System.Runtime.Serialization.SerializationInfo),
3013 typeof(int)
3014 }, ReturnType = typeof(void))]
3015 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "GetUnitySerializationInfo", MemberParameters = new object[]
3016 {
3017 typeof(global::System.Runtime.Serialization.SerializationInfo),
3018 typeof(global::System.RuntimeType)
3019 }, ReturnType = typeof(void))]
3020 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "GetUnitySerializationInfo", MemberParameters = new object[]
3021 {
3022 typeof(global::System.Runtime.Serialization.SerializationInfo),
3023 typeof(int),
3024 typeof(string),
3025 typeof(global::System.Reflection.RuntimeAssembly)
3026 }, ReturnType = typeof(void))]
3027 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = ".ctor", MemberParameters = new object[]
3028 {
3029 typeof(global::System.Runtime.Serialization.SerializationInfo),
3030 typeof(global::System.Runtime.Serialization.StreamingContext)
3031 }, ReturnType = typeof(void))]
3032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AppDomain), Member = "GetMarshalledDomainObjRef", ReturnType = typeof(byte[]))]
3033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
3034 {
3035 typeof(global::System.Type),
3036 typeof(object),
3037 typeof(global::System.Reflection.MethodInfo),
3038 typeof(bool),
3039 typeof(bool)
3040 }, ReturnType = typeof(global::System.Delegate))]
3041 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "GetCandidateMethod", MemberParameters = new object[]
3042 {
3043 typeof(global::System.Type),
3044 typeof(global::System.Type),
3045 typeof(string),
3046 typeof(global::System.Reflection.BindingFlags),
3047 typeof(bool),
3048 typeof(bool)
3049 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
3050 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.DelegateSerializationHolder.DelegateEntry", Member = "DeserializeDelegate", MemberParameters = new object[]
3051 {
3052 typeof(global::System.Runtime.Serialization.SerializationInfo),
3053 typeof(int)
3054 }, ReturnType = typeof(global::System.Delegate))]
3055 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DelegateSerializationHolder), Member = ".ctor", MemberParameters = new object[]
3056 {
3057 typeof(global::System.Runtime.Serialization.SerializationInfo),
3058 typeof(global::System.Runtime.Serialization.StreamingContext)
3059 }, ReturnType = typeof(void))]
3060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DelegateSerializationHolder), Member = "GetDelegateData", MemberParameters = new object[]
3061 {
3062 typeof(global::System.Delegate),
3063 typeof(global::System.Runtime.Serialization.SerializationInfo),
3064 typeof(global::System.Runtime.Serialization.StreamingContext)
3065 }, ReturnType = typeof(void))]
3066 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "IsUserCattrProvider", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
3067 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
3068 {
3069 typeof(global::System.Reflection.ICustomAttributeProvider),
3070 typeof(global::System.Type),
3071 typeof(bool)
3072 }, ReturnType = typeof(object[]))]
3073 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
3074 {
3075 typeof(global::System.Reflection.ICustomAttributeProvider),
3076 typeof(bool)
3077 }, ReturnType = typeof(object[]))]
3078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesData", MemberParameters = new object[]
3079 {
3080 typeof(global::System.Reflection.ICustomAttributeProvider),
3081 typeof(bool)
3082 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
3083 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesData", MemberParameters = new object[]
3084 {
3085 typeof(global::System.Reflection.ICustomAttributeProvider),
3086 typeof(global::System.Type),
3087 typeof(bool)
3088 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
3089 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetPseudoCustomAttributesData", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
3090 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "RetrieveAttributeUsageNoCache", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.AttributeUsageAttribute))]
3091 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeFieldHandle), Member = ".ctor", MemberParameters = new object[]
3092 {
3093 typeof(global::System.Runtime.Serialization.SerializationInfo),
3094 typeof(global::System.Runtime.Serialization.StreamingContext)
3095 }, ReturnType = typeof(void))]
3096 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeFieldHandle), Member = "GetObjectData", MemberParameters = new object[]
3097 {
3098 typeof(global::System.Runtime.Serialization.SerializationInfo),
3099 typeof(global::System.Runtime.Serialization.StreamingContext)
3100 }, ReturnType = typeof(void))]
3101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeMethodHandle), Member = ".ctor", MemberParameters = new object[]
3102 {
3103 typeof(global::System.Runtime.Serialization.SerializationInfo),
3104 typeof(global::System.Runtime.Serialization.StreamingContext)
3105 }, ReturnType = typeof(void))]
3106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeMethodHandle), Member = "GetObjectData", MemberParameters = new object[]
3107 {
3108 typeof(global::System.Runtime.Serialization.SerializationInfo),
3109 typeof(global::System.Runtime.Serialization.StreamingContext)
3110 }, ReturnType = typeof(void))]
3111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = ".ctor", MemberParameters = new object[]
3112 {
3113 typeof(global::System.Runtime.Serialization.SerializationInfo),
3114 typeof(global::System.Runtime.Serialization.StreamingContext)
3115 }, ReturnType = typeof(void))]
3116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = "GetObjectData", MemberParameters = new object[]
3117 {
3118 typeof(global::System.Runtime.Serialization.SerializationInfo),
3119 typeof(global::System.Runtime.Serialization.StreamingContext)
3120 }, ReturnType = typeof(void))]
3121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = "IsContextful", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(bool))]
3122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.WeakReference), Member = ".ctor", MemberParameters = new object[]
3123 {
3124 typeof(global::System.Runtime.Serialization.SerializationInfo),
3125 typeof(global::System.Runtime.Serialization.StreamingContext)
3126 }, ReturnType = typeof(void))]
3127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.WeakReference<>), Member = ".ctor", MemberParameters = new object[]
3128 {
3129 typeof(global::System.Runtime.Serialization.SerializationInfo),
3130 typeof(global::System.Runtime.Serialization.StreamingContext)
3131 }, ReturnType = typeof(void))]
3132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ExecutionContext), Member = "GetObjectData", MemberParameters = new object[]
3133 {
3134 typeof(global::System.Runtime.Serialization.SerializationInfo),
3135 typeof(global::System.Runtime.Serialization.StreamingContext)
3136 }, ReturnType = typeof(void))]
3137 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "SetContinuationForAwait", MemberParameters = new object[]
3138 {
3139 typeof(global::System.Action),
3140 typeof(bool),
3141 typeof(bool)
3142 }, ReturnType = typeof(void))]
3143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.AwaitTaskContinuation), Member = "get_IsValidLocationForInlining", ReturnType = typeof(bool))]
3144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "AppendFormatHelper", MemberParameters = new object[]
3145 {
3146 typeof(global::System.IFormatProvider),
3147 typeof(string),
3148 typeof(global::System.ParamsArray)
3149 }, ReturnType = typeof(global::System.Text.StringBuilder))]
3150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "get_Preamble", ReturnType = typeof(global::System.ReadOnlySpan<byte>))]
3151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "get_Preamble", ReturnType = typeof(global::System.ReadOnlySpan<byte>))]
3152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "get_Preamble", ReturnType = typeof(global::System.ReadOnlySpan<byte>))]
3153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding.DefaultEncoder), Member = ".ctor", MemberParameters = new object[]
3154 {
3155 typeof(global::System.Runtime.Serialization.SerializationInfo),
3156 typeof(global::System.Runtime.Serialization.StreamingContext)
3157 }, ReturnType = typeof(void))]
3158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding.DefaultDecoder), Member = ".ctor", MemberParameters = new object[]
3159 {
3160 typeof(global::System.Runtime.Serialization.SerializationInfo),
3161 typeof(global::System.Runtime.Serialization.StreamingContext)
3162 }, ReturnType = typeof(void))]
3163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "DeserializeEncoding", MemberParameters = new object[]
3164 {
3165 typeof(global::System.Runtime.Serialization.SerializationInfo),
3166 typeof(global::System.Runtime.Serialization.StreamingContext)
3167 }, ReturnType = typeof(void))]
3168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.PermissionSet), Member = "Demand", ReturnType = typeof(void))]
3169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Permissions.ReflectionPermission), Member = "Cast", MemberParameters = new object[] { typeof(global::System.Security.IPermission) }, ReturnType = typeof(global::System.Security.Permissions.ReflectionPermission))]
3170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Permissions.SecurityPermission), Member = "FromXml", MemberParameters = new object[] { typeof(global::System.Security.SecurityElement) }, ReturnType = typeof(void))]
3171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Permissions.SecurityPermission), Member = "Cast", MemberParameters = new object[] { typeof(global::System.Security.IPermission) }, ReturnType = typeof(global::System.Security.Permissions.SecurityPermission))]
3172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoStream), Member = "FlushAsync", MemberParameters = new object[] { typeof(global::System.Threading.CancellationToken) }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
3173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter), Member = "get_OverridesDecrypt", ReturnType = typeof(bool))]
3174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAOAEPKeyExchangeFormatter), Member = "get_OverridesEncrypt", ReturnType = typeof(bool))]
3175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter), Member = "get_OverridesDecrypt", ReturnType = typeof(bool))]
3176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter), Member = "get_OverridesEncrypt", ReturnType = typeof(bool))]
3177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Utils), Member = "DoesRsaKeyOverrideSlowPath", MemberParameters = new object[]
3178 {
3179 typeof(global::System.Type),
3180 typeof(string),
3181 typeof(global::System.Type[])
3182 }, ReturnType = typeof(bool))]
3183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.WindowsIdentity), Member = "System.Runtime.Serialization.IDeserializationCallback.OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3184 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsPrincipal), Member = "SerializeIdentities", ReturnType = typeof(string))]
3185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.InternalRemotingServices), Member = "GetCachedSoapAttribute", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Runtime.Remoting.Metadata.SoapAttribute))]
3186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.ObjRef), Member = "GetObjectData", MemberParameters = new object[]
3187 {
3188 typeof(global::System.Runtime.Serialization.SerializationInfo),
3189 typeof(global::System.Runtime.Serialization.StreamingContext)
3190 }, ReturnType = typeof(void))]
3191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingConfiguration), Member = "SetCustomErrorsMode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = ".cctor", ReturnType = typeof(void))]
3193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "Unmarshal", MemberParameters = new object[]
3194 {
3195 typeof(global::System.Runtime.Remoting.ObjRef),
3196 typeof(bool)
3197 }, ReturnType = typeof(object))]
3198 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "IsOneWay", MemberParameters = new object[] { typeof(global::System.Reflection.MethodBase) }, ReturnType = typeof(bool))]
3199 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "CreateClientProxyForContextBound", MemberParameters = new object[]
3200 {
3201 typeof(global::System.Type),
3202 typeof(object[])
3203 }, ReturnType = typeof(object))]
3204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.SoapServices), Member = "GetAssemblyName", MemberParameters = new object[] { typeof(global::System.Reflection.MethodBase) }, ReturnType = typeof(string))]
3205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.TypeInfo), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
3206 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.TypeInfo), Member = "CanCastTo", MemberParameters = new object[]
3207 {
3208 typeof(global::System.Type),
3209 typeof(object)
3210 }, ReturnType = typeof(bool))]
3211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Services.TrackingServices), Member = "NotifyMarshaledObject", MemberParameters = new object[]
3212 {
3213 typeof(object),
3214 typeof(global::System.Runtime.Remoting.ObjRef)
3215 }, ReturnType = typeof(void))]
3216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Services.TrackingServices), Member = "NotifyUnmarshaledObject", MemberParameters = new object[]
3217 {
3218 typeof(object),
3219 typeof(global::System.Runtime.Remoting.ObjRef)
3220 }, ReturnType = typeof(void))]
3221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Services.TrackingServices), Member = "NotifyDisconnectedObject", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "GetProxyType", ReturnType = typeof(global::System.RuntimeType))]
3223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "LoadRemoteFieldNew", MemberParameters = new object[]
3224 {
3225 typeof(global::System.IntPtr),
3226 typeof(global::System.IntPtr)
3227 }, ReturnType = typeof(object))]
3228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "StoreRemoteField", MemberParameters = new object[]
3229 {
3230 typeof(global::System.IntPtr),
3231 typeof(global::System.IntPtr),
3232 typeof(object)
3233 }, ReturnType = typeof(void))]
3234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = "GetProxiedType", ReturnType = typeof(global::System.Type))]
3235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = "GetTransparentProxy", ReturnType = typeof(object))]
3236 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = "CanCastTo", MemberParameters = new object[]
3237 {
3238 typeof(global::System.Type),
3239 typeof(object)
3240 }, ReturnType = typeof(bool))]
3241 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = ".cctor", ReturnType = typeof(void))]
3242 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "RegisterChannelConfig", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.ChannelData) }, ReturnType = typeof(void))]
3243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.CrossAppDomainSink), Member = ".cctor", ReturnType = typeof(void))]
3244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.AppDomainLevelActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
3245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Metadata.SoapTypeAttribute), Member = "SetReflectionObject", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext), Member = ".cctor", ReturnType = typeof(void))]
3247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "IsPossibleToIgnoreMarshal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
3248 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.RemotingSurrogateSelector), Member = ".cctor", ReturnType = typeof(void))]
3249 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationEvents), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
3250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationEvents), Member = "GetMethodsWithAttribute", MemberParameters = new object[]
3251 {
3252 typeof(global::System.Type),
3253 typeof(global::System.Type)
3254 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.Reflection.MethodInfo>))]
3255 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationEvents), Member = "AddOnDelegate", MemberParameters = new object[]
3256 {
3257 typeof(object),
3258 typeof(global::System.Runtime.Serialization.SerializationEventHandler),
3259 typeof(global::System.Collections.Generic.List<global::System.Reflection.MethodInfo>)
3260 }, ReturnType = typeof(global::System.Runtime.Serialization.SerializationEventHandler))]
3261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = ".cctor", ReturnType = typeof(void))]
3262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "InternalGetSerializableMembers", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(global::System.Reflection.MemberInfo[]))]
3263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetParentTypes", MemberParameters = new object[]
3264 {
3265 typeof(global::System.RuntimeType),
3266 typeof(ref global::System.RuntimeType[]),
3267 typeof(ref int)
3268 }, ReturnType = typeof(bool))]
3269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetClrAssemblyName", MemberParameters = new object[]
3270 {
3271 typeof(global::System.Type),
3272 typeof(ref bool)
3273 }, ReturnType = typeof(string))]
3274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectHolder), Member = "get_CanSurrogatedObjectValueChange", ReturnType = typeof(bool))]
3275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = ".ctor", MemberParameters = new object[]
3276 {
3277 typeof(global::System.Runtime.Serialization.SerializationInfo),
3278 typeof(global::System.Runtime.Serialization.StreamingContext)
3279 }, ReturnType = typeof(void))]
3280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = "CompleteSerialization", MemberParameters = new object[]
3281 {
3282 typeof(object),
3283 typeof(global::System.Runtime.Serialization.SerializationInfo),
3284 typeof(global::System.Runtime.Serialization.StreamingContext)
3285 }, ReturnType = typeof(void))]
3286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
3287 {
3288 typeof(global::System.Runtime.Serialization.SerializationInfo),
3289 typeof(global::System.Runtime.Serialization.StreamingContext)
3290 }, ReturnType = typeof(void))]
3291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = "System.Runtime.Serialization.IObjectReference.GetRealObject", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(object))]
3292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3293 {
3294 typeof(string),
3295 typeof(object)
3296 }, ReturnType = typeof(void))]
3297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3298 {
3299 typeof(string),
3300 typeof(bool)
3301 }, ReturnType = typeof(void))]
3302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3303 {
3304 typeof(string),
3305 typeof(byte)
3306 }, ReturnType = typeof(void))]
3307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3308 {
3309 typeof(string),
3310 typeof(short)
3311 }, ReturnType = typeof(void))]
3312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3313 {
3314 typeof(string),
3315 typeof(int)
3316 }, ReturnType = typeof(void))]
3317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3318 {
3319 typeof(string),
3320 typeof(long)
3321 }, ReturnType = typeof(void))]
3322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3323 {
3324 typeof(string),
3325 typeof(ulong)
3326 }, ReturnType = typeof(void))]
3327 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3328 {
3329 typeof(string),
3330 typeof(float)
3331 }, ReturnType = typeof(void))]
3332 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
3333 {
3334 typeof(string),
3335 typeof(global::System.DateTime)
3336 }, ReturnType = typeof(void))]
3337 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetBoolean", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetInt32", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
3339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetInt64", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(long))]
3340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetSingle", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(float))]
3341 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
3342 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.Converter), Member = ".cctor", ReturnType = typeof(void))]
3343 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo), Member = "GetMemberTypes", MemberParameters = new object[]
3344 {
3345 typeof(string[]),
3346 typeof(global::System.Type)
3347 }, ReturnType = typeof(global::System.Type[]))]
3348 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ValueFixup), Member = "Fixup", MemberParameters = new object[]
3349 {
3350 typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord),
3351 typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord)
3352 }, ReturnType = typeof(void))]
3353 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "PtrToStructure", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = "T")]
3354 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "GetCustomMarshalerInstance", MemberParameters = new object[]
3355 {
3356 typeof(global::System.Type),
3357 typeof(string)
3358 }, ReturnType = typeof(global::System.Runtime.InteropServices.ICustomMarshaler))]
3359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeWrappedException), Member = ".ctor", MemberParameters = new object[]
3360 {
3361 typeof(global::System.Runtime.Serialization.SerializationInfo),
3362 typeof(global::System.Runtime.Serialization.StreamingContext)
3363 }, ReturnType = typeof(void))]
3364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeWrappedException), Member = "GetObjectData", MemberParameters = new object[]
3365 {
3366 typeof(global::System.Runtime.Serialization.SerializationInfo),
3367 typeof(global::System.Runtime.Serialization.StreamingContext)
3368 }, ReturnType = typeof(void))]
3369 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "IsReferenceOrContainsReferences", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(bool))]
3370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ManifestBasedResourceGroveler), Member = "GetNeutralResourcesLanguage", MemberParameters = new object[]
3371 {
3372 typeof(global::System.Reflection.Assembly),
3373 typeof(ref global::System.Resources.UltimateResourceFallbackLocation)
3374 }, ReturnType = typeof(global::System.Globalization.CultureInfo))]
3375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ManifestBasedResourceGroveler), Member = "HandleResourceStreamMissing", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceManager), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
3377 [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))]
3378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceManager), Member = ".cctor", ReturnType = typeof(void))]
3379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "LoadString", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
3380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "_LoadObjectV1", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
3381 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.EventInfo), Member = "get_EventHandlerType", ReturnType = typeof(global::System.Type))]
3382 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.FieldInfo), Member = "GetPseudoCustomAttributesData", ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
3383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ReflectionTypeLoadException), Member = ".ctor", MemberParameters = new object[]
3384 {
3385 typeof(global::System.Runtime.Serialization.SerializationInfo),
3386 typeof(global::System.Runtime.Serialization.StreamingContext)
3387 }, ReturnType = typeof(void))]
3388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ReflectionTypeLoadException), Member = "GetObjectData", MemberParameters = new object[]
3389 {
3390 typeof(global::System.Runtime.Serialization.SerializationInfo),
3391 typeof(global::System.Runtime.Serialization.StreamingContext)
3392 }, ReturnType = typeof(void))]
3393 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeNamedArgument), Member = "ToString", ReturnType = typeof(string))]
3394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = ".ctor", MemberParameters = new object[]
3395 {
3396 typeof(global::System.Type),
3397 typeof(object)
3398 }, ReturnType = typeof(void))]
3399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
3400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeExtensions), Member = "GetCustomAttribute", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.Reflection.Assembly) }, ReturnType = "T")]
3401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeExtensions), Member = "GetCustomAttributes", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.Reflection.MemberInfo) }, ReturnType = "System.Collections.Generic.IEnumerable`1<T>")]
3402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfoSerializationHolder), Member = "GetSerializationInfo", MemberParameters = new object[]
3403 {
3404 typeof(global::System.Runtime.Serialization.SerializationInfo),
3405 typeof(string),
3406 typeof(global::System.RuntimeType),
3407 typeof(string),
3408 typeof(string),
3409 typeof(global::System.Reflection.MemberTypes),
3410 typeof(global::System.Type[])
3411 }, ReturnType = typeof(void))]
3412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfoSerializationHolder), Member = ".ctor", MemberParameters = new object[]
3413 {
3414 typeof(global::System.Runtime.Serialization.SerializationInfo),
3415 typeof(global::System.Runtime.Serialization.StreamingContext)
3416 }, ReturnType = typeof(void))]
3417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfoSerializationHolder), Member = "GetRealObject", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(object))]
3418 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyName), Member = ".ctor", MemberParameters = new object[]
3419 {
3420 typeof(global::System.Runtime.Serialization.SerializationInfo),
3421 typeof(global::System.Runtime.Serialization.StreamingContext)
3422 }, ReturnType = typeof(void))]
3423 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetPseudoCustomAttributesData", ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
3424 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetDllImportAttributeData", ReturnType = typeof(global::System.Reflection.CustomAttributeData))]
3425 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeParameterInfo), Member = "get_DefaultValue", ReturnType = typeof(object))]
3426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeParameterInfo), Member = "GetDefaultValueImpl", MemberParameters = new object[] { typeof(global::System.Reflection.ParameterInfo) }, ReturnType = typeof(object))]
3427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeParameterInfo), Member = "GetPseudoCustomAttributesData", ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
3428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.StrongNameKeyPair), Member = ".ctor", MemberParameters = new object[]
3429 {
3430 typeof(global::System.Runtime.Serialization.SerializationInfo),
3431 typeof(global::System.Runtime.Serialization.StreamingContext)
3432 }, ReturnType = typeof(void))]
3433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.StrongNameKeyPair), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
3434 {
3435 typeof(global::System.Runtime.Serialization.SerializationInfo),
3436 typeof(global::System.Runtime.Serialization.StreamingContext)
3437 }, ReturnType = typeof(void))]
3438 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "InitializeCount", ReturnType = typeof(int))]
3439 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = ".ctor", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
3440 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = ".ctor", MemberParameters = new object[]
3441 {
3442 typeof(void*),
3443 typeof(int)
3444 }, ReturnType = typeof(void))]
3445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
3446 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "Equals", MemberParameters = new object[] { "System.Numerics.Vector`1<T>" }, ReturnType = typeof(bool))]
3447 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "GetHashCode", ReturnType = typeof(int))]
3448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "Equals", MemberParameters = new object[] { "System.Numerics.Vector`1<T>", "System.Numerics.Vector`1<T>" }, ReturnType = "System.Numerics.Vector`1<T>")]
3449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "ScalarEquals", MemberParameters = new object[] { "T", "T" }, ReturnType = typeof(bool))]
3450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "GetOneValue", ReturnType = "T")]
3451 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "GetAllBitsSetValue", ReturnType = "T")]
3452 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileLoadException), Member = "GetObjectData", MemberParameters = new object[]
3453 {
3454 typeof(global::System.Runtime.Serialization.SerializationInfo),
3455 typeof(global::System.Runtime.Serialization.StreamingContext)
3456 }, ReturnType = typeof(void))]
3457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileNotFoundException), Member = "GetObjectData", MemberParameters = new object[]
3458 {
3459 typeof(global::System.Runtime.Serialization.SerializationInfo),
3460 typeof(global::System.Runtime.Serialization.StreamingContext)
3461 }, ReturnType = typeof(void))]
3462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Read", MemberParameters = new object[] { typeof(global::System.Span<byte>) }, ReturnType = typeof(int))]
3463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "CopyTo", MemberParameters = new object[]
3464 {
3465 typeof(global::System.IO.Stream),
3466 typeof(int)
3467 }, ReturnType = typeof(void))]
3468 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Write", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
3469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Read", MemberParameters = new object[] { typeof(global::System.Span<byte>) }, ReturnType = typeof(int))]
3470 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Write", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
3471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "GetObjectData", MemberParameters = new object[]
3472 {
3473 typeof(global::System.Runtime.Serialization.SerializationInfo),
3474 typeof(global::System.Runtime.Serialization.StreamingContext)
3475 }, ReturnType = typeof(void))]
3476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryReader), Member = ".ctor", MemberParameters = new object[]
3477 {
3478 typeof(global::System.IO.Stream),
3479 typeof(global::System.Text.Encoding),
3480 typeof(bool)
3481 }, ReturnType = typeof(void))]
3482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureNotFoundException), Member = ".ctor", MemberParameters = new object[]
3483 {
3484 typeof(global::System.Runtime.Serialization.SerializationInfo),
3485 typeof(global::System.Runtime.Serialization.StreamingContext)
3486 }, ReturnType = typeof(void))]
3487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureNotFoundException), Member = "GetObjectData", MemberParameters = new object[]
3488 {
3489 typeof(global::System.Runtime.Serialization.SerializationInfo),
3490 typeof(global::System.Runtime.Serialization.StreamingContext)
3491 }, ReturnType = typeof(void))]
3492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_CurrentInfo", ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
3493 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
3494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetFormat", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3495 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "IsJapaneseCalendar", MemberParameters = new object[] { typeof(global::System.Globalization.Calendar) }, ReturnType = typeof(bool))]
3496 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.NumberFormatInfo))]
3497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "get_CurrentInfo", ReturnType = typeof(global::System.Globalization.NumberFormatInfo))]
3498 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "GetFormat", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "GetFormat", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = ".ctor", MemberParameters = new object[]
3501 {
3502 typeof(string),
3503 typeof(bool),
3504 typeof(bool)
3505 }, ReturnType = typeof(void))]
3506 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.StackTrace), Member = "GetFullNameForStackTrace", MemberParameters = new object[]
3507 {
3508 typeof(global::System.Text.StringBuilder),
3509 typeof(global::System.Reflection.MethodBase),
3510 typeof(bool),
3511 typeof(ref bool),
3512 typeof(ref bool)
3513 }, ReturnType = typeof(void))]
3514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Comparer), Member = ".ctor", MemberParameters = new object[]
3515 {
3516 typeof(global::System.Runtime.Serialization.SerializationInfo),
3517 typeof(global::System.Runtime.Serialization.StreamingContext)
3518 }, ReturnType = typeof(void))]
3519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.ArrayListEnumeratorSimple", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.ArrayList) }, ReturnType = typeof(void))]
3520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "GetObjectData", MemberParameters = new object[]
3521 {
3522 typeof(global::System.Runtime.Serialization.SerializationInfo),
3523 typeof(global::System.Runtime.Serialization.StreamingContext)
3524 }, ReturnType = typeof(void))]
3525 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3526 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "IsValueWriteAtomic", ReturnType = typeof(bool))]
3527 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3528 {
3529 typeof(global::System.Array),
3530 typeof(int)
3531 }, ReturnType = typeof(void))]
3532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.set_Item", MemberParameters = new object[]
3533 {
3534 typeof(int),
3535 typeof(object)
3536 }, ReturnType = typeof(void))]
3537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.Add", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
3538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.Insert", MemberParameters = new object[]
3539 {
3540 typeof(int),
3541 typeof(object)
3542 }, ReturnType = typeof(void))]
3543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3544 {
3545 typeof(global::System.Array),
3546 typeof(int)
3547 }, ReturnType = typeof(void))]
3548 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IDictionary`2<TKey, TValue>", "System.Collections.Generic.IEqualityComparer`1<TKey>" }, ReturnType = typeof(void))]
3549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "GetObjectData", MemberParameters = new object[]
3550 {
3551 typeof(global::System.Runtime.Serialization.SerializationInfo),
3552 typeof(global::System.Runtime.Serialization.StreamingContext)
3553 }, ReturnType = typeof(void))]
3554 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.IDictionary.set_Item", MemberParameters = new object[]
3556 {
3557 typeof(object),
3558 typeof(object)
3559 }, ReturnType = typeof(void))]
3560 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.IDictionary.Add", MemberParameters = new object[]
3561 {
3562 typeof(object),
3563 typeof(object)
3564 }, ReturnType = typeof(void))]
3565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.IList.set_Item", MemberParameters = new object[]
3566 {
3567 typeof(int),
3568 typeof(object)
3569 }, ReturnType = typeof(void))]
3570 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.IList.Add", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
3571 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.IList.Insert", MemberParameters = new object[]
3572 {
3573 typeof(int),
3574 typeof(object)
3575 }, ReturnType = typeof(void))]
3576 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Comparer<>), Member = "CreateComparer", ReturnType = "System.Collections.Generic.Comparer`1<T>")]
3577 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.EqualityComparer<>), Member = "CreateComparer", ReturnType = "System.Collections.Generic.EqualityComparer`1<T>")]
3578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.EnumEqualityComparer<>), 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.Uri", Member = "get_Segments", ReturnType = "System.String[]")]
3584 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriTypeConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
3585 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriTypeConverter", Member = "ConvertTo", MemberParameters = new object[]
3586 {
3587 "System.ComponentModel.ITypeDescriptorContext",
3588 typeof(global::System.Globalization.CultureInfo),
3589 typeof(object),
3590 typeof(global::System.Type)
3591 }, ReturnType = typeof(object))]
3592 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.Process", Member = "set_PriorityClass", MemberParameters = new object[] { "System.Diagnostics.ProcessPriorityClass" }, ReturnType = typeof(void))]
3593 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.Process", Member = "get_SynchronizingObject", ReturnType = "System.ComponentModel.ISynchronizeInvoke")]
3594 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "Build", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509Certificate2" }, ReturnType = typeof(bool))]
3595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "BuildCommandsList", MemberParameters = new object[] { "System.Net.WebRequest" }, ReturnType = "PipelineEntry[]")]
3596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebClient", Member = ".ctor", ReturnType = typeof(void))]
3597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequestPrefixElement", Member = ".ctor", MemberParameters = new object[]
3598 {
3599 typeof(string),
3600 typeof(global::System.Type)
3601 }, ReturnType = typeof(void))]
3602 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "AgeCookies", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FileWebRequest", Member = ".ctor", MemberParameters = new object[]
3604 {
3605 typeof(global::System.Runtime.Serialization.SerializationInfo),
3606 typeof(global::System.Runtime.Serialization.StreamingContext)
3607 }, ReturnType = typeof(void))]
3608 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FileWebRequest", Member = "GetObjectData", MemberParameters = new object[]
3609 {
3610 typeof(global::System.Runtime.Serialization.SerializationInfo),
3611 typeof(global::System.Runtime.Serialization.StreamingContext)
3612 }, ReturnType = typeof(void))]
3613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FileWebResponse", Member = ".ctor", MemberParameters = new object[]
3614 {
3615 typeof(global::System.Runtime.Serialization.SerializationInfo),
3616 typeof(global::System.Runtime.Serialization.StreamingContext)
3617 }, ReturnType = typeof(void))]
3618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FileWebResponse", Member = "GetObjectData", MemberParameters = new object[]
3619 {
3620 typeof(global::System.Runtime.Serialization.SerializationInfo),
3621 typeof(global::System.Runtime.Serialization.StreamingContext)
3622 }, ReturnType = typeof(void))]
3623 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebProxy", Member = "get_BypassList", ReturnType = "System.String[]")]
3624 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebProxy", Member = ".ctor", MemberParameters = new object[]
3625 {
3626 typeof(global::System.Runtime.Serialization.SerializationInfo),
3627 typeof(global::System.Runtime.Serialization.StreamingContext)
3628 }, ReturnType = typeof(void))]
3629 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Dns", Member = "hostent_to_IPHostEntry", MemberParameters = new object[]
3630 {
3631 typeof(string),
3632 typeof(string),
3633 "System.String[]",
3634 "System.String[]"
3635 }, ReturnType = "System.Net.IPHostEntry")]
3636 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListener", Member = "Cleanup", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3637 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebResponse", Member = ".ctor", MemberParameters = new object[]
3638 {
3639 typeof(global::System.Runtime.Serialization.SerializationInfo),
3640 typeof(global::System.Runtime.Serialization.StreamingContext)
3641 }, ReturnType = typeof(void))]
3642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.RequestStream", Member = "Read", MemberParameters = new object[]
3643 {
3644 "System.Byte[]",
3645 typeof(int),
3646 typeof(int)
3647 }, ReturnType = typeof(int))]
3648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.RequestStream", Member = "BeginRead", MemberParameters = new object[]
3649 {
3650 "System.Byte[]",
3651 typeof(int),
3652 typeof(int),
3653 typeof(global::System.AsyncCallback),
3654 typeof(object)
3655 }, ReturnType = typeof(global::System.IAsyncResult))]
3656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.RequestStream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
3657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "SendRequest", MemberParameters = new object[]
3658 {
3659 "System.Net.WebOperation",
3660 typeof(string)
3661 }, ReturnType = typeof(void))]
3662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_Certificate", ReturnType = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate))]
3663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_ClientCertificate", ReturnType = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate))]
3664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.SocketPermission", Member = "FromXml", MemberParameters = new object[]
3665 {
3666 typeof(global::System.Collections.ArrayList),
3667 "System.Net.NetworkAccess"
3668 }, ReturnType = typeof(void))]
3669 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.SocketPermissionAttribute", Member = "CreatePermission", ReturnType = typeof(global::System.Security.IPermission))]
3670 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.AixNetworkInterfaceAPI", Member = "GetAllNetworkInterfaces", ReturnType = "System.Net.NetworkInformation.NetworkInterface[]")]
3671 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.LinuxNetworkInterfaceAPI", Member = "GetAllNetworkInterfaces", ReturnType = "System.Net.NetworkInformation.NetworkInterface[]")]
3672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.MacOsNetworkInterfaceAPI", Member = "GetAllNetworkInterfaces", ReturnType = "System.Net.NetworkInformation.NetworkInterface[]")]
3673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Read", MemberParameters = new object[] { "System.Span`1<Byte>" }, ReturnType = typeof(int))]
3674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Write", MemberParameters = new object[] { "System.ReadOnlySpan`1<Byte>" }, ReturnType = typeof(void))]
3675 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs", Member = "OnCompleted", MemberParameters = new object[]
3676 {
3677 "System.Action`1<Object>",
3678 typeof(object),
3679 typeof(short),
3680 typeof(global::System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
3681 }, ReturnType = typeof(void))]
3682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[]
3683 {
3684 typeof(global::System.Type),
3685 typeof(string)
3686 }, ReturnType = typeof(void))]
3687 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = "<.ctor>g__TryConvertFromInvariantString|2_0", MemberParameters = new object[]
3688 {
3689 typeof(global::System.Type),
3690 typeof(string),
3691 typeof(ref object)
3692 }, ReturnType = typeof(bool))]
3693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter", Member = "ConvertTo", MemberParameters = new object[]
3694 {
3695 "System.ComponentModel.ITypeDescriptorContext",
3696 typeof(global::System.Globalization.CultureInfo),
3697 typeof(object),
3698 typeof(global::System.Type)
3699 }, ReturnType = typeof(object))]
3700 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BaseNumberConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3701 {
3702 "System.ComponentModel.ITypeDescriptorContext",
3703 typeof(global::System.Type)
3704 }, ReturnType = typeof(bool))]
3705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BaseNumberConverter", Member = "ConvertFrom", MemberParameters = new object[]
3706 {
3707 "System.ComponentModel.ITypeDescriptorContext",
3708 typeof(global::System.Globalization.CultureInfo),
3709 typeof(object)
3710 }, ReturnType = typeof(object))]
3711 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BaseNumberConverter", Member = "ConvertTo", MemberParameters = new object[]
3712 {
3713 "System.ComponentModel.ITypeDescriptorContext",
3714 typeof(global::System.Globalization.CultureInfo),
3715 typeof(object),
3716 typeof(global::System.Type)
3717 }, ReturnType = typeof(object))]
3718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindingList`1", Member = "Initialize", ReturnType = typeof(void))]
3719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindingList`1", Member = "get_ItemTypeHasDefaultConstructor", ReturnType = typeof(bool))]
3720 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindingList`1", Member = "AddNewCore", ReturnType = typeof(object))]
3721 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindingList`1", Member = "Child_PropertyChanged", MemberParameters = new object[]
3722 {
3723 typeof(object),
3724 "System.ComponentModel.PropertyChangedEventArgs"
3725 }, ReturnType = typeof(void))]
3726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BooleanConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3727 {
3728 "System.ComponentModel.ITypeDescriptorContext",
3729 typeof(global::System.Type)
3730 }, ReturnType = typeof(bool))]
3731 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ByteConverter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3732 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CharConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3733 {
3734 "System.ComponentModel.ITypeDescriptorContext",
3735 typeof(global::System.Type)
3736 }, ReturnType = typeof(bool))]
3737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CharConverter", Member = "ConvertTo", MemberParameters = new object[]
3738 {
3739 "System.ComponentModel.ITypeDescriptorContext",
3740 typeof(global::System.Globalization.CultureInfo),
3741 typeof(object),
3742 typeof(global::System.Type)
3743 }, ReturnType = typeof(object))]
3744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComponentResourceManager", Member = "ApplyResources", MemberParameters = new object[]
3745 {
3746 typeof(object),
3747 typeof(string),
3748 typeof(global::System.Globalization.CultureInfo)
3749 }, ReturnType = typeof(void))]
3750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3751 {
3752 "System.ComponentModel.ITypeDescriptorContext",
3753 typeof(global::System.Type)
3754 }, ReturnType = typeof(bool))]
3755 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "CanConvertTo", MemberParameters = new object[]
3756 {
3757 "System.ComponentModel.ITypeDescriptorContext",
3758 typeof(global::System.Type)
3759 }, ReturnType = typeof(bool))]
3760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "ConvertTo", MemberParameters = new object[]
3761 {
3762 "System.ComponentModel.ITypeDescriptorContext",
3763 typeof(global::System.Globalization.CultureInfo),
3764 typeof(object),
3765 typeof(global::System.Type)
3766 }, ReturnType = typeof(object))]
3767 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3768 {
3769 "System.ComponentModel.ITypeDescriptorContext",
3770 typeof(global::System.Type)
3771 }, ReturnType = typeof(bool))]
3772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "CanConvertTo", MemberParameters = new object[]
3773 {
3774 "System.ComponentModel.ITypeDescriptorContext",
3775 typeof(global::System.Type)
3776 }, ReturnType = typeof(bool))]
3777 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertFrom", MemberParameters = new object[]
3778 {
3779 "System.ComponentModel.ITypeDescriptorContext",
3780 typeof(global::System.Globalization.CultureInfo),
3781 typeof(object)
3782 }, ReturnType = typeof(object))]
3783 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertTo", MemberParameters = new object[]
3784 {
3785 "System.ComponentModel.ITypeDescriptorContext",
3786 typeof(global::System.Globalization.CultureInfo),
3787 typeof(object),
3788 typeof(global::System.Type)
3789 }, ReturnType = typeof(object))]
3790 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DecimalConverter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3791 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DecimalConverter", Member = "CanConvertTo", MemberParameters = new object[]
3792 {
3793 "System.ComponentModel.ITypeDescriptorContext",
3794 typeof(global::System.Type)
3795 }, ReturnType = typeof(bool))]
3796 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DecimalConverter", Member = "ConvertTo", MemberParameters = new object[]
3797 {
3798 "System.ComponentModel.ITypeDescriptorContext",
3799 typeof(global::System.Globalization.CultureInfo),
3800 typeof(object),
3801 typeof(global::System.Type)
3802 }, ReturnType = typeof(object))]
3803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InheritanceAttribute", Member = "ToString", ReturnType = typeof(string))]
3804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignTimeVisibleAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
3805 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DoubleConverter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3806 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ExtendedPropertyDescriptor", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.PropertyDescriptor", "System.Attribute[]" }, ReturnType = typeof(void))]
3807 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ExtendedPropertyDescriptor", Member = "get_IsReadOnly", ReturnType = typeof(bool))]
3808 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ExtendedPropertyDescriptor", Member = "get_DisplayName", ReturnType = typeof(string))]
3809 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.GuidConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3810 {
3811 "System.ComponentModel.ITypeDescriptorContext",
3812 typeof(global::System.Type)
3813 }, ReturnType = typeof(bool))]
3814 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.GuidConverter", Member = "CanConvertTo", MemberParameters = new object[]
3815 {
3816 "System.ComponentModel.ITypeDescriptorContext",
3817 typeof(global::System.Type)
3818 }, ReturnType = typeof(bool))]
3819 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.GuidConverter", Member = "ConvertTo", MemberParameters = new object[]
3820 {
3821 "System.ComponentModel.ITypeDescriptorContext",
3822 typeof(global::System.Globalization.CultureInfo),
3823 typeof(object),
3824 typeof(global::System.Type)
3825 }, ReturnType = typeof(object))]
3826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Int16Converter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3827 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Int32Converter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3828 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Int64Converter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3829 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicFileLicenseProvider", Member = "GetLicense", MemberParameters = new object[]
3830 {
3831 "System.ComponentModel.LicenseContext",
3832 typeof(global::System.Type),
3833 typeof(object),
3834 typeof(bool)
3835 }, ReturnType = "System.ComponentModel.License")]
3836 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseManager", Member = "ValidateInternalRecursive", MemberParameters = new object[]
3837 {
3838 "System.ComponentModel.LicenseContext",
3839 typeof(global::System.Type),
3840 typeof(object),
3841 typeof(bool),
3842 "System.ComponentModel.License&",
3843 typeof(ref string)
3844 }, ReturnType = typeof(bool))]
3845 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = ".cctor", ReturnType = typeof(void))]
3846 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MultilineStringConverter", Member = "ConvertTo", MemberParameters = new object[]
3847 {
3848 "System.ComponentModel.ITypeDescriptorContext",
3849 typeof(global::System.Globalization.CultureInfo),
3850 typeof(object),
3851 typeof(global::System.Type)
3852 }, ReturnType = typeof(object))]
3853 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NestedContainer.Site", Member = "GetService", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3854 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NestedContainer", Member = "GetService", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3855 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NullableConverter", Member = "ConvertTo", MemberParameters = new object[]
3856 {
3857 "System.ComponentModel.ITypeDescriptorContext",
3858 typeof(global::System.Globalization.CultureInfo),
3859 typeof(object),
3860 typeof(global::System.Type)
3861 }, ReturnType = typeof(object))]
3862 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "get_Converter", ReturnType = "System.ComponentModel.TypeConverter")]
3863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "get_IsLocalizable", ReturnType = typeof(bool))]
3864 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "get_SerializationVisibility", ReturnType = "System.ComponentModel.DesignerSerializationVisibility")]
3865 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "CreateInstance", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3866 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReferenceConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3867 {
3868 "System.ComponentModel.ITypeDescriptorContext",
3869 typeof(global::System.Type)
3870 }, ReturnType = typeof(bool))]
3871 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReferenceConverter", Member = "ConvertFrom", MemberParameters = new object[]
3872 {
3873 "System.ComponentModel.ITypeDescriptorContext",
3874 typeof(global::System.Globalization.CultureInfo),
3875 typeof(object)
3876 }, ReturnType = typeof(object))]
3877 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReferenceConverter", Member = "ConvertTo", MemberParameters = new object[]
3878 {
3879 "System.ComponentModel.ITypeDescriptorContext",
3880 typeof(global::System.Globalization.CultureInfo),
3881 typeof(object),
3882 typeof(global::System.Type)
3883 }, ReturnType = typeof(object))]
3884 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReferenceConverter", Member = "GetStandardValues", MemberParameters = new object[] { "System.ComponentModel.ITypeDescriptorContext" }, ReturnType = "System.ComponentModel.TypeConverter.StandardValuesCollection")]
3885 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = ".ctor", MemberParameters = new object[]
3886 {
3887 typeof(global::System.Type),
3888 typeof(string),
3889 typeof(global::System.Type),
3890 "System.Attribute[]"
3891 }, ReturnType = typeof(void))]
3892 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "get_IsMulticast", ReturnType = typeof(bool))]
3893 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "AddEventHandler", MemberParameters = new object[]
3894 {
3895 typeof(object),
3896 typeof(global::System.Delegate)
3897 }, ReturnType = typeof(void))]
3898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "FillEventInfoAttribute", MemberParameters = new object[]
3899 {
3900 typeof(global::System.Reflection.EventInfo),
3901 typeof(global::System.Collections.IList)
3902 }, ReturnType = typeof(void))]
3903 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "FillMethods", ReturnType = typeof(void))]
3904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "FillSingleMethodAttribute", MemberParameters = new object[]
3905 {
3906 typeof(global::System.Reflection.MethodInfo),
3907 typeof(global::System.Collections.IList)
3908 }, ReturnType = typeof(void))]
3909 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "RemoveEventHandler", MemberParameters = new object[]
3910 {
3911 typeof(object),
3912 typeof(global::System.Delegate)
3913 }, ReturnType = typeof(void))]
3914 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.SByteConverter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3915 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.SingleConverter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3916 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.StringConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3917 {
3918 "System.ComponentModel.ITypeDescriptorContext",
3919 typeof(global::System.Type)
3920 }, ReturnType = typeof(bool))]
3921 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3922 {
3923 "System.ComponentModel.ITypeDescriptorContext",
3924 typeof(global::System.Type)
3925 }, ReturnType = typeof(bool))]
3926 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "CanConvertTo", MemberParameters = new object[]
3927 {
3928 "System.ComponentModel.ITypeDescriptorContext",
3929 typeof(global::System.Type)
3930 }, ReturnType = typeof(bool))]
3931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "ConvertTo", MemberParameters = new object[]
3932 {
3933 "System.ComponentModel.ITypeDescriptorContext",
3934 typeof(global::System.Globalization.CultureInfo),
3935 typeof(object),
3936 typeof(global::System.Type)
3937 }, ReturnType = typeof(object))]
3938 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ToolboxItemFilterAttribute", Member = "ToString", ReturnType = typeof(string))]
3939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "GetRuntimeType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
3940 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeListConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3941 {
3942 "System.ComponentModel.ITypeDescriptorContext",
3943 typeof(global::System.Type)
3944 }, ReturnType = typeof(bool))]
3945 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeListConverter", Member = "CanConvertTo", MemberParameters = new object[]
3946 {
3947 "System.ComponentModel.ITypeDescriptorContext",
3948 typeof(global::System.Type)
3949 }, ReturnType = typeof(bool))]
3950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeListConverter", Member = "ConvertTo", MemberParameters = new object[]
3951 {
3952 "System.ComponentModel.ITypeDescriptorContext",
3953 typeof(global::System.Globalization.CultureInfo),
3954 typeof(object),
3955 typeof(global::System.Type)
3956 }, ReturnType = typeof(object))]
3957 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.UInt16Converter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3958 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.UInt32Converter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3959 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.UInt64Converter", Member = "get_TargetType", ReturnType = typeof(global::System.Type))]
3960 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.WarningException", Member = ".ctor", MemberParameters = new object[]
3961 {
3962 typeof(global::System.Runtime.Serialization.SerializationInfo),
3963 typeof(global::System.Runtime.Serialization.StreamingContext)
3964 }, ReturnType = typeof(void))]
3965 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CollectionConverter", Member = "ConvertTo", MemberParameters = new object[]
3966 {
3967 "System.ComponentModel.ITypeDescriptorContext",
3968 typeof(global::System.Globalization.CultureInfo),
3969 typeof(object),
3970 typeof(global::System.Type)
3971 }, ReturnType = typeof(object))]
3972 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container.Site", Member = "GetService", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3973 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container", Member = "GetService", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
3974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container", Member = "get_Components", ReturnType = "System.ComponentModel.ComponentCollection")]
3975 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container", Member = "ValidateName", MemberParameters = new object[]
3976 {
3977 "System.ComponentModel.IComponent",
3978 typeof(string)
3979 }, ReturnType = typeof(void))]
3980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "CanConvertFrom", MemberParameters = new object[]
3981 {
3982 "System.ComponentModel.ITypeDescriptorContext",
3983 typeof(global::System.Type)
3984 }, ReturnType = typeof(bool))]
3985 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "CanConvertTo", MemberParameters = new object[]
3986 {
3987 "System.ComponentModel.ITypeDescriptorContext",
3988 typeof(global::System.Type)
3989 }, ReturnType = typeof(bool))]
3990 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertFrom", MemberParameters = new object[]
3991 {
3992 "System.ComponentModel.ITypeDescriptorContext",
3993 typeof(global::System.Globalization.CultureInfo),
3994 typeof(object)
3995 }, ReturnType = typeof(object))]
3996 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
3997 {
3998 "System.ComponentModel.ITypeDescriptorContext",
3999 typeof(global::System.Globalization.CultureInfo),
4000 typeof(object),
4001 typeof(global::System.Type)
4002 }, ReturnType = typeof(object))]
4003 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4004 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4005 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "CanConvertFrom", MemberParameters = new object[]
4006 {
4007 "System.ComponentModel.ITypeDescriptorContext",
4008 typeof(global::System.Type)
4009 }, ReturnType = typeof(bool))]
4010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "CanConvertTo", MemberParameters = new object[]
4011 {
4012 "System.ComponentModel.ITypeDescriptorContext",
4013 typeof(global::System.Type)
4014 }, ReturnType = typeof(bool))]
4015 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertTo", MemberParameters = new object[]
4016 {
4017 "System.ComponentModel.ITypeDescriptorContext",
4018 typeof(global::System.Globalization.CultureInfo),
4019 typeof(object),
4020 typeof(global::System.Type)
4021 }, ReturnType = typeof(object))]
4022 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "GetStandardValues", MemberParameters = new object[] { "System.ComponentModel.ITypeDescriptorContext" }, ReturnType = "System.ComponentModel.TypeConverter.StandardValuesCollection")]
4023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "GetStandardValuesExclusive", MemberParameters = new object[] { "System.ComponentModel.ITypeDescriptorContext" }, ReturnType = typeof(bool))]
4024 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseException", Member = ".ctor", MemberParameters = new object[]
4025 {
4026 typeof(global::System.Runtime.Serialization.SerializationInfo),
4027 typeof(global::System.Runtime.Serialization.StreamingContext)
4028 }, ReturnType = typeof(void))]
4029 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "get_Category", ReturnType = typeof(string))]
4030 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "get_Description", ReturnType = typeof(string))]
4031 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "get_IsBrowsable", ReturnType = typeof(bool))]
4032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "get_DesignTimeOnly", ReturnType = typeof(bool))]
4033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "get_DisplayName", ReturnType = typeof(string))]
4034 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_AmbientValue", ReturnType = typeof(object))]
4035 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_IPropChangedEventValue", ReturnType = "System.ComponentModel.EventDescriptor")]
4036 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_DefaultValue", ReturnType = typeof(object))]
4037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_IsReadOnly", ReturnType = typeof(bool))]
4038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_ResetMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
4039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_SetMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
4040 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_ShouldSerializeMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
4041 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "ExtenderResetValue", MemberParameters = new object[]
4042 {
4043 "System.ComponentModel.IExtenderProvider",
4044 typeof(object),
4045 "System.ComponentModel.PropertyDescriptor"
4046 }, ReturnType = typeof(void))]
4047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "ExtenderSetValue", MemberParameters = new object[]
4048 {
4049 "System.ComponentModel.IExtenderProvider",
4050 typeof(object),
4051 typeof(object),
4052 "System.ComponentModel.PropertyDescriptor"
4053 }, ReturnType = typeof(void))]
4054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "FillAttributes", MemberParameters = new object[] { typeof(global::System.Collections.IList) }, ReturnType = typeof(void))]
4055 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "ResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4056 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "SetValue", MemberParameters = new object[]
4057 {
4058 typeof(object),
4059 typeof(object)
4060 }, ReturnType = typeof(void))]
4061 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetAttributes", ReturnType = "System.ComponentModel.AttributeCollection")]
4062 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetConverter", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.TypeConverter")]
4063 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetDefaultEvent", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.EventDescriptor")]
4064 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetDefaultProperty", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.PropertyDescriptor")]
4065 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetEvents", ReturnType = "System.ComponentModel.EventDescriptorCollection")]
4066 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetProperties", ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
4067 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "get_IntrinsicTypeConverters", ReturnType = typeof(global::System.Collections.Hashtable))]
4068 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "CreateInstance", MemberParameters = new object[]
4069 {
4070 typeof(global::System.IServiceProvider),
4071 typeof(global::System.Type),
4072 "System.Type[]",
4073 "System.Object[]"
4074 }, ReturnType = typeof(object))]
4075 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "GetCache", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Collections.IDictionary))]
4076 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "GetExtendedProperties", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
4077 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "GetExtenderProviders", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.IExtenderProvider[]")]
4078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "GetPopulatedTypes", MemberParameters = new object[] { typeof(global::System.Reflection.Module) }, ReturnType = "System.Type[]")]
4079 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetAttributes", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.Attribute[]")]
4080 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetAttributes", MemberParameters = new object[] { typeof(global::System.Reflection.MemberInfo) }, ReturnType = "System.Attribute[]")]
4081 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetEvents", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.EventDescriptor[]")]
4082 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "SearchIntrinsicTable", MemberParameters = new object[]
4083 {
4084 typeof(global::System.Collections.Hashtable),
4085 typeof(global::System.Type)
4086 }, ReturnType = typeof(object))]
4087 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = ".cctor", ReturnType = typeof(void))]
4088 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter.SimplePropertyDescriptor", Member = "CanResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
4089 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter.SimplePropertyDescriptor", Member = "ResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4090 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "CanConvertFrom", MemberParameters = new object[]
4091 {
4092 "System.ComponentModel.ITypeDescriptorContext",
4093 typeof(global::System.Type)
4094 }, ReturnType = typeof(bool))]
4095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "CanConvertTo", MemberParameters = new object[]
4096 {
4097 "System.ComponentModel.ITypeDescriptorContext",
4098 typeof(global::System.Type)
4099 }, ReturnType = typeof(bool))]
4100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "ConvertTo", MemberParameters = new object[]
4101 {
4102 "System.ComponentModel.ITypeDescriptorContext",
4103 typeof(global::System.Globalization.CultureInfo),
4104 typeof(object),
4105 typeof(global::System.Type)
4106 }, ReturnType = typeof(object))]
4107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "ConvertToString", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
4108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "ConvertToString", MemberParameters = new object[]
4109 {
4110 "System.ComponentModel.ITypeDescriptorContext",
4111 typeof(object)
4112 }, ReturnType = typeof(string))]
4113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "ConvertToString", MemberParameters = new object[]
4114 {
4115 "System.ComponentModel.ITypeDescriptorContext",
4116 typeof(global::System.Globalization.CultureInfo),
4117 typeof(object)
4118 }, ReturnType = typeof(string))]
4119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "get_ComObjectType", ReturnType = typeof(global::System.Type))]
4120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "get_InterfaceType", ReturnType = typeof(global::System.Type))]
4121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CheckDefaultProvider", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateDesigner", MemberParameters = new object[]
4123 {
4124 "System.ComponentModel.IComponent",
4125 typeof(global::System.Type)
4126 }, ReturnType = "System.ComponentModel.Design.IDesigner")]
4127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateInstance", MemberParameters = new object[]
4128 {
4129 typeof(global::System.IServiceProvider),
4130 typeof(global::System.Type),
4131 "System.Type[]",
4132 "System.Object[]"
4133 }, ReturnType = typeof(object))]
4134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateProperty", MemberParameters = new object[]
4135 {
4136 typeof(global::System.Type),
4137 "System.ComponentModel.PropertyDescriptor",
4138 "System.Attribute[]"
4139 }, ReturnType = "System.ComponentModel.PropertyDescriptor")]
4140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetAssociation", MemberParameters = new object[]
4141 {
4142 typeof(global::System.Type),
4143 typeof(object)
4144 }, ReturnType = typeof(object))]
4145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetEvents", MemberParameters = new object[]
4146 {
4147 typeof(global::System.Type),
4148 "System.Attribute[]"
4149 }, ReturnType = "System.ComponentModel.EventDescriptorCollection")]
4150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetExtenderCollisionSuffix", MemberParameters = new object[] { "System.ComponentModel.MemberDescriptor" }, ReturnType = typeof(string))]
4151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetProperties", MemberParameters = new object[]
4152 {
4153 typeof(global::System.Type),
4154 "System.Attribute[]"
4155 }, ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
4156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "NodeFor", MemberParameters = new object[]
4157 {
4158 typeof(global::System.Type),
4159 typeof(bool)
4160 }, ReturnType = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode")]
4161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "PipelineFilter", MemberParameters = new object[]
4162 {
4163 typeof(int),
4164 typeof(global::System.Collections.ICollection),
4165 typeof(object),
4166 typeof(global::System.Collections.IDictionary)
4167 }, ReturnType = typeof(global::System.Collections.ICollection))]
4168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[]
4169 {
4170 typeof(object),
4171 typeof(bool)
4172 }, ReturnType = typeof(void))]
4173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[] { typeof(global::System.Reflection.Module) }, ReturnType = typeof(void))]
4175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary", Member = "GetObjectData", MemberParameters = new object[]
4176 {
4177 typeof(global::System.Runtime.Serialization.SerializationInfo),
4178 typeof(global::System.Runtime.Serialization.StreamingContext)
4179 }, ReturnType = typeof(void))]
4180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary", Member = "OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase", Member = "GetObjectData", MemberParameters = new object[]
4182 {
4183 typeof(global::System.Runtime.Serialization.SerializationInfo),
4184 typeof(global::System.Runtime.Serialization.StreamingContext)
4185 }, ReturnType = typeof(void))]
4186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase", Member = "OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "GetObjectData", MemberParameters = new object[]
4188 {
4189 typeof(global::System.Runtime.Serialization.SerializationInfo),
4190 typeof(global::System.Runtime.Serialization.StreamingContext)
4191 }, ReturnType = typeof(void))]
4192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.IDictionary.Add", MemberParameters = new object[]
4194 {
4195 typeof(object),
4196 typeof(object)
4197 }, ReturnType = typeof(void))]
4198 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.IDictionary.set_Item", MemberParameters = new object[]
4199 {
4200 typeof(object),
4201 typeof(object)
4202 }, ReturnType = typeof(void))]
4203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "Read", MemberParameters = new object[] { "System.Span`1<Byte>" }, ReturnType = typeof(int))]
4204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "Write", MemberParameters = new object[] { "System.ReadOnlySpan`1<Byte>" }, ReturnType = typeof(void))]
4205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "ReadAsync", MemberParameters = new object[]
4206 {
4207 "System.Memory`1<Byte>",
4208 typeof(global::System.Threading.CancellationToken)
4209 }, ReturnType = "System.Threading.Tasks.ValueTask`1<Int32>")]
4210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "WriteAsync", MemberParameters = new object[]
4211 {
4212 "System.ReadOnlyMemory`1<Byte>",
4213 typeof(global::System.Threading.CancellationToken)
4214 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
4215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputDevice", Member = "GetInputControlTypeByName", MemberParameters = new object[] { typeof(string) }, ReturnType = "InControl.InputControlType")]
4216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputDeviceProfile", Member = "Define", ReturnType = typeof(void))]
4217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "GetDeviceManager", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
4218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "HasDeviceManager", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(bool))]
4219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "HideDevicesWithProfile", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.NativeInputDeviceManager", Member = "Enable", ReturnType = typeof(bool))]
4221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.SingletonMonoBehavior`1", Member = "get_Instance", ReturnType = "TComponent")]
4222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.SecureStringHasher", Member = "GetHashCodeDelegate", ReturnType = "System.Xml.SecureStringHasher.HashCodeOfStringDelegate")]
4223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "FinishInitUriString", ReturnType = typeof(void))]
4224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "OpenUrlDelegate", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "OpenAndPush", MemberParameters = new object[] { "System.Uri" }, ReturnType = typeof(bool))]
4226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlLoader", Member = "Load", MemberParameters = new object[]
4227 {
4228 "System.Xml.XmlDocument",
4229 "System.Xml.XmlReader",
4230 typeof(bool)
4231 }, ReturnType = typeof(void))]
4232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlException", Member = ".ctor", MemberParameters = new object[]
4233 {
4234 typeof(global::System.Runtime.Serialization.SerializationInfo),
4235 typeof(global::System.Runtime.Serialization.StreamingContext)
4236 }, ReturnType = typeof(void))]
4237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlQualifiedName", Member = "GetHashCodeDelegate", ReturnType = "System.Xml.XmlQualifiedName.HashCodeOfStringDelegate")]
4238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlResolver", Member = "SupportsType", MemberParameters = new object[]
4239 {
4240 "System.Uri",
4241 typeof(global::System.Type)
4242 }, ReturnType = typeof(bool))]
4243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlUrlResolver.<GetEntityAsync>d__15", Member = "MoveNext", ReturnType = typeof(void))]
4244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlUrlResolver", Member = "GetEntity", MemberParameters = new object[]
4245 {
4246 "System.Uri",
4247 typeof(string),
4248 typeof(global::System.Type)
4249 }, ReturnType = typeof(object))]
4250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XPath.XPathNavigator", Member = "get_ValueType", ReturnType = typeof(global::System.Type))]
4251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.ParticleContentValidator", Member = "BuildTransitionTable", MemberParameters = new object[]
4252 {
4253 "System.Xml.Schema.BitSet",
4254 "System.Xml.Schema.BitSet[]",
4255 typeof(int)
4256 }, ReturnType = "System.Int32[][]")]
4257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.DatatypeImplementation", Member = "get_ValueType", ReturnType = typeof(global::System.Type))]
4258 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_List", Member = "TryParseValue", MemberParameters = new object[]
4259 {
4260 typeof(string),
4261 "System.Xml.XmlNameTable",
4262 "System.Xml.IXmlNamespaceResolver",
4263 typeof(ref object)
4264 }, ReturnType = typeof(global::System.Exception))]
4265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_union", Member = ".cctor", ReturnType = typeof(void))]
4266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_anySimpleType", Member = ".cctor", ReturnType = typeof(void))]
4267 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_boolean", Member = ".cctor", ReturnType = typeof(void))]
4268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_float", Member = ".cctor", ReturnType = typeof(void))]
4269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_double", Member = ".cctor", ReturnType = typeof(void))]
4270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_decimal", Member = ".cctor", ReturnType = typeof(void))]
4271 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_duration", Member = ".cctor", ReturnType = typeof(void))]
4272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_dateTimeBase", Member = ".cctor", ReturnType = typeof(void))]
4273 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_hexBinary", Member = ".cctor", ReturnType = typeof(void))]
4274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_base64Binary", Member = ".cctor", ReturnType = typeof(void))]
4275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_anyURI", Member = ".cctor", ReturnType = typeof(void))]
4276 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_QName", Member = ".cctor", ReturnType = typeof(void))]
4277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_NOTATION", Member = ".cctor", ReturnType = typeof(void))]
4278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_long", Member = ".cctor", ReturnType = typeof(void))]
4279 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_int", Member = ".cctor", ReturnType = typeof(void))]
4280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_short", Member = ".cctor", ReturnType = typeof(void))]
4281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_byte", Member = ".cctor", ReturnType = typeof(void))]
4282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_unsignedLong", Member = ".cctor", ReturnType = typeof(void))]
4283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_unsignedInt", Member = ".cctor", ReturnType = typeof(void))]
4284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_unsignedShort", Member = ".cctor", ReturnType = typeof(void))]
4285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_unsignedByte", Member = ".cctor", ReturnType = typeof(void))]
4286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_QNameXdr", Member = ".cctor", ReturnType = typeof(void))]
4287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_char", Member = ".cctor", ReturnType = typeof(void))]
4288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_uuid", Member = ".cctor", ReturnType = typeof(void))]
4289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.DurationFacetsChecker", Member = "CheckValueFacets", MemberParameters = new object[]
4290 {
4291 typeof(object),
4292 "System.Xml.Schema.XmlSchemaDatatype"
4293 }, ReturnType = typeof(global::System.Exception))]
4294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.QNameFacetsChecker", Member = "CheckValueFacets", MemberParameters = new object[]
4295 {
4296 typeof(object),
4297 "System.Xml.Schema.XmlSchemaDatatype"
4298 }, ReturnType = typeof(global::System.Exception))]
4299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.QNameFacetsChecker", Member = "MatchEnumeration", MemberParameters = new object[]
4300 {
4301 typeof(object),
4302 typeof(global::System.Collections.ArrayList),
4303 "System.Xml.Schema.XmlSchemaDatatype"
4304 }, ReturnType = typeof(bool))]
4305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = "ValueAs", MemberParameters = new object[]
4306 {
4307 typeof(global::System.Type),
4308 "System.Xml.IXmlNamespaceResolver"
4309 }, ReturnType = typeof(object))]
4310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlSchemaException", Member = ".ctor", MemberParameters = new object[]
4311 {
4312 typeof(global::System.Runtime.Serialization.SerializationInfo),
4313 typeof(global::System.Runtime.Serialization.StreamingContext)
4314 }, ReturnType = typeof(void))]
4315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBaseConverter", Member = ".cctor", ReturnType = typeof(void))]
4316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "ToArray", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4317 {
4318 typeof(object),
4319 "System.Xml.IXmlNamespaceResolver"
4320 }, ReturnType = "T[]")]
4321 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonReader", Member = "ReadAsBytes", ReturnType = "System.Byte[]")]
4322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConvert", Member = "DeserializeObject", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4323 {
4324 typeof(string),
4325 "Newtonsoft.Json.JsonConverter[]"
4326 }, ReturnType = "T")]
4327 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConvert", Member = "DeserializeObject", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4328 {
4329 typeof(string),
4330 "Newtonsoft.Json.JsonSerializerSettings"
4331 }, ReturnType = "T")]
4332 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConvert", Member = "DeserializeXmlNode", MemberParameters = new object[]
4333 {
4334 typeof(string),
4335 typeof(string),
4336 typeof(bool)
4337 }, ReturnType = "System.Xml.XmlDocument")]
4338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConvert", Member = "DeserializeXNode", MemberParameters = new object[]
4339 {
4340 typeof(string),
4341 typeof(string),
4342 typeof(bool)
4343 }, ReturnType = "System.Xml.Linq.XDocument")]
4344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonSerializer", Member = "Deserialize", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "Newtonsoft.Json.JsonReader" }, ReturnType = "T")]
4345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonWriter", Member = "BuildStateArray", ReturnType = "State[][]")]
4346 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonWriter", Member = "WriteValue", MemberParameters = new object[]
4347 {
4348 "Newtonsoft.Json.JsonWriter",
4349 "Newtonsoft.Json.Utilities.PrimitiveTypeCode",
4350 typeof(object)
4351 }, ReturnType = typeof(void))]
4352 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionObject", Member = "Create", MemberParameters = new object[]
4353 {
4354 typeof(global::System.Type),
4355 typeof(global::System.Reflection.MethodBase),
4356 "System.String[]"
4357 }, ReturnType = "Newtonsoft.Json.Utilities.ReflectionObject")]
4358 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "GetTypeCode", MemberParameters = new object[]
4359 {
4360 typeof(global::System.Type),
4361 typeof(ref bool)
4362 }, ReturnType = "Newtonsoft.Json.Utilities.PrimitiveTypeCode")]
4363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "IsConvertible", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "TryConvertInternal", MemberParameters = new object[]
4365 {
4366 typeof(object),
4367 typeof(global::System.Globalization.CultureInfo),
4368 typeof(global::System.Type),
4369 typeof(ref object)
4370 }, ReturnType = "Newtonsoft.Json.Utilities.ConvertUtils.ConvertResult")]
4371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "ConvertOrCast", MemberParameters = new object[]
4372 {
4373 typeof(object),
4374 typeof(global::System.Globalization.CultureInfo),
4375 typeof(global::System.Type)
4376 }, ReturnType = typeof(object))]
4377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = ".cctor", ReturnType = typeof(void))]
4378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionWrapper`1", Member = "VerifyValueType", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionWrapper`1", Member = "IsCompatibleObject", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
4380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.EnumUtils", Member = "InitializeEnumType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Utilities.BidirectionalDictionary`2<String, String>")]
4381 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "IsDictionaryType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4382 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "ResolveEnumerableCollectionConstructor", MemberParameters = new object[]
4383 {
4384 typeof(global::System.Type),
4385 typeof(global::System.Type)
4386 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
4387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "ResolveEnumerableCollectionConstructor", MemberParameters = new object[]
4388 {
4389 typeof(global::System.Type),
4390 typeof(global::System.Type),
4391 typeof(global::System.Type)
4392 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
4393 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "IsNullableType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetCollectionItemType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
4395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetDictionaryKeyValueTypes", MemberParameters = new object[]
4396 {
4397 typeof(global::System.Type),
4398 typeof(ref global::System.Type),
4399 typeof(ref global::System.Type)
4400 }, ReturnType = typeof(void))]
4401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4402 {
4403 typeof(object),
4404 typeof(bool)
4405 }, ReturnType = "T[]")]
4406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonFormatterConverter", Member = "GetTokenValue", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(object) }, ReturnType = "T")]
4407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonPrimitiveContract", Member = ".cctor", ReturnType = typeof(void))]
4408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver.<>c", Member = "<GetExtensionDataMemberForType>b__33_1", MemberParameters = new object[] { typeof(global::System.Reflection.MemberInfo) }, ReturnType = typeof(bool))]
4409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver.<>c", Member = "<GetAttributeConstructor>b__36_0", MemberParameters = new object[] { typeof(global::System.Reflection.ConstructorInfo) }, ReturnType = typeof(bool))]
4410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "GetSerializableMembers", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.Collections.Generic.List`1<MemberInfo>")]
4411 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "SetExtensionDataDelegates", MemberParameters = new object[]
4412 {
4413 "Newtonsoft.Json.Serialization.JsonObjectContract",
4414 typeof(global::System.Reflection.MemberInfo)
4415 }, ReturnType = typeof(void))]
4416 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "GetAttributeConstructor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
4417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "GetCallbackMethodsForType", MemberParameters = new object[]
4418 {
4419 typeof(global::System.Type),
4420 "System.Collections.Generic.List`1<SerializationCallback>&",
4421 "System.Collections.Generic.List`1<SerializationCallback>&",
4422 "System.Collections.Generic.List`1<SerializationCallback>&",
4423 "System.Collections.Generic.List`1<SerializationCallback>&",
4424 "System.Collections.Generic.List`1<SerializationErrorCallback>&"
4425 }, ReturnType = typeof(void))]
4426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "GetClassHierarchyForType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.Collections.Generic.List`1<Type>")]
4427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "CreateDictionaryContract", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Serialization.JsonDictionaryContract")]
4428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "CreateArrayContract", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Serialization.JsonArrayContract")]
4429 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "CreateISerializableContract", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Serialization.JsonISerializableContract")]
4430 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "CreateContract", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "Newtonsoft.Json.Serialization.JsonContract")]
4431 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "IsIConvertible", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "CanConvertToString", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "IsValidCallback", MemberParameters = new object[]
4434 {
4435 typeof(global::System.Reflection.MethodInfo),
4436 "System.Reflection.ParameterInfo[]",
4437 typeof(global::System.Type),
4438 typeof(global::System.Reflection.MethodInfo),
4439 typeof(ref global::System.Type)
4440 }, ReturnType = typeof(bool))]
4441 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "CreateShouldSerializeTest", MemberParameters = new object[] { typeof(global::System.Reflection.MemberInfo) }, ReturnType = "System.Predicate`1<Object>")]
4442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver", Member = "SetIsSpecifiedActions", MemberParameters = new object[]
4443 {
4444 "Newtonsoft.Json.Serialization.JsonProperty",
4445 typeof(global::System.Reflection.MemberInfo),
4446 typeof(bool)
4447 }, ReturnType = typeof(void))]
4448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonArrayContract", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonArrayContract", Member = "CreateWrapper", MemberParameters = new object[] { typeof(object) }, ReturnType = "Newtonsoft.Json.Utilities.IWrappedCollection")]
4450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonArrayContract", Member = "CreateTemporaryCollection", ReturnType = typeof(global::System.Collections.IList))]
4451 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonDictionaryContract", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4452 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonDictionaryContract", Member = "CreateWrapper", MemberParameters = new object[] { typeof(object) }, ReturnType = "Newtonsoft.Json.Utilities.IWrappedDictionary")]
4453 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonDictionaryContract", Member = "CreateTemporaryDictionary", ReturnType = typeof(global::System.Collections.IDictionary))]
4454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonObjectContract", Member = "set_ExtensionDataValueType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalBase", Member = "IsErrorHandled", MemberParameters = new object[]
4456 {
4457 typeof(object),
4458 "Newtonsoft.Json.Serialization.JsonContract",
4459 typeof(object),
4460 "Newtonsoft.Json.IJsonLineInfo",
4461 typeof(string),
4462 typeof(global::System.Exception)
4463 }, ReturnType = typeof(bool))]
4464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalReader", Member = "CreateJToken", MemberParameters = new object[] { "Newtonsoft.Json.JsonReader", "Newtonsoft.Json.Serialization.JsonContract" }, ReturnType = "Newtonsoft.Json.Linq.JToken")]
4465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalReader", Member = "CreateValueInternal", MemberParameters = new object[]
4466 {
4467 "Newtonsoft.Json.JsonReader",
4468 typeof(global::System.Type),
4469 "Newtonsoft.Json.Serialization.JsonContract",
4470 "Newtonsoft.Json.Serialization.JsonProperty",
4471 "Newtonsoft.Json.Serialization.JsonContainerContract",
4472 "Newtonsoft.Json.Serialization.JsonProperty",
4473 typeof(object)
4474 }, ReturnType = typeof(object))]
4475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalReader", Member = "CoerceEmptyStringToNull", MemberParameters = new object[]
4476 {
4477 typeof(global::System.Type),
4478 "Newtonsoft.Json.Serialization.JsonContract",
4479 typeof(string)
4480 }, ReturnType = typeof(bool))]
4481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalReader", Member = "HasNoDefinedType", MemberParameters = new object[] { "Newtonsoft.Json.Serialization.JsonContract" }, ReturnType = typeof(bool))]
4482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalWriter", Member = "TryConvertToString", MemberParameters = new object[]
4483 {
4484 typeof(object),
4485 typeof(global::System.Type),
4486 typeof(ref string)
4487 }, ReturnType = typeof(bool))]
4488 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalWriter", Member = "WriteStartArray", MemberParameters = new object[]
4489 {
4490 "Newtonsoft.Json.JsonWriter",
4491 typeof(object),
4492 "Newtonsoft.Json.Serialization.JsonArrayContract",
4493 "Newtonsoft.Json.Serialization.JsonProperty",
4494 "Newtonsoft.Json.Serialization.JsonContainerContract",
4495 "Newtonsoft.Json.Serialization.JsonProperty"
4496 }, ReturnType = typeof(bool))]
4497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalWriter", Member = "SerializeDictionary", MemberParameters = new object[]
4498 {
4499 "Newtonsoft.Json.JsonWriter",
4500 typeof(global::System.Collections.IDictionary),
4501 "Newtonsoft.Json.Serialization.JsonDictionaryContract",
4502 "Newtonsoft.Json.Serialization.JsonProperty",
4503 "Newtonsoft.Json.Serialization.JsonContainerContract",
4504 "Newtonsoft.Json.Serialization.JsonProperty"
4505 }, ReturnType = typeof(void))]
4506 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JPropertyDescriptor", Member = "get_ComponentType", ReturnType = typeof(global::System.Type))]
4507 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JPropertyDescriptor", Member = "get_PropertyType", ReturnType = typeof(global::System.Type))]
4508 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.Extensions", Member = "Convert", MemberTypeParameters = new object[] { "T", "U" }, MemberParameters = new object[] { "T" }, ReturnType = "U")]
4509 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JContainer", Member = "System.ComponentModel.IBindingList.AddNew", ReturnType = typeof(object))]
4510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "ToObject", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
4511 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "ToObject", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "Newtonsoft.Json.JsonSerializer" }, ReturnType = "T")]
4512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JProperty", Member = "RemoveItem", MemberParameters = new object[] { "Newtonsoft.Json.Linq.JToken" }, ReturnType = typeof(bool))]
4513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JProperty", Member = "RemoveItemAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JProperty", Member = "InsertItem", MemberParameters = new object[]
4515 {
4516 typeof(int),
4517 "Newtonsoft.Json.Linq.JToken",
4518 typeof(bool)
4519 }, ReturnType = typeof(void))]
4520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JProperty", Member = "ClearItems", ReturnType = typeof(void))]
4521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.BinaryConverter", Member = "EnsureReflectionObject", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ColorConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ColorConverter", Member = "ReadJson", MemberParameters = new object[]
4524 {
4525 "Newtonsoft.Json.JsonReader",
4526 typeof(global::System.Type),
4527 typeof(object),
4528 "Newtonsoft.Json.JsonSerializer"
4529 }, ReturnType = typeof(object))]
4530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.CustomCreationConverter`1", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.DateTimeConverterBase", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.EnumerableVectorConverter`1", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.HashSetConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.KeyValuePairConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.BsonObjectIdConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.Matrix4x4Converter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.QuaternionConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.RegexConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4539 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ResolutionConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4540 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.UriConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4541 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.VectorConverter", Member = ".cctor", ReturnType = typeof(void))]
4542 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.VersionConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
4544 {
4545 "Newtonsoft.Json.JsonReader",
4546 typeof(global::System.Type),
4547 typeof(object),
4548 "Newtonsoft.Json.JsonSerializer"
4549 }, ReturnType = typeof(object))]
4550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.JavaScriptDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
4551 {
4552 "Newtonsoft.Json.JsonReader",
4553 typeof(global::System.Type),
4554 typeof(object),
4555 "Newtonsoft.Json.JsonSerializer"
4556 }, ReturnType = typeof(object))]
4557 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.XmlNodeConverter", Member = "ReadJson", MemberParameters = new object[]
4558 {
4559 "Newtonsoft.Json.JsonReader",
4560 typeof(global::System.Type),
4561 typeof(object),
4562 "Newtonsoft.Json.JsonSerializer"
4563 }, ReturnType = typeof(object))]
4564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.XmlNodeConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AttributeHelperEngine", Member = "GetParentTypeDisallowingMultipleInclusion", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
4566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AttributeHelperEngine", Member = "GetRequiredComponents", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.Type[]")]
4567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AttributeHelperEngine", Member = "GetExecuteMode", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(int))]
4568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AttributeHelperEngine", Member = "CheckIsEditorScript", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(int))]
4569 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AttributeHelperEngine", Member = "GetCustomAttributeOfType", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "T")]
4570 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
4571 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponentInChildren", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(bool) }, ReturnType = "T")]
4572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponentInParent", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(bool) }, ReturnType = "T")]
4573 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponents", MemberTypeParameters = new object[] { "T" }, ReturnType = "T[]")]
4574 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponents", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.Collections.Generic.List`1<T>" }, ReturnType = typeof(void))]
4575 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponentsInChildren", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(bool) }, ReturnType = "T[]")]
4576 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponentsInChildren", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4577 {
4578 typeof(bool),
4579 "System.Collections.Generic.List`1<T>"
4580 }, ReturnType = typeof(void))]
4581 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponentsInParent", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4582 {
4583 typeof(bool),
4584 "System.Collections.Generic.List`1<T>"
4585 }, ReturnType = typeof(void))]
4586 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "GetComponentsInParent", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(bool) }, ReturnType = "T[]")]
4587 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "TryGetComponent", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T&" }, ReturnType = typeof(bool))]
4588 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GameObject", Member = "AddComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
4589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Object", Member = "FindObjectsOfType", MemberTypeParameters = new object[] { "T" }, ReturnType = "T[]")]
4590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ScriptableObject", Member = "CreateInstance", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
4591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Component", Member = "GetComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
4592 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Component", Member = "GetComponentInChildren", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
4593 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Component", Member = "GetComponentInParent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
4594 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Component", Member = "GetComponents", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.Collections.Generic.List`1<T>" }, ReturnType = typeof(void))]
4595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Resources", Member = "Load", MemberParameters = new object[] { typeof(string) }, ReturnType = "UnityEngine.Object")]
4596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Resources", Member = "Load", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "T")]
4597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Resources", Member = "LoadAsync", MemberParameters = new object[] { typeof(string) }, ReturnType = "UnityEngine.ResourceRequest")]
4598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Resources", Member = "LoadAll", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "T[]")]
4599 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Resources", Member = "GetBuiltinResource", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "T")]
4600 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers", Member = "GetMovedFromAttributeDataForType", MemberParameters = new object[]
4601 {
4602 typeof(global::System.Type),
4603 typeof(ref string),
4604 typeof(ref string),
4605 typeof(ref string)
4606 }, ReturnType = typeof(bool))]
4607 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers", Member = "GetObsoleteTypeRedirection", MemberParameters = new object[]
4608 {
4609 typeof(global::System.Type),
4610 typeof(ref string),
4611 typeof(ref string),
4612 typeof(ref string)
4613 }, ReturnType = typeof(bool))]
4614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Rendering.ScriptableRenderContext", Member = "GetCameras", MemberParameters = new object[] { "System.Collections.Generic.List`1<Camera>" }, ReturnType = typeof(void))]
4615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Playables.PlayableHandle", Member = "IsPlayableOfType", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(bool))]
4616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.BaseInvokableCall", Member = "ThrowOnInvalidArg", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4617 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.InvokableCall", Member = ".ctor", MemberParameters = new object[]
4618 {
4619 typeof(object),
4620 typeof(global::System.Reflection.MethodInfo)
4621 }, ReturnType = typeof(void))]
4622 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.InvokableCall`1", Member = ".ctor", MemberParameters = new object[]
4623 {
4624 typeof(object),
4625 typeof(global::System.Reflection.MethodInfo)
4626 }, ReturnType = typeof(void))]
4627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.InvokableCall`2", Member = ".ctor", MemberParameters = new object[]
4628 {
4629 typeof(object),
4630 typeof(global::System.Reflection.MethodInfo)
4631 }, ReturnType = typeof(void))]
4632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.InvokableCall`3", Member = ".ctor", MemberParameters = new object[]
4633 {
4634 typeof(object),
4635 typeof(global::System.Reflection.MethodInfo)
4636 }, ReturnType = typeof(void))]
4637 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.InvokableCall`4", Member = ".ctor", MemberParameters = new object[]
4638 {
4639 typeof(object),
4640 typeof(global::System.Reflection.MethodInfo)
4641 }, ReturnType = typeof(void))]
4642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.PersistentCall", Member = "GetObjectCall", MemberParameters = new object[]
4643 {
4644 "UnityEngine.Object",
4645 typeof(global::System.Reflection.MethodInfo),
4646 "UnityEngine.Events.ArgumentCache"
4647 }, ReturnType = "UnityEngine.Events.BaseInvokableCall")]
4648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEventBase", Member = "FindMethod", MemberParameters = new object[] { "UnityEngine.Events.PersistentCall" }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
4649 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEventBase", Member = "FindMethod", MemberParameters = new object[]
4650 {
4651 typeof(string),
4652 typeof(global::System.Type),
4653 "UnityEngine.Events.PersistentListenerMode",
4654 typeof(global::System.Type)
4655 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
4656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEventBase", Member = "GetValidMethodInfo", MemberParameters = new object[]
4657 {
4658 typeof(global::System.Type),
4659 typeof(string),
4660 "System.Type[]"
4661 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
4662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEvent`2", Member = "FindMethod_Impl", MemberParameters = new object[]
4663 {
4664 typeof(string),
4665 typeof(global::System.Type)
4666 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
4667 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEvent`1", Member = "FindMethod_Impl", MemberParameters = new object[]
4668 {
4669 typeof(string),
4670 typeof(global::System.Type)
4671 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
4672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEvent`3", Member = "FindMethod_Impl", MemberParameters = new object[]
4673 {
4674 typeof(string),
4675 typeof(global::System.Type)
4676 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
4677 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.UnityEvent`4", Member = "FindMethod_Impl", MemberParameters = new object[]
4678 {
4679 typeof(string),
4680 typeof(global::System.Type)
4681 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
4682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreatePanel", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4683 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateButton", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4684 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateText", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4685 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateImage", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4686 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateRawImage", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4687 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateSlider", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4688 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateScrollbar", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateToggle", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4690 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateInputField", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateDropdown", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4692 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.DefaultControls", Member = "CreateScrollView", MemberParameters = new object[] { "UnityEngine.UI.DefaultControls.Resources" }, ReturnType = "UnityEngine.GameObject")]
4693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Graphic", Member = "get_materialForRendering", ReturnType = "UnityEngine.Material")]
4694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Graphic", Member = "DoMeshGeneration", ReturnType = typeof(void))]
4695 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Graphic", Member = "DoLegacyMeshGeneration", ReturnType = typeof(void))]
4696 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "UpdateGeometry", ReturnType = typeof(void))]
4697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutGroup", Member = "CalculateLayoutInputHorizontal", ReturnType = typeof(void))]
4698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutGroup", Member = "get_isRootLayoutGroup", ReturnType = typeof(bool))]
4699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutRebuilder", Member = "PerformLayoutControl", MemberParameters = new object[] { "UnityEngine.RectTransform", "UnityEngine.Events.UnityAction`1<Component>" }, ReturnType = typeof(void))]
4700 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutRebuilder", Member = "PerformLayoutCalculation", MemberParameters = new object[] { "UnityEngine.RectTransform", "UnityEngine.Events.UnityAction`1<Component>" }, ReturnType = typeof(void))]
4701 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutRebuilder", Member = "MarkLayoutForRebuild", MemberParameters = new object[] { "UnityEngine.RectTransform" }, ReturnType = typeof(void))]
4702 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutRebuilder", Member = "ValidController", MemberParameters = new object[] { "UnityEngine.RectTransform", "System.Collections.Generic.List`1<Component>" }, ReturnType = typeof(bool))]
4703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutUtility", Member = "GetLayoutProperty", MemberParameters = new object[]
4704 {
4705 "UnityEngine.RectTransform",
4706 "System.Func`2<ILayoutElement, Single>",
4707 typeof(float),
4708 "UnityEngine.UI.ILayoutElement&"
4709 }, ReturnType = typeof(float))]
4710 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.ReflectionMethodsCache", Member = ".ctor", ReturnType = typeof(void))]
4711 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.ExecuteEvents", Member = "ValidateEventData", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "UnityEngine.EventSystems.BaseEventData" }, ReturnType = "T")]
4712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.ExecuteEvents", Member = "Execute", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "UnityEngine.GameObject", "UnityEngine.EventSystems.BaseEventData", "EventFunction`1<T>" }, ReturnType = typeof(bool))]
4713 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.BaseInputModule", Member = "get_input", ReturnType = "UnityEngine.EventSystems.BaseInput")]
4714 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = ".ctor", MemberParameters = new object[]
4715 {
4716 typeof(global::System.Runtime.Serialization.SerializationInfo),
4717 typeof(global::System.Runtime.Serialization.StreamingContext)
4718 }, ReturnType = typeof(void))]
4719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = "GetObjectData", MemberParameters = new object[]
4720 {
4721 typeof(global::System.Runtime.Serialization.SerializationInfo),
4722 typeof(global::System.Runtime.Serialization.StreamingContext)
4723 }, ReturnType = typeof(void))]
4724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = "OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4725 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaProxy", Member = "Invoke", MemberParameters = new object[]
4726 {
4727 typeof(string),
4728 "System.Object[]"
4729 }, ReturnType = "UnityEngine.AndroidJavaObject")]
4730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_Call", MemberTypeParameters = new object[] { "ReturnType" }, MemberParameters = new object[]
4731 {
4732 typeof(string),
4733 "System.Object[]"
4734 }, ReturnType = "ReturnType")]
4735 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_Get", MemberTypeParameters = new object[] { "FieldType" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "FieldType")]
4736 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_Set", MemberTypeParameters = new object[] { "FieldType" }, MemberParameters = new object[]
4737 {
4738 typeof(string),
4739 "FieldType"
4740 }, ReturnType = typeof(void))]
4741 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_CallStatic", MemberTypeParameters = new object[] { "ReturnType" }, MemberParameters = new object[]
4742 {
4743 typeof(string),
4744 "System.Object[]"
4745 }, ReturnType = "ReturnType")]
4746 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_GetStatic", MemberTypeParameters = new object[] { "FieldType" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "FieldType")]
4747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_SetStatic", MemberTypeParameters = new object[] { "FieldType" }, MemberParameters = new object[]
4748 {
4749 typeof(string),
4750 "FieldType"
4751 }, ReturnType = typeof(void))]
4752 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "ConvertToJNIArray", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(global::System.IntPtr))]
4753 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "ConvertFromJNIArray", MemberTypeParameters = new object[] { "ArrayType" }, MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = "ArrayType")]
4754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "GetFieldID", MemberTypeParameters = new object[] { "ReturnType" }, MemberParameters = new object[]
4755 {
4756 typeof(global::System.IntPtr),
4757 typeof(string),
4758 typeof(bool)
4759 }, ReturnType = typeof(global::System.IntPtr))]
4760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "GetSignature", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
4761 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "GetSignature", MemberTypeParameters = new object[] { "ReturnType" }, MemberParameters = new object[] { "System.Object[]" }, ReturnType = typeof(string))]
4762 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GUILayoutUtility", Member = "CreateGUILayoutGroupInstanceOfType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "UnityEngine.GUILayoutGroup")]
4763 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GUILayout", Member = "BeginArea", MemberParameters = new object[] { "UnityEngine.Rect", "UnityEngine.GUIContent", "UnityEngine.GUIStyle" }, ReturnType = typeof(void))]
4764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GUITargetAttribute", Member = "GetGUITargetAttrValue", MemberParameters = new object[]
4765 {
4766 typeof(global::System.Type),
4767 typeof(string)
4768 }, ReturnType = typeof(int))]
4769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XObject", Member = "GetSaveOptionsFromAnnotations", ReturnType = "System.Xml.Linq.SaveOptions")]
4770 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1999)]
4771 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IntPtr), Member = "op_Equality", MemberParameters = new object[]
4772 {
4773 typeof(global::System.IntPtr),
4774 typeof(global::System.IntPtr)
4775 }, ReturnType = typeof(bool))]
4776 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
4777 public unsafe static global::System.Type GetTypeFromHandle(global::System.RuntimeTypeHandle handle)
4778 {
4779 throw null;
4780 }
4781
4782 [global::Cpp2ILInjected.Token(Token = "0x6000A8D")]
4783 [global::Cpp2ILInjected.Address(RVA = "0x1C4FDF4", Offset = "0x1C4FDF4", Length = "0x4")]
4784 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4785 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
4786 [MethodImpl(4096)]
4787 private static extern global::System.Type internal_from_handle(global::System.IntPtr handle);
4788
4789 [global::Cpp2ILInjected.Token(Token = "0x170000EC")]
4790 internal virtual bool IsSzArray
4791 {
4792 [global::Cpp2ILInjected.Token(Token = "0x6000A8E")]
4793 [global::Cpp2ILInjected.Address(RVA = "0x1C4FDF8", Offset = "0x1C4FDF8", Length = "0x8")]
4794 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4795 get
4796 {
4797 throw null;
4798 }
4799 }
4800
4801 [global::Cpp2ILInjected.Token(Token = "0x6000A8F")]
4802 [global::Cpp2ILInjected.Address(RVA = "0x1C4FE00", Offset = "0x1C4FE00", Length = "0x14")]
4803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ParameterInfo), Member = "ToString", ReturnType = typeof(string))]
4804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "ToString", ReturnType = typeof(string))]
4805 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
4806 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
4807 internal string FormatTypeName()
4808 {
4809 throw null;
4810 }
4811
4812 [global::Cpp2ILInjected.Token(Token = "0x6000A90")]
4813 [global::Cpp2ILInjected.Address(RVA = "0x1C4FE14", Offset = "0x1C4FE14", Length = "0x38")]
4814 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4815 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
4816 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
4817 internal virtual string FormatTypeName(bool serialization)
4818 {
4819 throw null;
4820 }
4821
4822 [global::Cpp2ILInjected.Token(Token = "0x170000ED")]
4823 public bool IsInterface
4824 {
4825 [global::Cpp2ILInjected.Token(Token = "0x6000A91")]
4826 [global::Cpp2ILInjected.Address(RVA = "0x1C4DF60", Offset = "0x1C4DF60", Length = "0xC4")]
4827 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4828 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsAssignableFrom", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4829 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CanAssignArrayElement", MemberParameters = new object[]
4830 {
4831 typeof(global::System.Type),
4832 typeof(global::System.Type)
4833 }, ReturnType = typeof(bool))]
4834 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetField", MemberParameters = new object[]
4835 {
4836 typeof(string),
4837 typeof(global::System.Reflection.BindingFlags)
4838 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
4839 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetBaseType", ReturnType = typeof(global::System.RuntimeType))]
4840 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "GetMethodBaseFromName", MemberParameters = new object[]
4841 {
4842 typeof(global::System.Type),
4843 typeof(string),
4844 typeof(global::System.Type[])
4845 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
4846 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.TypeInfo), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
4847 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = ".ctor", MemberParameters = new object[]
4848 {
4849 typeof(global::System.Type),
4850 typeof(global::System.IntPtr),
4851 typeof(object)
4852 }, ReturnType = typeof(void))]
4853 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = "GetProxiedType", ReturnType = typeof(global::System.Type))]
4854 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = "CanCastTo", MemberParameters = new object[]
4855 {
4856 typeof(global::System.Type),
4857 typeof(object)
4858 }, ReturnType = typeof(bool))]
4859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodCall), Member = "ResolveMethod", ReturnType = typeof(void))]
4860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "InternalGetSerializableMembers", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(global::System.Reflection.MemberInfo[]))]
4861 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetParentTypes", MemberParameters = new object[]
4862 {
4863 typeof(global::System.RuntimeType),
4864 typeof(ref global::System.RuntimeType[]),
4865 typeof(ref int)
4866 }, ReturnType = typeof(bool))]
4867 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "SearchIntrinsicTable", MemberParameters = new object[]
4868 {
4869 typeof(global::System.Collections.Hashtable),
4870 typeof(global::System.Type)
4871 }, ReturnType = typeof(object))]
4872 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetNodeForBaseType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
4873 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "TryConvertInternal", MemberParameters = new object[]
4874 {
4875 typeof(object),
4876 typeof(global::System.Globalization.CultureInfo),
4877 typeof(global::System.Type),
4878 typeof(ref object)
4879 }, ReturnType = "Newtonsoft.Json.Utilities.ConvertUtils.ConvertResult")]
4880 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "ImplementsGenericDefinition", MemberParameters = new object[]
4881 {
4882 typeof(global::System.Type),
4883 typeof(global::System.Type),
4884 typeof(ref global::System.Type)
4885 }, ReturnType = typeof(bool))]
4886 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetProperties", MemberParameters = new object[]
4887 {
4888 typeof(global::System.Type),
4889 typeof(global::System.Reflection.BindingFlags)
4890 }, ReturnType = "System.Collections.Generic.IEnumerable`1<PropertyInfo>")]
4891 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.TypeExtensions", Member = "IsInterface", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4892 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 26)]
4893 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "op_Inequality", MemberParameters = new object[]
4894 {
4895 typeof(global::System.RuntimeType),
4896 typeof(global::System.RuntimeType)
4897 }, ReturnType = typeof(bool))]
4898 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeTypeHandle), Member = "IsInterface", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(bool))]
4899 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
4900 get
4901 {
4902 throw null;
4903 }
4904 }
4905
4906 [global::Cpp2ILInjected.Token(Token = "0x6000A92")]
4907 [global::Cpp2ILInjected.Address(RVA = "0x1C4FE4C", Offset = "0x1C4FE4C", Length = "0x8C")]
4908 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4909 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "GetType", MemberParameters = new object[]
4910 {
4911 typeof(string),
4912 typeof(bool),
4913 typeof(bool),
4914 typeof(bool),
4915 typeof(ref global::System.Threading.StackCrawlMark)
4916 }, ReturnType = typeof(global::System.RuntimeType))]
4917 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
4918 [MethodImpl(8)]
4919 public static global::System.Type GetType(string typeName, bool throwOnError, bool ignoreCase)
4920 {
4921 throw null;
4922 }
4923
4924 [global::Cpp2ILInjected.Token(Token = "0x6000A93")]
4925 [global::Cpp2ILInjected.Address(RVA = "0x1C4FED8", Offset = "0x1C4FED8", Length = "0x80")]
4926 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4927 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "GetType", MemberParameters = new object[]
4928 {
4929 typeof(string),
4930 typeof(bool),
4931 typeof(bool),
4932 typeof(bool),
4933 typeof(ref global::System.Threading.StackCrawlMark)
4934 }, ReturnType = typeof(global::System.RuntimeType))]
4935 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
4936 [MethodImpl(8)]
4937 public static global::System.Type GetType(string typeName, bool throwOnError)
4938 {
4939 throw null;
4940 }
4941
4942 [global::Cpp2ILInjected.Token(Token = "0x6000A94")]
4943 [global::Cpp2ILInjected.Address(RVA = "0x1C4FF58", Offset = "0x1C4FF58", Length = "0x7C")]
4944 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4945 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "GetType", MemberParameters = new object[]
4946 {
4947 typeof(string),
4948 typeof(bool),
4949 typeof(bool),
4950 typeof(bool),
4951 typeof(ref global::System.Threading.StackCrawlMark)
4952 }, ReturnType = typeof(global::System.RuntimeType))]
4953 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
4954 [MethodImpl(8)]
4955 public static global::System.Type GetType(string typeName)
4956 {
4957 throw null;
4958 }
4959
4960 [global::Cpp2ILInjected.Token(Token = "0x6000A95")]
4961 [global::Cpp2ILInjected.Address(RVA = "0x1C4FFD4", Offset = "0x1C4FFD4", Length = "0x28")]
4962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "GetSimplyNamedTypeFromAssembly", MemberParameters = new object[]
4963 {
4964 typeof(global::System.Reflection.Assembly),
4965 typeof(string),
4966 typeof(ref global::System.Type)
4967 }, ReturnType = typeof(void))]
4968 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
4969 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeNameParser), Member = "GetType", MemberParameters = new object[]
4970 {
4971 typeof(string),
4974 typeof(bool),
4975 typeof(bool),
4976 typeof(ref global::System.Threading.StackCrawlMark)
4977 }, ReturnType = typeof(global::System.Type))]
4978 [MethodImpl(8)]
4983
4984 [global::Cpp2ILInjected.Token(Token = "0x6000A96")]
4985 [global::Cpp2ILInjected.Address(RVA = "0x1C4CD04", Offset = "0x1C4CD04", Length = "0xC")]
4986 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIVirtualInputController", Member = "GetPressedControlPosition", MemberParameters = new object[] { "VirtualControlsHardwareConfigurationMapping_Layout.ContolType", "VirtualControlsHardwareConfigurationMapping_Layout&" }, ReturnType = "Microsoft.Xna.Framework.Vector2")]
4988 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIVirtualInputController", Member = "Update", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
4989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "VirtualControllerInputState.<>c", Member = "<SetupLookups>b__3_0", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
4990 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "IsList", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
4991 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "SaveFields", MemberParameters = new object[]
4992 {
4993 typeof(global::System.IO.BinaryWriter),
4994 typeof(global::System.Type),
4995 typeof(object)
4996 }, ReturnType = typeof(void))]
4997 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
4998 {
4999 typeof(global::System.IO.BinaryReader),
5000 typeof(global::System.Type),
5001 typeof(object)
5002 }, ReturnType = typeof(void))]
5003 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "RefreshFields", MemberParameters = new object[]
5004 {
5005 typeof(global::System.Type),
5006 typeof(object),
5007 typeof(string)
5008 }, ReturnType = typeof(bool))]
5009 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.PackedVector.HalfSingle", Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
5010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Content.ContentManager", Member = "Load", MemberTypeParameters = new object[] { "T1" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "T1")]
5011 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Lang.<>c__52`2", Member = "<FillNameCacheArray>b__52_0", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
5012 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Lang.<>c", Member = "<InitializeLegacyLocalization>b__54_0", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
5013 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "CreateCustomSet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T", "System.Object[]" }, ReturnType = "T[]")]
5014 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SoundID.<>c", Member = "<FillAccessMap>b__495_0", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
5015 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.Chat.ChatManager", Member = "ConvertNormalSnippets", MemberParameters = new object[] { "Terraria.UI.Chat.TextSnippet[]" }, ReturnType = typeof(void))]
5016 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Reflection.IdDictionary.<>c__DisplayClass15_0", Member = "<Create>b__1", MemberParameters = new object[] { typeof(global::System.Reflection.FieldInfo) }, ReturnType = typeof(bool))]
5017 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Mono.DependencyInjector), Member = "ReflectionLoad", ReturnType = typeof(global::Mono.ISystemDependencyProvider))]
5018 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "DefaultToType", MemberParameters = new object[]
5019 {
5020 typeof(global::System.IConvertible),
5021 typeof(global::System.Type),
5022 typeof(global::System.IFormatProvider)
5023 }, ReturnType = typeof(object))]
5024 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ChangeType", MemberParameters = new object[]
5025 {
5026 typeof(object),
5027 typeof(global::System.Type),
5028 typeof(global::System.IFormatProvider)
5029 }, ReturnType = typeof(object))]
5030 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "ToString", ReturnType = typeof(string))]
5031 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "get_Span", ReturnType = "System.Span`1<T>")]
5032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "Pin", ReturnType = typeof(global::System.Buffers.MemoryHandle))]
5033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.ReadOnlySpan`1<T>", "T" }, ReturnType = typeof(int))]
5034 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "IndexOfAny", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.ReadOnlySpan`1<T>", "System.ReadOnlySpan`1<T>" }, ReturnType = typeof(int))]
5035 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "IsTypeComparableAsBytes", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(ref ulong) }, ReturnType = typeof(bool))]
5036 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlyMemory<>), Member = "ToString", ReturnType = typeof(string))]
5037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlyMemory<>), Member = "get_Span", ReturnType = "System.ReadOnlySpan`1<T>")]
5038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlySpan<>), Member = "ToString", ReturnType = typeof(string))]
5039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Span<>), Member = "ToString", ReturnType = typeof(string))]
5040 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "InternalParamGetCustomAttributes", MemberParameters = new object[]
5041 {
5042 typeof(global::System.Reflection.ParameterInfo),
5043 typeof(global::System.Type),
5044 typeof(bool)
5045 }, ReturnType = typeof(global::System.Attribute[]))]
5046 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
5047 {
5048 typeof(global::System.Reflection.MemberInfo),
5049 typeof(global::System.Type),
5050 typeof(bool)
5051 }, ReturnType = typeof(global::System.Attribute[]))]
5052 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "IsDefined", MemberParameters = new object[]
5053 {
5054 typeof(global::System.Reflection.MemberInfo),
5055 typeof(global::System.Type),
5056 typeof(bool)
5057 }, ReturnType = typeof(bool))]
5058 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
5059 {
5060 typeof(global::System.Reflection.ParameterInfo),
5061 typeof(global::System.Type),
5062 typeof(bool)
5063 }, ReturnType = typeof(global::System.Attribute[]))]
5064 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
5065 {
5066 typeof(global::System.Reflection.Module),
5067 typeof(global::System.Type),
5068 typeof(bool)
5069 }, ReturnType = typeof(global::System.Attribute[]))]
5070 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
5071 {
5072 typeof(global::System.Reflection.Assembly),
5073 typeof(global::System.Type),
5074 typeof(bool)
5075 }, ReturnType = typeof(global::System.Attribute[]))]
5076 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
5077 {
5078 typeof(global::System.Reflection.BindingFlags),
5079 typeof(global::System.Reflection.MethodBase[]),
5080 typeof(ref object[]),
5081 typeof(global::System.Reflection.ParameterModifier[]),
5082 typeof(global::System.Globalization.CultureInfo),
5083 typeof(string[]),
5084 typeof(ref object)
5085 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
5086 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToField", MemberParameters = new object[]
5087 {
5088 typeof(global::System.Reflection.BindingFlags),
5089 typeof(global::System.Reflection.FieldInfo[]),
5090 typeof(object),
5091 typeof(global::System.Globalization.CultureInfo)
5092 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
5093 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectProperty", MemberParameters = new object[]
5094 {
5095 typeof(global::System.Reflection.BindingFlags),
5096 typeof(global::System.Reflection.PropertyInfo[]),
5097 typeof(global::System.Type),
5098 typeof(global::System.Type[]),
5099 typeof(global::System.Reflection.ParameterModifier[])
5100 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
5101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "FindMostSpecific", MemberParameters = new object[]
5102 {
5103 typeof(global::System.Reflection.ParameterInfo[]),
5104 typeof(int[]),
5105 typeof(global::System.Type),
5106 typeof(global::System.Reflection.ParameterInfo[]),
5107 typeof(int[]),
5108 typeof(global::System.Type),
5109 typeof(global::System.Type[]),
5110 typeof(object[])
5111 }, ReturnType = typeof(int))]
5112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "FindMostSpecificType", MemberParameters = new object[]
5113 {
5114 typeof(global::System.Type),
5115 typeof(global::System.Type),
5116 typeof(global::System.Type)
5117 }, ReturnType = typeof(int))]
5118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "CanConvertPrimitive", MemberParameters = new object[]
5119 {
5120 typeof(global::System.RuntimeType),
5121 typeof(global::System.RuntimeType)
5122 }, ReturnType = typeof(bool))]
5123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "CanConvertPrimitiveObjectToType", MemberParameters = new object[]
5124 {
5125 typeof(object),
5126 typeof(global::System.RuntimeType)
5127 }, ReturnType = typeof(bool))]
5128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectMethod", MemberParameters = new object[]
5129 {
5130 typeof(global::System.Reflection.BindingFlags),
5131 typeof(global::System.Reflection.MethodBase[]),
5132 typeof(global::System.Type[]),
5133 typeof(global::System.Reflection.ParameterModifier[])
5134 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
5135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "TryParseEnum", MemberParameters = new object[]
5136 {
5137 typeof(global::System.Type),
5138 typeof(string),
5139 typeof(bool),
5140 typeof(ref global::System.Enum.EnumResult)
5141 }, ReturnType = typeof(bool))]
5142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetUnderlyingType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
5143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetValues", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
5144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetName", MemberParameters = new object[]
5145 {
5146 typeof(global::System.Type),
5147 typeof(object)
5148 }, ReturnType = typeof(string))]
5149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetNames", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(string[]))]
5150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "IsDefined", MemberParameters = new object[]
5151 {
5152 typeof(global::System.Type),
5153 typeof(object)
5154 }, ReturnType = typeof(bool))]
5155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "Format", MemberParameters = new object[]
5156 {
5157 typeof(global::System.Type),
5158 typeof(object),
5159 typeof(string)
5160 }, ReturnType = typeof(string))]
5161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "GetTypeCode", ReturnType = typeof(global::System.TypeCode))]
5162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5163 {
5164 typeof(global::System.Type),
5165 typeof(sbyte)
5166 }, ReturnType = typeof(object))]
5167 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5168 {
5169 typeof(global::System.Type),
5170 typeof(short)
5171 }, ReturnType = typeof(object))]
5172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5173 {
5174 typeof(global::System.Type),
5175 typeof(int)
5176 }, ReturnType = typeof(object))]
5177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5178 {
5179 typeof(global::System.Type),
5180 typeof(byte)
5181 }, ReturnType = typeof(object))]
5182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5183 {
5184 typeof(global::System.Type),
5185 typeof(ushort)
5186 }, ReturnType = typeof(object))]
5187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5188 {
5189 typeof(global::System.Type),
5190 typeof(uint)
5191 }, ReturnType = typeof(object))]
5192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5193 {
5194 typeof(global::System.Type),
5195 typeof(long)
5196 }, ReturnType = typeof(object))]
5197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5198 {
5199 typeof(global::System.Type),
5200 typeof(ulong)
5201 }, ReturnType = typeof(object))]
5202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5203 {
5204 typeof(global::System.Type),
5205 typeof(char)
5206 }, ReturnType = typeof(object))]
5207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToObject", MemberParameters = new object[]
5208 {
5209 typeof(global::System.Type),
5210 typeof(bool)
5211 }, ReturnType = typeof(object))]
5212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "ThrowIfTypeNeverValidGenericArgument", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(void))]
5213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "IsValueTypeImpl", ReturnType = typeof(bool))]
5214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakeGenericType", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Type))]
5215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FormatTypeName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
5216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceDefaultCtor", MemberParameters = new object[]
5217 {
5218 typeof(bool),
5219 typeof(bool),
5220 typeof(bool),
5221 typeof(bool),
5222 typeof(ref global::System.Threading.StackCrawlMark)
5223 }, ReturnType = typeof(object))]
5224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "TryConvertToType", MemberParameters = new object[]
5225 {
5226 typeof(object),
5227 typeof(ref bool)
5228 }, ReturnType = typeof(object))]
5229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "IsConvertibleToPrimitiveType", MemberParameters = new object[]
5230 {
5231 typeof(object),
5232 typeof(global::System.Type)
5233 }, ReturnType = typeof(object))]
5234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UnitySerializationHolder), Member = "GetRealObject", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(object))]
5235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "arg_type_match", MemberParameters = new object[]
5236 {
5237 typeof(global::System.Type),
5238 typeof(global::System.Type)
5239 }, ReturnType = typeof(bool))]
5240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "arg_type_match_this", MemberParameters = new object[]
5241 {
5242 typeof(global::System.Type),
5243 typeof(global::System.Type),
5244 typeof(bool)
5245 }, ReturnType = typeof(bool))]
5246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "return_type_match", MemberParameters = new object[]
5247 {
5248 typeof(global::System.Type),
5249 typeof(global::System.Type)
5250 }, ReturnType = typeof(bool))]
5251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
5252 {
5253 typeof(global::System.Type),
5254 typeof(object),
5255 typeof(global::System.Reflection.MethodInfo),
5256 typeof(bool),
5257 typeof(bool)
5258 }, ReturnType = typeof(global::System.Delegate))]
5259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "GetCandidateMethod", MemberParameters = new object[]
5260 {
5261 typeof(global::System.Type),
5262 typeof(global::System.Type),
5263 typeof(string),
5264 typeof(global::System.Reflection.BindingFlags),
5265 typeof(bool),
5266 typeof(bool)
5267 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
5268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
5269 {
5270 typeof(global::System.Type),
5271 typeof(global::System.Type),
5272 typeof(string),
5273 typeof(bool),
5274 typeof(bool)
5275 }, ReturnType = typeof(global::System.Delegate))]
5276 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
5277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
5278 {
5279 typeof(global::System.Reflection.ICustomAttributeProvider),
5280 typeof(global::System.Type),
5281 typeof(bool)
5282 }, ReturnType = typeof(object[]))]
5283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesData", MemberParameters = new object[]
5284 {
5285 typeof(global::System.Reflection.ICustomAttributeProvider),
5286 typeof(global::System.Type),
5287 typeof(bool)
5288 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
5289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "IsDefined", MemberParameters = new object[]
5290 {
5291 typeof(global::System.Reflection.ICustomAttributeProvider),
5292 typeof(global::System.Type),
5293 typeof(bool)
5294 }, ReturnType = typeof(bool))]
5295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "RetrieveAttributeUsageNoCache", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.AttributeUsageAttribute))]
5296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeSpec), Member = "Resolve", MemberParameters = new object[]
5297 {
5300 typeof(bool),
5301 typeof(bool),
5302 typeof(ref global::System.Threading.StackCrawlMark)
5303 }, ReturnType = typeof(global::System.Type))]
5304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncodingHelper), Member = "InvokeI18N", MemberParameters = new object[]
5305 {
5306 typeof(string),
5307 typeof(object[])
5308 }, ReturnType = typeof(object))]
5309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Utils), Member = "DoesRsaKeyOverrideSlowPath", MemberParameters = new object[]
5310 {
5311 typeof(global::System.Type),
5312 typeof(string),
5313 typeof(global::System.Type[])
5314 }, ReturnType = typeof(bool))]
5315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "CreateFromName", MemberParameters = new object[]
5316 {
5317 typeof(string),
5318 typeof(object[])
5319 }, ReturnType = typeof(object))]
5320 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "AddAlgorithm", MemberParameters = new object[]
5321 {
5322 typeof(global::System.Type),
5323 typeof(string[])
5324 }, ReturnType = typeof(void))]
5325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsPrincipal), Member = "SerializeIdentities", ReturnType = typeof(string))]
5326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.ActivatedClientTypeEntry), Member = ".ctor", MemberParameters = new object[]
5327 {
5328 typeof(string),
5329 typeof(string),
5330 typeof(string)
5331 }, ReturnType = typeof(void))]
5332 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.ActivatedServiceTypeEntry), Member = ".ctor", MemberParameters = new object[]
5333 {
5334 typeof(string),
5335 typeof(string)
5336 }, ReturnType = typeof(void))]
5337 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.ObjRef), Member = "get_ServerType", ReturnType = typeof(global::System.Type))]
5338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "InternalExecuteMessage", MemberParameters = new object[]
5339 {
5340 typeof(global::System.MarshalByRefObject),
5341 typeof(global::System.Runtime.Remoting.Messaging.IMethodCallMessage)
5342 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMethodReturnMessage))]
5343 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "Unmarshal", MemberParameters = new object[]
5344 {
5345 typeof(global::System.Runtime.Remoting.ObjRef),
5346 typeof(bool)
5347 }, ReturnType = typeof(object))]
5348 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "GetMethodBaseFromMethodMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMethodMessage) }, ReturnType = typeof(global::System.Reflection.MethodBase))]
5349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.ServerIdentity), Member = "CreateObjRef", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Runtime.Remoting.ObjRef))]
5350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.TypeInfo), Member = "CanCastTo", MemberParameters = new object[]
5351 {
5352 typeof(global::System.Type),
5353 typeof(object)
5354 }, ReturnType = typeof(bool))]
5355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.WellKnownClientTypeEntry), Member = ".ctor", MemberParameters = new object[]
5356 {
5357 typeof(string),
5358 typeof(string),
5359 typeof(string)
5360 }, ReturnType = typeof(void))]
5361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.WellKnownServiceTypeEntry), Member = ".ctor", MemberParameters = new object[]
5362 {
5363 typeof(string),
5364 typeof(string),
5365 typeof(string),
5366 typeof(global::System.Runtime.Remoting.WellKnownObjectMode)
5367 }, ReturnType = typeof(void))]
5368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = "CanCastTo", MemberParameters = new object[]
5369 {
5370 typeof(global::System.Type),
5371 typeof(object)
5372 }, ReturnType = typeof(bool))]
5373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "RegisterChannelConfig", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.ChannelData) }, ReturnType = typeof(void))]
5374 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "CreateProvider", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.ProviderData) }, ReturnType = typeof(object))]
5375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "IsPossibleToIgnoreMarshal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
5376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ConstructionCall), Member = "get_ActivationType", ReturnType = typeof(global::System.Type))]
5377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodCall), Member = "ResolveMethod", ReturnType = typeof(void))]
5378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.FileBasedResourceGroveler), Member = "GrovelForResourceSet", MemberParameters = new object[]
5379 {
5380 typeof(global::System.Globalization.CultureInfo),
5381 typeof(global::System.Collections.Generic.Dictionary<string, global::System.Resources.ResourceSet>),
5382 typeof(bool),
5383 typeof(bool),
5384 typeof(ref global::System.Threading.StackCrawlMark)
5385 }, ReturnType = typeof(global::System.Resources.ResourceSet))]
5386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.FileBasedResourceGroveler), Member = "CreateResourceSet", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Resources.ResourceSet))]
5387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ManifestBasedResourceGroveler), Member = "CreateResourceSet", MemberParameters = new object[]
5388 {
5389 typeof(global::System.IO.Stream),
5390 typeof(global::System.Reflection.Assembly)
5391 }, ReturnType = typeof(global::System.Resources.ResourceSet))]
5392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceManager), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
5393 [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))]
5394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "_LoadObjectV1", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
5395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfo), Member = "op_Equality", MemberParameters = new object[]
5396 {
5397 typeof(global::System.Reflection.MemberInfo),
5398 typeof(global::System.Reflection.MemberInfo)
5399 }, ReturnType = typeof(bool))]
5400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ParameterInfo), Member = "IsDefined", MemberParameters = new object[]
5401 {
5402 typeof(global::System.Type),
5403 typeof(bool)
5404 }, ReturnType = typeof(bool))]
5405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ParameterInfo), Member = "GetCustomAttributes", MemberParameters = new object[]
5406 {
5407 typeof(global::System.Type),
5408 typeof(bool)
5409 }, ReturnType = typeof(object[]))]
5410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Pointer), Member = "Box", MemberParameters = new object[]
5411 {
5412 typeof(void*),
5413 typeof(global::System.Type)
5414 }, ReturnType = typeof(object))]
5415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureConstructedGenericType), Member = ".ctor", MemberParameters = new object[]
5416 {
5417 typeof(global::System.Type),
5418 typeof(global::System.Type[])
5419 }, ReturnType = typeof(void))]
5420 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureTypeExtensions), Member = "MatchesExactly", MemberParameters = new object[]
5421 {
5422 typeof(global::System.Reflection.SignatureType),
5423 typeof(global::System.Type)
5424 }, ReturnType = typeof(bool))]
5425 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureTypeExtensions), Member = "TryResolve", MemberParameters = new object[]
5426 {
5427 typeof(global::System.Reflection.SignatureType),
5428 typeof(global::System.Type[])
5429 }, ReturnType = typeof(global::System.Type))]
5430 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeNamedArgument), Member = "ToString", ReturnType = typeof(string))]
5431 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = ".ctor", MemberParameters = new object[]
5432 {
5433 typeof(global::System.Type),
5434 typeof(object)
5435 }, ReturnType = typeof(void))]
5436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
5437 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfoSerializationHolder), Member = "GetRealObject", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(object))]
5438 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetManifestResourceStream", MemberParameters = new object[]
5439 {
5440 typeof(global::System.Type),
5441 typeof(string),
5442 typeof(bool),
5443 typeof(ref global::System.Threading.StackCrawlMark)
5444 }, ReturnType = typeof(global::System.IO.Stream))]
5445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeFieldInfo), Member = "get_FieldType", ReturnType = typeof(global::System.Type))]
5446 [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))]
5447 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeParameterInfo), Member = "get_DefaultValue", ReturnType = typeof(object))]
5448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "InitializeCount", ReturnType = typeof(int))]
5449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = ".ctor", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
5450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = ".ctor", MemberParameters = new object[]
5451 {
5452 typeof(void*),
5453 typeof(int)
5454 }, ReturnType = typeof(void))]
5455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
5456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "Equals", MemberParameters = new object[] { "System.Numerics.Vector`1<T>" }, ReturnType = typeof(bool))]
5457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "GetHashCode", ReturnType = typeof(int))]
5458 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "Equals", MemberParameters = new object[] { "System.Numerics.Vector`1<T>", "System.Numerics.Vector`1<T>" }, ReturnType = "System.Numerics.Vector`1<T>")]
5459 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "ScalarEquals", MemberParameters = new object[] { "T", "T" }, ReturnType = typeof(bool))]
5460 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "GetOneValue", ReturnType = "T")]
5461 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Numerics.Vector<>), Member = "GetAllBitsSetValue", ReturnType = "T")]
5462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Read", MemberParameters = new object[] { typeof(global::System.Span<byte>) }, ReturnType = typeof(int))]
5463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Write", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
5464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryReader), Member = ".ctor", MemberParameters = new object[]
5465 {
5466 typeof(global::System.IO.Stream),
5467 typeof(global::System.Text.Encoding),
5468 typeof(bool)
5469 }, ReturnType = typeof(void))]
5470 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetFormat", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "IsJapaneseCalendar", MemberParameters = new object[] { typeof(global::System.Globalization.Calendar) }, ReturnType = typeof(bool))]
5472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "GetFormat", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "GetFormat", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "CreateCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Globalization.Calendar))]
5475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggerTypeProxyAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
5476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.StackTrace), Member = "ConvertAsyncStateMachineMethod", MemberParameters = new object[]
5477 {
5478 typeof(ref global::System.Reflection.MethodBase),
5479 typeof(ref global::System.Type)
5480 }, ReturnType = typeof(void))]
5481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "ToArray", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
5482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.ArrayListEnumeratorSimple", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.ArrayList) }, ReturnType = typeof(void))]
5483 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "ToArray", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
5484 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IDictionary`2<TKey, TValue>", "System.Collections.Generic.IEqualityComparer`1<TKey>" }, ReturnType = typeof(void))]
5485 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Comparer<>), Member = "CreateComparer", ReturnType = "System.Collections.Generic.Comparer`1<T>")]
5486 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.EqualityComparer<>), Member = "CreateComparer", ReturnType = "System.Collections.Generic.EqualityComparer`1<T>")]
5487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MonoTlsProviderFactory", Member = "LookupProvider", MemberParameters = new object[]
5488 {
5489 typeof(string),
5490 typeof(bool)
5491 }, ReturnType = "Mono.Net.Security.MobileTlsProvider")]
5492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "SecureCreateInstance", MemberParameters = new object[]
5493 {
5494 typeof(global::System.Type),
5495 "System.Object[]",
5496 typeof(bool)
5497 }, ReturnType = typeof(object))]
5498 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "SecureConstructorInvoke", MemberParameters = new object[]
5499 {
5500 typeof(global::System.Type),
5501 "System.Type[]",
5502 "System.Object[]",
5503 typeof(bool),
5504 typeof(global::System.Reflection.BindingFlags)
5505 }, ReturnType = typeof(object))]
5506 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.SecurityUtils", Member = "MethodInfoInvoke", MemberParameters = new object[]
5507 {
5508 typeof(global::System.Reflection.MethodInfo),
5509 typeof(object),
5510 "System.Object[]"
5511 }, ReturnType = typeof(object))]
5512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriTypeConverter", Member = "CanConvert", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
5513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriTypeConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5514 {
5515 "System.ComponentModel.ITypeDescriptorContext",
5516 typeof(global::System.Type)
5517 }, ReturnType = typeof(bool))]
5518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriTypeConverter", Member = "CanConvertTo", MemberParameters = new object[]
5519 {
5520 "System.ComponentModel.ITypeDescriptorContext",
5521 typeof(global::System.Type)
5522 }, ReturnType = typeof(bool))]
5523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriTypeConverter", Member = "ConvertTo", MemberParameters = new object[]
5524 {
5525 "System.ComponentModel.ITypeDescriptorContext",
5526 typeof(global::System.Globalization.CultureInfo),
5527 typeof(object),
5528 typeof(global::System.Type)
5529 }, ReturnType = typeof(object))]
5530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.SwitchLevelAttribute", Member = "set_SwitchLevelType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
5531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebClient", Member = ".ctor", ReturnType = typeof(void))]
5532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebPermission", Member = "isMatchedURI", MemberParameters = new object[]
5533 {
5534 typeof(object),
5535 typeof(global::System.Collections.ArrayList)
5536 }, ReturnType = typeof(bool))]
5537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebPermission", Member = "intersectList", MemberParameters = new object[]
5538 {
5539 typeof(global::System.Collections.ArrayList),
5540 typeof(global::System.Collections.ArrayList),
5541 typeof(global::System.Collections.ArrayList)
5542 }, ReturnType = typeof(void))]
5543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_Certificate", ReturnType = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate))]
5544 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_ClientCertificate", ReturnType = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate))]
5545 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[]
5546 {
5547 typeof(global::System.Type),
5548 typeof(string)
5549 }, ReturnType = typeof(void))]
5550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = "<.ctor>g__TryConvertFromInvariantString|2_0", MemberParameters = new object[]
5551 {
5552 typeof(global::System.Type),
5553 typeof(string),
5554 typeof(ref object)
5555 }, ReturnType = typeof(bool))]
5556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter", Member = "ConvertTo", MemberParameters = new object[]
5557 {
5558 "System.ComponentModel.ITypeDescriptorContext",
5559 typeof(global::System.Globalization.CultureInfo),
5560 typeof(object),
5561 typeof(global::System.Type)
5562 }, ReturnType = typeof(object))]
5563 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeCollection", Member = "get_Item", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Attribute))]
5564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
5565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BaseNumberConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5566 {
5567 "System.ComponentModel.ITypeDescriptorContext",
5568 typeof(global::System.Type)
5569 }, ReturnType = typeof(bool))]
5570 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BaseNumberConverter", Member = "ConvertTo", MemberParameters = new object[]
5571 {
5572 "System.ComponentModel.ITypeDescriptorContext",
5573 typeof(global::System.Globalization.CultureInfo),
5574 typeof(object),
5575 typeof(global::System.Type)
5576 }, ReturnType = typeof(object))]
5577 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BooleanConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5578 {
5579 "System.ComponentModel.ITypeDescriptorContext",
5580 typeof(global::System.Type)
5581 }, ReturnType = typeof(bool))]
5582 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CharConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5583 {
5584 "System.ComponentModel.ITypeDescriptorContext",
5585 typeof(global::System.Type)
5586 }, ReturnType = typeof(bool))]
5587 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CharConverter", Member = "ConvertTo", MemberParameters = new object[]
5588 {
5589 "System.ComponentModel.ITypeDescriptorContext",
5590 typeof(global::System.Globalization.CultureInfo),
5591 typeof(object),
5592 typeof(global::System.Type)
5593 }, ReturnType = typeof(object))]
5594 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5595 {
5596 "System.ComponentModel.ITypeDescriptorContext",
5597 typeof(global::System.Type)
5598 }, ReturnType = typeof(bool))]
5599 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "CanConvertTo", MemberParameters = new object[]
5600 {
5601 "System.ComponentModel.ITypeDescriptorContext",
5602 typeof(global::System.Type)
5603 }, ReturnType = typeof(bool))]
5604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "ConvertTo", MemberParameters = new object[]
5605 {
5606 "System.ComponentModel.ITypeDescriptorContext",
5607 typeof(global::System.Globalization.CultureInfo),
5608 typeof(object),
5609 typeof(global::System.Type)
5610 }, ReturnType = typeof(object))]
5611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5612 {
5613 "System.ComponentModel.ITypeDescriptorContext",
5614 typeof(global::System.Type)
5615 }, ReturnType = typeof(bool))]
5616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "CanConvertTo", MemberParameters = new object[]
5617 {
5618 "System.ComponentModel.ITypeDescriptorContext",
5619 typeof(global::System.Type)
5620 }, ReturnType = typeof(bool))]
5621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertTo", MemberParameters = new object[]
5622 {
5623 "System.ComponentModel.ITypeDescriptorContext",
5624 typeof(global::System.Globalization.CultureInfo),
5625 typeof(object),
5626 typeof(global::System.Type)
5627 }, ReturnType = typeof(object))]
5628 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DecimalConverter", Member = "CanConvertTo", MemberParameters = new object[]
5629 {
5630 "System.ComponentModel.ITypeDescriptorContext",
5631 typeof(global::System.Type)
5632 }, ReturnType = typeof(bool))]
5633 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DecimalConverter", Member = "ConvertTo", MemberParameters = new object[]
5634 {
5635 "System.ComponentModel.ITypeDescriptorContext",
5636 typeof(global::System.Globalization.CultureInfo),
5637 typeof(object),
5638 typeof(global::System.Type)
5639 }, ReturnType = typeof(object))]
5640 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = "get_TabClasses", ReturnType = "System.Type[]")]
5641 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ToolboxItemAttribute", Member = "get_ToolboxItemType", ReturnType = typeof(global::System.Type))]
5642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ExtenderProvidedPropertyAttribute", Member = "IsDefaultAttribute", ReturnType = typeof(bool))]
5643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.GuidConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5644 {
5645 "System.ComponentModel.ITypeDescriptorContext",
5646 typeof(global::System.Type)
5647 }, ReturnType = typeof(bool))]
5648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.GuidConverter", Member = "CanConvertTo", MemberParameters = new object[]
5649 {
5650 "System.ComponentModel.ITypeDescriptorContext",
5651 typeof(global::System.Type)
5652 }, ReturnType = typeof(bool))]
5653 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.GuidConverter", Member = "ConvertTo", MemberParameters = new object[]
5654 {
5655 "System.ComponentModel.ITypeDescriptorContext",
5656 typeof(global::System.Globalization.CultureInfo),
5657 typeof(object),
5658 typeof(global::System.Type)
5659 }, ReturnType = typeof(object))]
5660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = "get_LicenseProvider", ReturnType = typeof(global::System.Type))]
5661 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
5662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "Clone", ReturnType = typeof(object))]
5663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MultilineStringConverter", Member = "ConvertTo", MemberParameters = new object[]
5664 {
5665 "System.ComponentModel.ITypeDescriptorContext",
5666 typeof(global::System.Globalization.CultureInfo),
5667 typeof(object),
5668 typeof(global::System.Type)
5669 }, ReturnType = typeof(object))]
5670 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NestedContainer.Site", Member = "GetService", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5671 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NestedContainer", Member = "GetService", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NullableConverter", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
5673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NullableConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5674 {
5675 "System.ComponentModel.ITypeDescriptorContext",
5676 typeof(global::System.Type)
5677 }, ReturnType = typeof(bool))]
5678 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NullableConverter", Member = "ConvertFrom", MemberParameters = new object[]
5679 {
5680 "System.ComponentModel.ITypeDescriptorContext",
5681 typeof(global::System.Globalization.CultureInfo),
5682 typeof(object)
5683 }, ReturnType = typeof(object))]
5684 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NullableConverter", Member = "CanConvertTo", MemberParameters = new object[]
5685 {
5686 "System.ComponentModel.ITypeDescriptorContext",
5687 typeof(global::System.Type)
5688 }, ReturnType = typeof(bool))]
5689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NullableConverter", Member = "ConvertTo", MemberParameters = new object[]
5690 {
5691 "System.ComponentModel.ITypeDescriptorContext",
5692 typeof(global::System.Globalization.CultureInfo),
5693 typeof(object),
5694 typeof(global::System.Type)
5695 }, ReturnType = typeof(object))]
5696 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
5697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "GetEditor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "GetTypeFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Type))]
5699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReferenceConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5700 {
5701 "System.ComponentModel.ITypeDescriptorContext",
5702 typeof(global::System.Type)
5703 }, ReturnType = typeof(bool))]
5704 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReferenceConverter", Member = "ConvertTo", MemberParameters = new object[]
5705 {
5706 "System.ComponentModel.ITypeDescriptorContext",
5707 typeof(global::System.Globalization.CultureInfo),
5708 typeof(object),
5709 typeof(global::System.Type)
5710 }, ReturnType = typeof(object))]
5711 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = ".ctor", MemberParameters = new object[]
5712 {
5713 typeof(global::System.Type),
5714 typeof(string),
5715 typeof(global::System.Type),
5716 "System.Attribute[]"
5717 }, ReturnType = typeof(void))]
5718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = ".ctor", MemberParameters = new object[]
5719 {
5720 typeof(global::System.Type),
5721 typeof(global::System.Reflection.EventInfo)
5722 }, ReturnType = typeof(void))]
5723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.StringConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5724 {
5725 "System.ComponentModel.ITypeDescriptorContext",
5726 typeof(global::System.Type)
5727 }, ReturnType = typeof(bool))]
5728 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5729 {
5730 "System.ComponentModel.ITypeDescriptorContext",
5731 typeof(global::System.Type)
5732 }, ReturnType = typeof(bool))]
5733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "CanConvertTo", MemberParameters = new object[]
5734 {
5735 "System.ComponentModel.ITypeDescriptorContext",
5736 typeof(global::System.Type)
5737 }, ReturnType = typeof(bool))]
5738 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "ConvertTo", MemberParameters = new object[]
5739 {
5740 "System.ComponentModel.ITypeDescriptorContext",
5741 typeof(global::System.Globalization.CultureInfo),
5742 typeof(object),
5743 typeof(global::System.Type)
5744 }, ReturnType = typeof(object))]
5745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "CreateInstance", MemberParameters = new object[]
5746 {
5747 typeof(global::System.IServiceProvider),
5748 typeof(global::System.Type),
5749 "System.Type[]",
5750 "System.Object[]"
5751 }, ReturnType = typeof(object))]
5752 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "GetRuntimeType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
5753 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProvider", Member = "IsSupportedType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
5754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
5755 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeListConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5756 {
5757 "System.ComponentModel.ITypeDescriptorContext",
5758 typeof(global::System.Type)
5759 }, ReturnType = typeof(bool))]
5760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeListConverter", Member = "CanConvertTo", MemberParameters = new object[]
5761 {
5762 "System.ComponentModel.ITypeDescriptorContext",
5763 typeof(global::System.Type)
5764 }, ReturnType = typeof(bool))]
5765 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeListConverter", Member = "ConvertTo", MemberParameters = new object[]
5766 {
5767 "System.ComponentModel.ITypeDescriptorContext",
5768 typeof(global::System.Globalization.CultureInfo),
5769 typeof(object),
5770 typeof(global::System.Type)
5771 }, ReturnType = typeof(object))]
5772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CollectionConverter", Member = "ConvertTo", MemberParameters = new object[]
5773 {
5774 "System.ComponentModel.ITypeDescriptorContext",
5775 typeof(global::System.Globalization.CultureInfo),
5776 typeof(object),
5777 typeof(global::System.Type)
5778 }, ReturnType = typeof(object))]
5779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container.Site", Member = "GetService", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5780 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container", Member = "GetService", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5781 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5782 {
5783 "System.ComponentModel.ITypeDescriptorContext",
5784 typeof(global::System.Type)
5785 }, ReturnType = typeof(bool))]
5786 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "CanConvertTo", MemberParameters = new object[]
5787 {
5788 "System.ComponentModel.ITypeDescriptorContext",
5789 typeof(global::System.Type)
5790 }, ReturnType = typeof(bool))]
5791 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
5792 {
5793 "System.ComponentModel.ITypeDescriptorContext",
5794 typeof(global::System.Globalization.CultureInfo),
5795 typeof(object),
5796 typeof(global::System.Type)
5797 }, ReturnType = typeof(object))]
5798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5799 {
5800 "System.ComponentModel.ITypeDescriptorContext",
5801 typeof(global::System.Type)
5802 }, ReturnType = typeof(bool))]
5803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "CanConvertTo", MemberParameters = new object[]
5804 {
5805 "System.ComponentModel.ITypeDescriptorContext",
5806 typeof(global::System.Type)
5807 }, ReturnType = typeof(bool))]
5808 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertTo", MemberParameters = new object[]
5809 {
5810 "System.ComponentModel.ITypeDescriptorContext",
5811 typeof(global::System.Globalization.CultureInfo),
5812 typeof(object),
5813 typeof(global::System.Type)
5814 }, ReturnType = typeof(object))]
5815 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "GetStandardValues", MemberParameters = new object[] { "System.ComponentModel.ITypeDescriptorContext" }, ReturnType = "System.ComponentModel.TypeConverter.StandardValuesCollection")]
5816 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "GetInvocationTarget", MemberParameters = new object[]
5817 {
5818 typeof(global::System.Type),
5819 typeof(object)
5820 }, ReturnType = typeof(object))]
5821 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "GetInvokee", MemberParameters = new object[]
5822 {
5823 typeof(global::System.Type),
5824 typeof(object)
5825 }, ReturnType = typeof(object))]
5826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = ".ctor", MemberParameters = new object[]
5827 {
5828 typeof(global::System.Type),
5829 typeof(string),
5830 typeof(global::System.Type),
5831 "System.Attribute[]"
5832 }, ReturnType = typeof(void))]
5833 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = ".ctor", MemberParameters = new object[]
5834 {
5835 typeof(global::System.Type),
5836 "System.ComponentModel.PropertyDescriptor",
5837 "System.Attribute[]"
5838 }, ReturnType = typeof(void))]
5839 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_DefaultValue", ReturnType = typeof(object))]
5840 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_GetMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
5841 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_ResetMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
5842 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_SetMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
5843 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_ShouldSerializeMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
5844 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetEditor", MemberParameters = new object[]
5845 {
5846 typeof(object),
5847 typeof(global::System.Type)
5848 }, ReturnType = typeof(object))]
5849 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetEditorAttribute", MemberParameters = new object[]
5850 {
5851 "System.ComponentModel.AttributeCollection",
5852 typeof(global::System.Type)
5853 }, ReturnType = "System.ComponentModel.EditorAttribute")]
5854 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetTypeFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Type))]
5855 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "AddEditorTable", MemberParameters = new object[]
5856 {
5857 typeof(global::System.Type),
5858 typeof(global::System.Collections.Hashtable)
5859 }, ReturnType = typeof(void))]
5860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "GetTypeFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Type))]
5861 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "SearchIntrinsicTable", MemberParameters = new object[]
5862 {
5863 typeof(global::System.Collections.Hashtable),
5864 typeof(global::System.Type)
5865 }, ReturnType = typeof(object))]
5866 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "CanConvertFrom", MemberParameters = new object[]
5867 {
5868 "System.ComponentModel.ITypeDescriptorContext",
5869 typeof(global::System.Type)
5870 }, ReturnType = typeof(bool))]
5871 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "CanConvertTo", MemberParameters = new object[]
5872 {
5873 "System.ComponentModel.ITypeDescriptorContext",
5874 typeof(global::System.Type)
5875 }, ReturnType = typeof(bool))]
5876 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter", Member = "ConvertTo", MemberParameters = new object[]
5877 {
5878 "System.ComponentModel.ITypeDescriptorContext",
5879 typeof(global::System.Globalization.CultureInfo),
5880 typeof(object),
5881 typeof(global::System.Type)
5882 }, ReturnType = typeof(object))]
5883 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.ComNativeDescriptionProvider", Member = "GetTypeDescriptor", MemberParameters = new object[]
5884 {
5885 typeof(global::System.Type),
5886 typeof(object)
5887 }, ReturnType = "System.ComponentModel.ICustomTypeDescriptor")]
5888 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.MergedTypeDescriptor", Member = "System.ComponentModel.ICustomTypeDescriptor.GetEditor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
5889 [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))]
5890 [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))]
5891 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "CreateInstance", MemberParameters = new object[]
5892 {
5893 typeof(global::System.IServiceProvider),
5894 typeof(global::System.Type),
5895 "System.Type[]",
5896 "System.Object[]"
5897 }, ReturnType = typeof(object))]
5898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetReflectionType", MemberParameters = new object[]
5899 {
5900 typeof(global::System.Type),
5901 typeof(object)
5902 }, ReturnType = typeof(global::System.Type))]
5903 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetRuntimeType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
5904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "GetTypeDescriptor", MemberParameters = new object[]
5905 {
5906 typeof(global::System.Type),
5907 typeof(object)
5908 }, ReturnType = "System.ComponentModel.ICustomTypeDescriptor")]
5909 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode", Member = "IsSupportedType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
5910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddAttributes", MemberParameters = new object[]
5911 {
5912 typeof(global::System.Type),
5913 "System.Attribute[]"
5914 }, ReturnType = "System.ComponentModel.TypeDescriptionProvider")]
5915 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddProvider", MemberParameters = new object[]
5916 {
5917 "System.ComponentModel.TypeDescriptionProvider",
5918 typeof(global::System.Type)
5919 }, ReturnType = typeof(void))]
5920 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "AddProviderTransparent", MemberParameters = new object[]
5921 {
5922 "System.ComponentModel.TypeDescriptionProvider",
5923 typeof(global::System.Type)
5924 }, ReturnType = typeof(void))]
5925 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateDesigner", MemberParameters = new object[]
5926 {
5927 "System.ComponentModel.IComponent",
5928 typeof(global::System.Type)
5929 }, ReturnType = "System.ComponentModel.Design.IDesigner")]
5930 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateInstance", MemberParameters = new object[]
5931 {
5932 typeof(global::System.IServiceProvider),
5933 typeof(global::System.Type),
5934 "System.Type[]",
5935 "System.Object[]"
5936 }, ReturnType = typeof(object))]
5937 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateProperty", MemberParameters = new object[]
5938 {
5939 typeof(global::System.Type),
5940 "System.ComponentModel.PropertyDescriptor",
5941 "System.Attribute[]"
5942 }, ReturnType = "System.ComponentModel.PropertyDescriptor")]
5943 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetAssociation", MemberParameters = new object[]
5944 {
5945 typeof(global::System.Type),
5946 typeof(object)
5947 }, ReturnType = typeof(object))]
5948 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetAttributes", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.AttributeCollection")]
5949 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetDefaultEvent", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.EventDescriptor")]
5950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetDefaultProperty", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.PropertyDescriptor")]
5951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetDescriptor", MemberParameters = new object[]
5952 {
5953 typeof(global::System.Type),
5954 typeof(string)
5955 }, ReturnType = "System.ComponentModel.ICustomTypeDescriptor")]
5956 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetEditor", MemberParameters = new object[]
5957 {
5958 typeof(object),
5959 typeof(global::System.Type),
5960 typeof(bool)
5961 }, ReturnType = typeof(object))]
5962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetEditor", MemberParameters = new object[]
5963 {
5964 typeof(global::System.Type),
5965 typeof(global::System.Type)
5966 }, ReturnType = typeof(object))]
5967 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetEvents", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.EventDescriptorCollection")]
5968 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetEvents", MemberParameters = new object[]
5969 {
5970 typeof(global::System.Type),
5971 "System.Attribute[]"
5972 }, ReturnType = "System.ComponentModel.EventDescriptorCollection")]
5973 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetNodeForBaseType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
5974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetProperties", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
5975 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetProperties", MemberParameters = new object[]
5976 {
5977 typeof(global::System.Type),
5978 "System.Attribute[]"
5979 }, ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
5980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetProvider", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.TypeDescriptionProvider")]
5981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "GetReflectionType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
5982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "NodeFor", MemberParameters = new object[]
5983 {
5984 typeof(global::System.Type),
5985 typeof(bool)
5986 }, ReturnType = "System.ComponentModel.TypeDescriptor.TypeDescriptionNode")]
5987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "NodeRemove", MemberParameters = new object[]
5988 {
5989 typeof(object),
5990 "System.ComponentModel.TypeDescriptionProvider"
5991 }, ReturnType = typeof(void))]
5992 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[]
5993 {
5994 typeof(object),
5995 typeof(bool)
5996 }, ReturnType = typeof(void))]
5997 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
5998 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[] { typeof(global::System.Reflection.Module) }, ReturnType = typeof(void))]
5999 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "RemoveProvider", MemberParameters = new object[]
6000 {
6001 "System.ComponentModel.TypeDescriptionProvider",
6002 typeof(global::System.Type)
6003 }, ReturnType = typeof(void))]
6004 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "RemoveProviderTransparent", MemberParameters = new object[]
6005 {
6006 "System.ComponentModel.TypeDescriptionProvider",
6007 typeof(global::System.Type)
6008 }, ReturnType = typeof(void))]
6009 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputDeviceProfile", Member = "CreateInstanceOfType", MemberParameters = new object[] { typeof(string) }, ReturnType = "InControl.InputDeviceProfile")]
6010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlLoader", Member = "Load", MemberParameters = new object[]
6011 {
6012 "System.Xml.XmlDocument",
6013 "System.Xml.XmlReader",
6014 typeof(bool)
6015 }, ReturnType = typeof(void))]
6016 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlResolver", Member = "SupportsType", MemberParameters = new object[]
6017 {
6018 "System.Uri",
6019 typeof(global::System.Type)
6020 }, ReturnType = typeof(bool))]
6021 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlUrlResolver.<GetEntityAsync>d__15", Member = "MoveNext", ReturnType = typeof(void))]
6022 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlUrlResolver", Member = "GetEntity", MemberParameters = new object[]
6023 {
6024 "System.Uri",
6025 typeof(string),
6026 typeof(global::System.Type)
6027 }, ReturnType = typeof(object))]
6028 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAtomicValue", Member = "ValueAs", MemberParameters = new object[]
6029 {
6030 typeof(global::System.Type),
6031 "System.Xml.IXmlNamespaceResolver"
6032 }, ReturnType = typeof(object))]
6033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBaseConverter", Member = "IsDerivedFrom", MemberParameters = new object[]
6034 {
6035 typeof(global::System.Type),
6036 typeof(global::System.Type)
6037 }, ReturnType = typeof(bool))]
6038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBaseConverter", Member = "CreateInvalidClrMappingException", MemberParameters = new object[]
6039 {
6040 typeof(global::System.Type),
6041 typeof(global::System.Type)
6042 }, ReturnType = typeof(global::System.Exception))]
6043 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToDecimal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(decimal))]
6044 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToInt32", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
6045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToInt64", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(long))]
6046 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ToString", MemberParameters = new object[]
6047 {
6048 typeof(object),
6049 "System.Xml.IXmlNamespaceResolver"
6050 }, ReturnType = typeof(string))]
6051 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
6052 {
6053 typeof(decimal),
6054 typeof(global::System.Type)
6055 }, ReturnType = typeof(object))]
6056 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
6057 {
6058 typeof(int),
6059 typeof(global::System.Type)
6060 }, ReturnType = typeof(object))]
6061 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
6062 {
6063 typeof(long),
6064 typeof(global::System.Type)
6065 }, ReturnType = typeof(object))]
6066 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
6067 {
6068 typeof(string),
6069 typeof(global::System.Type),
6070 "System.Xml.IXmlNamespaceResolver"
6071 }, ReturnType = typeof(object))]
6072 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeType", MemberParameters = new object[]
6073 {
6074 typeof(object),
6075 typeof(global::System.Type),
6076 "System.Xml.IXmlNamespaceResolver"
6077 }, ReturnType = typeof(object))]
6078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeTypeWildcardDestination", MemberParameters = new object[]
6079 {
6080 typeof(object),
6081 typeof(global::System.Type),
6082 "System.Xml.IXmlNamespaceResolver"
6083 }, ReturnType = typeof(object))]
6084 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric10Converter", Member = "ChangeTypeWildcardSource", MemberParameters = new object[]
6085 {
6086 typeof(object),
6087 typeof(global::System.Type),
6088 "System.Xml.IXmlNamespaceResolver"
6089 }, ReturnType = typeof(object))]
6090 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ToDouble", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(double))]
6091 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ToSingle", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(float))]
6092 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ToString", MemberParameters = new object[]
6093 {
6094 typeof(object),
6095 "System.Xml.IXmlNamespaceResolver"
6096 }, ReturnType = typeof(string))]
6097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ChangeType", MemberParameters = new object[]
6098 {
6099 typeof(double),
6100 typeof(global::System.Type)
6101 }, ReturnType = typeof(object))]
6102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ChangeType", MemberParameters = new object[]
6103 {
6104 typeof(string),
6105 typeof(global::System.Type),
6106 "System.Xml.IXmlNamespaceResolver"
6107 }, ReturnType = typeof(object))]
6108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlNumeric2Converter", Member = "ChangeType", MemberParameters = new object[]
6109 {
6110 typeof(object),
6111 typeof(global::System.Type),
6112 "System.Xml.IXmlNamespaceResolver"
6113 }, ReturnType = typeof(object))]
6114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTime))]
6115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTimeOffset))]
6116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToString", MemberParameters = new object[]
6117 {
6118 typeof(object),
6119 "System.Xml.IXmlNamespaceResolver"
6120 }, ReturnType = typeof(string))]
6121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ChangeType", MemberParameters = new object[]
6122 {
6123 typeof(global::System.DateTime),
6124 typeof(global::System.Type)
6125 }, ReturnType = typeof(object))]
6126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ChangeType", MemberParameters = new object[]
6127 {
6128 typeof(string),
6129 typeof(global::System.Type),
6130 "System.Xml.IXmlNamespaceResolver"
6131 }, ReturnType = typeof(object))]
6132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ChangeType", MemberParameters = new object[]
6133 {
6134 typeof(object),
6135 typeof(global::System.Type),
6136 "System.Xml.IXmlNamespaceResolver"
6137 }, ReturnType = typeof(object))]
6138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ToBoolean", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ToString", MemberParameters = new object[]
6140 {
6141 typeof(object),
6142 "System.Xml.IXmlNamespaceResolver"
6143 }, ReturnType = typeof(string))]
6144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ChangeType", MemberParameters = new object[]
6145 {
6146 typeof(bool),
6147 typeof(global::System.Type)
6148 }, ReturnType = typeof(object))]
6149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ChangeType", MemberParameters = new object[]
6150 {
6151 typeof(string),
6152 typeof(global::System.Type),
6153 "System.Xml.IXmlNamespaceResolver"
6154 }, ReturnType = typeof(object))]
6155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBooleanConverter", Member = "ChangeType", MemberParameters = new object[]
6156 {
6157 typeof(object),
6158 typeof(global::System.Type),
6159 "System.Xml.IXmlNamespaceResolver"
6160 }, ReturnType = typeof(object))]
6161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlMiscConverter", Member = "ToString", MemberParameters = new object[]
6162 {
6163 typeof(object),
6164 "System.Xml.IXmlNamespaceResolver"
6165 }, ReturnType = typeof(string))]
6166 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlMiscConverter", Member = "ChangeType", MemberParameters = new object[]
6167 {
6168 typeof(string),
6169 typeof(global::System.Type),
6170 "System.Xml.IXmlNamespaceResolver"
6171 }, ReturnType = typeof(object))]
6172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlMiscConverter", Member = "ChangeType", MemberParameters = new object[]
6173 {
6174 typeof(object),
6175 typeof(global::System.Type),
6176 "System.Xml.IXmlNamespaceResolver"
6177 }, ReturnType = typeof(object))]
6178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlMiscConverter", Member = "ChangeTypeWildcardDestination", MemberParameters = new object[]
6179 {
6180 typeof(object),
6181 typeof(global::System.Type),
6182 "System.Xml.IXmlNamespaceResolver"
6183 }, ReturnType = typeof(object))]
6184 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlMiscConverter", Member = "ChangeTypeWildcardSource", MemberParameters = new object[]
6185 {
6186 typeof(object),
6187 typeof(global::System.Type),
6188 "System.Xml.IXmlNamespaceResolver"
6189 }, ReturnType = typeof(object))]
6190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlStringConverter", Member = "ToString", MemberParameters = new object[]
6191 {
6192 typeof(object),
6193 "System.Xml.IXmlNamespaceResolver"
6194 }, ReturnType = typeof(string))]
6195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlStringConverter", Member = "ChangeType", MemberParameters = new object[]
6196 {
6197 typeof(string),
6198 typeof(global::System.Type),
6199 "System.Xml.IXmlNamespaceResolver"
6200 }, ReturnType = typeof(object))]
6201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlStringConverter", Member = "ChangeType", MemberParameters = new object[]
6202 {
6203 typeof(object),
6204 typeof(global::System.Type),
6205 "System.Xml.IXmlNamespaceResolver"
6206 }, ReturnType = typeof(object))]
6207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToBoolean", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTime))]
6209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTimeOffset))]
6210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDecimal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(decimal))]
6211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToDouble", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(double))]
6212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToInt32", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
6213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToInt64", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(long))]
6214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToSingle", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(float))]
6215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ToString", MemberParameters = new object[]
6216 {
6217 typeof(object),
6218 "System.Xml.IXmlNamespaceResolver"
6219 }, ReturnType = typeof(string))]
6220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
6221 {
6222 typeof(bool),
6223 typeof(global::System.Type)
6224 }, ReturnType = typeof(object))]
6225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
6226 {
6227 typeof(global::System.DateTime),
6228 typeof(global::System.Type)
6229 }, ReturnType = typeof(object))]
6230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
6231 {
6232 typeof(decimal),
6233 typeof(global::System.Type)
6234 }, ReturnType = typeof(object))]
6235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
6236 {
6237 typeof(double),
6238 typeof(global::System.Type)
6239 }, ReturnType = typeof(object))]
6240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
6241 {
6242 typeof(int),
6243 typeof(global::System.Type)
6244 }, ReturnType = typeof(object))]
6245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
6246 {
6247 typeof(long),
6248 typeof(global::System.Type)
6249 }, ReturnType = typeof(object))]
6250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
6251 {
6252 typeof(string),
6253 typeof(global::System.Type),
6254 "System.Xml.IXmlNamespaceResolver"
6255 }, ReturnType = typeof(object))]
6256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeType", MemberParameters = new object[]
6257 {
6258 typeof(object),
6259 typeof(global::System.Type),
6260 "System.Xml.IXmlNamespaceResolver"
6261 }, ReturnType = typeof(object))]
6262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeTypeWildcardDestination", MemberParameters = new object[]
6263 {
6264 typeof(object),
6265 typeof(global::System.Type),
6266 "System.Xml.IXmlNamespaceResolver"
6267 }, ReturnType = typeof(object))]
6268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeTypeWildcardSource", MemberParameters = new object[]
6269 {
6270 typeof(object),
6271 typeof(global::System.Type),
6272 "System.Xml.IXmlNamespaceResolver"
6273 }, ReturnType = typeof(object))]
6274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "SupportsType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
6275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToBoolean", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6276 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTime))]
6277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTimeOffset))]
6278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToDecimal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(decimal))]
6279 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToDouble", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(double))]
6280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToInt32", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
6281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToInt64", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(long))]
6282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ToSingle", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(float))]
6283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
6284 {
6285 typeof(bool),
6286 typeof(global::System.Type)
6287 }, ReturnType = typeof(object))]
6288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
6289 {
6290 typeof(global::System.DateTime),
6291 typeof(global::System.Type)
6292 }, ReturnType = typeof(object))]
6293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
6294 {
6295 typeof(decimal),
6296 typeof(global::System.Type)
6297 }, ReturnType = typeof(object))]
6298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
6299 {
6300 typeof(double),
6301 typeof(global::System.Type)
6302 }, ReturnType = typeof(object))]
6303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
6304 {
6305 typeof(int),
6306 typeof(global::System.Type)
6307 }, ReturnType = typeof(object))]
6308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
6309 {
6310 typeof(long),
6311 typeof(global::System.Type)
6312 }, ReturnType = typeof(object))]
6313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
6314 {
6315 typeof(string),
6316 typeof(global::System.Type),
6317 "System.Xml.IXmlNamespaceResolver"
6318 }, ReturnType = typeof(object))]
6319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeType", MemberParameters = new object[]
6320 {
6321 typeof(object),
6322 typeof(global::System.Type),
6323 "System.Xml.IXmlNamespaceResolver"
6324 }, ReturnType = typeof(object))]
6325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeTypeWildcardDestination", MemberParameters = new object[]
6326 {
6327 typeof(object),
6328 typeof(global::System.Type),
6329 "System.Xml.IXmlNamespaceResolver"
6330 }, ReturnType = typeof(object))]
6331 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyConverter", Member = "ChangeTypeWildcardSource", MemberParameters = new object[]
6332 {
6333 typeof(object),
6334 typeof(global::System.Type),
6335 "System.Xml.IXmlNamespaceResolver"
6336 }, ReturnType = typeof(object))]
6337 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlAnyListConverter", Member = "ChangeType", MemberParameters = new object[]
6338 {
6339 typeof(object),
6340 typeof(global::System.Type),
6341 "System.Xml.IXmlNamespaceResolver"
6342 }, ReturnType = typeof(object))]
6343 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "ChangeType", MemberParameters = new object[]
6344 {
6345 typeof(object),
6346 typeof(global::System.Type),
6347 "System.Xml.IXmlNamespaceResolver"
6348 }, ReturnType = typeof(object))]
6349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "ChangeListType", MemberParameters = new object[]
6350 {
6351 typeof(object),
6352 typeof(global::System.Type),
6353 "System.Xml.IXmlNamespaceResolver"
6354 }, ReturnType = typeof(object))]
6355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "IsListType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
6356 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "CreateInvalidClrMappingException", MemberParameters = new object[]
6357 {
6358 typeof(global::System.Type),
6359 typeof(global::System.Type)
6360 }, ReturnType = typeof(global::System.Exception))]
6361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.BaseInputModule", Member = "get_input", ReturnType = "UnityEngine.EventSystems.BaseInput")]
6362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XObject", Member = "AnnotationForSealedType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
6363 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1050)]
6364 public unsafe static bool operator ==(global::System.Type left, global::System.Type right)
6365 {
6366 throw null;
6367 }
6368
6369 [global::Cpp2ILInjected.Token(Token = "0x6000A97")]
6370 [global::Cpp2ILInjected.Address(RVA = "0x1C4D9CC", Offset = "0x1C4D9CC", Length = "0xC")]
6371 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
6372 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "RefreshFields", MemberParameters = new object[]
6373 {
6374 typeof(global::System.Type),
6375 typeof(object),
6376 typeof(string)
6377 }, ReturnType = typeof(bool))]
6378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ThreadedRenderManager", Member = "GetStackTrace", MemberParameters = new object[] { typeof(global::System.Threading.Thread) }, ReturnType = typeof(string))]
6379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEventBaseExtensions", Member = "FindMethod", MemberParameters = new object[]
6380 {
6381 "UnityEngine.Events.UnityEventBase",
6382 typeof(string),
6383 typeof(object),
6384 "UnityEngine.Events.PersistentListenerMode",
6385 typeof(global::System.Type)
6386 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
6387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Program", Member = ".cctor", ReturnType = typeof(void))]
6388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Mono.RuntimeClassHandle), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Mono.RuntimeEventHandle), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Mono.RuntimePropertyHandle), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
6392 {
6393 typeof(global::System.ReadOnlySpan<char>),
6394 typeof(ref global::System.DateTime),
6395 typeof(ref global::System.Globalization.DateTimeFormatInfo),
6396 typeof(ref global::System.TimeSpan)
6397 }, ReturnType = typeof(string))]
6398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
6399 {
6400 typeof(global::System.ReadOnlySpan<char>),
6401 typeof(ref global::System.Globalization.DateTimeFormatInfo),
6402 typeof(ref global::System.ParsingInfo),
6403 typeof(ref global::System.DateTimeResult)
6404 }, ReturnType = typeof(string))]
6405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Nullable<>), Member = "UnboxExact", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.Nullable`1<T>")]
6406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
6407 {
6408 typeof(global::System.Reflection.MemberInfo),
6409 typeof(global::System.Type),
6410 typeof(bool)
6411 }, ReturnType = typeof(global::System.Attribute[]))]
6412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "IsDefined", MemberParameters = new object[]
6413 {
6414 typeof(global::System.Reflection.MemberInfo),
6415 typeof(global::System.Type),
6416 typeof(bool)
6417 }, ReturnType = typeof(bool))]
6418 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
6419 {
6420 typeof(global::System.Reflection.ParameterInfo),
6421 typeof(global::System.Type),
6422 typeof(bool)
6423 }, ReturnType = typeof(global::System.Attribute[]))]
6424 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
6425 {
6426 typeof(global::System.Reflection.Module),
6427 typeof(global::System.Type),
6428 typeof(bool)
6429 }, ReturnType = typeof(global::System.Attribute[]))]
6430 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
6431 {
6432 typeof(global::System.Reflection.Assembly),
6433 typeof(global::System.Type),
6434 typeof(bool)
6435 }, ReturnType = typeof(global::System.Attribute[]))]
6436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.DefaultBinder.<>c", Member = "<SelectProperty>b__2_0", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
6437 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
6438 {
6439 typeof(global::System.Reflection.BindingFlags),
6440 typeof(global::System.Reflection.MethodBase[]),
6441 typeof(ref object[]),
6442 typeof(global::System.Reflection.ParameterModifier[]),
6443 typeof(global::System.Globalization.CultureInfo),
6444 typeof(string[]),
6445 typeof(ref object)
6446 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
6447 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectProperty", MemberParameters = new object[]
6448 {
6449 typeof(global::System.Reflection.BindingFlags),
6450 typeof(global::System.Reflection.PropertyInfo[]),
6451 typeof(global::System.Type),
6452 typeof(global::System.Type[]),
6453 typeof(global::System.Reflection.ParameterModifier[])
6454 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
6455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "ExactPropertyBinding", MemberParameters = new object[]
6456 {
6457 typeof(global::System.Reflection.PropertyInfo[]),
6458 typeof(global::System.Type),
6459 typeof(global::System.Type[]),
6460 typeof(global::System.Reflection.ParameterModifier[])
6461 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
6462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "FindMostSpecific", MemberParameters = new object[]
6463 {
6464 typeof(global::System.Reflection.ParameterInfo[]),
6465 typeof(int[]),
6466 typeof(global::System.Type),
6467 typeof(global::System.Reflection.ParameterInfo[]),
6468 typeof(int[]),
6469 typeof(global::System.Type),
6470 typeof(global::System.Type[]),
6471 typeof(object[])
6472 }, ReturnType = typeof(int))]
6473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "CompareMethodSigAndName", MemberParameters = new object[]
6474 {
6475 typeof(global::System.Reflection.MethodBase),
6476 typeof(global::System.Reflection.MethodBase)
6477 }, ReturnType = typeof(bool))]
6478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "GetHierarchyDepth", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(int))]
6479 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "CompareMethodSig", MemberParameters = new object[]
6480 {
6481 typeof(global::System.Reflection.MethodBase),
6482 typeof(global::System.Reflection.MethodBase)
6483 }, ReturnType = typeof(bool))]
6484 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "Format", MemberParameters = new object[]
6485 {
6486 typeof(global::System.Type),
6487 typeof(object),
6488 typeof(string)
6489 }, ReturnType = typeof(string))]
6490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetHashCode", ReturnType = typeof(int))]
6491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "GetCandidateMethod", MemberParameters = new object[]
6492 {
6493 typeof(global::System.Type),
6494 typeof(global::System.Type),
6495 typeof(string),
6496 typeof(global::System.Reflection.BindingFlags),
6497 typeof(bool),
6498 typeof(bool)
6499 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
6500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "Combine", MemberParameters = new object[]
6501 {
6502 typeof(global::System.Delegate),
6503 typeof(global::System.Delegate)
6504 }, ReturnType = typeof(global::System.Delegate))]
6505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "Remove", MemberParameters = new object[]
6506 {
6507 typeof(global::System.Delegate),
6508 typeof(global::System.Delegate)
6509 }, ReturnType = typeof(global::System.Delegate))]
6510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetPseudoCustomAttributes", MemberParameters = new object[]
6511 {
6512 typeof(global::System.Reflection.ICustomAttributeProvider),
6513 typeof(global::System.Type)
6514 }, ReturnType = typeof(object[]))]
6515 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
6516 {
6517 typeof(global::System.Reflection.ICustomAttributeProvider),
6518 typeof(global::System.Type),
6519 typeof(bool)
6520 }, ReturnType = typeof(object[]))]
6521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesData", MemberParameters = new object[]
6522 {
6523 typeof(global::System.Reflection.ICustomAttributeProvider),
6524 typeof(global::System.Type),
6525 typeof(bool)
6526 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
6527 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetPseudoCustomAttributesData", MemberParameters = new object[]
6528 {
6529 typeof(global::System.Reflection.ICustomAttributeProvider),
6530 typeof(global::System.Type)
6531 }, ReturnType = typeof(global::System.Reflection.CustomAttributeData[]))]
6532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "RetrieveAttributeUsageNoCache", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.AttributeUsageAttribute))]
6533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeFieldHandle), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeMethodHandle), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "SetContinuationForAwait", MemberParameters = new object[]
6537 {
6538 typeof(global::System.Action),
6539 typeof(bool),
6540 typeof(bool)
6541 }, ReturnType = typeof(void))]
6542 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.AwaitTaskContinuation), Member = "get_IsValidLocationForInlining", ReturnType = typeof(bool))]
6543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "get_Preamble", ReturnType = typeof(global::System.ReadOnlySpan<byte>))]
6544 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF8Encoding), Member = "get_Preamble", ReturnType = typeof(global::System.ReadOnlySpan<byte>))]
6545 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UnicodeEncoding), Member = "get_Preamble", ReturnType = typeof(global::System.ReadOnlySpan<byte>))]
6546 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.CodeAccessPermission), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6547 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoStream), Member = "FlushAsync", MemberParameters = new object[] { typeof(global::System.Threading.CancellationToken) }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
6548 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "GetOrCreateClientIdentity", MemberParameters = new object[]
6549 {
6550 typeof(global::System.Runtime.Remoting.ObjRef),
6551 typeof(global::System.Type),
6552 typeof(ref object)
6553 }, ReturnType = typeof(global::System.Runtime.Remoting.ClientIdentity))]
6554 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.TypeInfo), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
6555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodCall), Member = "ResolveMethod", ReturnType = typeof(void))]
6556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodCall), Member = "CastTo", MemberParameters = new object[]
6557 {
6558 typeof(string),
6559 typeof(global::System.Type)
6560 }, ReturnType = typeof(global::System.Type))]
6561 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationEvents), Member = "GetMethodsWithAttribute", MemberParameters = new object[]
6562 {
6563 typeof(global::System.Type),
6564 typeof(global::System.Type)
6565 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.Reflection.MethodInfo>))]
6566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "DoValueTypeFixup", MemberParameters = new object[]
6567 {
6568 typeof(global::System.Reflection.FieldInfo),
6569 typeof(global::System.Runtime.Serialization.ObjectHolder),
6570 typeof(object)
6571 }, ReturnType = typeof(bool))]
6572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectHolder), Member = "get_CanSurrogatedObjectValueChange", ReturnType = typeof(bool))]
6573 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = "System.Runtime.Serialization.IObjectReference.GetRealObject", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(object))]
6574 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo), Member = "isCompatible", MemberParameters = new object[]
6575 {
6576 typeof(int),
6577 typeof(string[]),
6578 typeof(global::System.Type[])
6579 }, ReturnType = typeof(bool))]
6580 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "GetType", MemberParameters = new object[]
6581 {
6582 typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo),
6583 typeof(string)
6584 }, ReturnType = typeof(global::System.Type))]
6585 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "GetCustomMarshalerInstance", MemberParameters = new object[]
6586 {
6587 typeof(global::System.Type),
6588 typeof(string)
6589 }, ReturnType = typeof(global::System.Runtime.InteropServices.ICustomMarshaler))]
6590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ManifestBasedResourceGroveler), Member = "CaseInsensitiveManifestResourceStreamLookup", MemberParameters = new object[]
6591 {
6592 typeof(global::System.Reflection.RuntimeAssembly),
6593 typeof(string)
6594 }, ReturnType = typeof(global::System.IO.Stream))]
6595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ManifestBasedResourceGroveler), Member = "CanUseDefaultResourceClasses", MemberParameters = new object[]
6596 {
6597 typeof(string),
6598 typeof(string)
6599 }, ReturnType = typeof(bool))]
6600 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ManifestBasedResourceGroveler), Member = "HandleResourceStreamMissing", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
6601 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "LoadString", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
6602 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "DeserializeObject", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
6603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfo), Member = "get_Module", ReturnType = typeof(global::System.Reflection.Module))]
6604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfo), Member = "op_Equality", MemberParameters = new object[]
6605 {
6606 typeof(global::System.Reflection.MemberInfo),
6607 typeof(global::System.Reflection.MemberInfo)
6608 }, ReturnType = typeof(bool))]
6609 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MethodBase), Member = "GetMethodFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeMethodHandle) }, ReturnType = typeof(global::System.Reflection.MethodBase))]
6610 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureTypeExtensions), Member = "MatchesExactly", MemberParameters = new object[]
6611 {
6612 typeof(global::System.Reflection.SignatureType),
6613 typeof(global::System.Type)
6614 }, ReturnType = typeof(bool))]
6615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeNamedArgument), Member = "ToString", ReturnType = typeof(string))]
6616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
6617 [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))]
6618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ExceptionHandlingClause), Member = "ToString", ReturnType = typeof(string))]
6619 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeEventInfo), Member = "GetBindingFlags", ReturnType = typeof(global::System.Reflection.BindingFlags))]
6620 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Read", MemberParameters = new object[] { typeof(global::System.Span<byte>) }, ReturnType = typeof(int))]
6621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "CopyTo", MemberParameters = new object[]
6622 {
6623 typeof(global::System.IO.Stream),
6624 typeof(int)
6625 }, ReturnType = typeof(void))]
6626 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Write", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
6627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = ".ctor", MemberParameters = new object[]
6628 {
6629 typeof(string),
6630 typeof(bool),
6631 typeof(bool)
6632 }, ReturnType = typeof(void))]
6633 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequestPrefixElement", Member = "get_Creator", ReturnType = "System.Net.IWebRequestCreate")]
6634 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Read", MemberParameters = new object[] { "System.Span`1<Byte>" }, ReturnType = typeof(int))]
6635 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Write", MemberParameters = new object[] { "System.ReadOnlySpan`1<Byte>" }, ReturnType = typeof(void))]
6636 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs", Member = "OnCompleted", MemberParameters = new object[]
6637 {
6638 "System.Action`1<Object>",
6639 typeof(object),
6640 typeof(short),
6641 typeof(global::System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
6642 }, ReturnType = typeof(void))]
6643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComponentResourceManager", Member = "ApplyResources", MemberParameters = new object[]
6644 {
6645 typeof(object),
6646 typeof(string),
6647 typeof(global::System.Globalization.CultureInfo)
6648 }, ReturnType = typeof(void))]
6649 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = "Equals", MemberParameters = new object[] { "System.ComponentModel.PropertyTabAttribute" }, ReturnType = typeof(bool))]
6650 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseManager", Member = "ValidateInternalRecursive", MemberParameters = new object[]
6651 {
6652 "System.ComponentModel.LicenseContext",
6653 typeof(global::System.Type),
6654 typeof(object),
6655 typeof(bool),
6656 "System.ComponentModel.License&",
6657 typeof(ref string)
6658 }, ReturnType = typeof(bool))]
6659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = "get_TypeId", ReturnType = typeof(object))]
6660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6661 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "get_Converter", ReturnType = "System.ComponentModel.TypeConverter")]
6662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "GetEditor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
6663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "GetTypeFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Type))]
6664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "AddEventHandler", MemberParameters = new object[]
6665 {
6666 typeof(object),
6667 typeof(global::System.Delegate)
6668 }, ReturnType = typeof(void))]
6669 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "FillEventInfoAttribute", MemberParameters = new object[]
6670 {
6671 typeof(global::System.Reflection.EventInfo),
6672 typeof(global::System.Collections.IList)
6673 }, ReturnType = typeof(void))]
6674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "FillMethods", ReturnType = typeof(void))]
6675 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectEventDescriptor", Member = "FillSingleMethodAttribute", MemberParameters = new object[]
6676 {
6677 typeof(global::System.Reflection.MethodInfo),
6678 typeof(global::System.Collections.IList)
6679 }, ReturnType = typeof(void))]
6680 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertTo", MemberParameters = new object[]
6681 {
6682 "System.ComponentModel.ITypeDescriptorContext",
6683 typeof(global::System.Globalization.CultureInfo),
6684 typeof(object),
6685 typeof(global::System.Type)
6686 }, ReturnType = typeof(object))]
6687 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MemberDescriptor", Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
6688 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_IsExtender", ReturnType = typeof(bool))]
6689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "get_SetMethodValue", ReturnType = typeof(global::System.Reflection.MethodInfo))]
6690 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "FillAttributes", MemberParameters = new object[] { typeof(global::System.Collections.IList) }, ReturnType = typeof(void))]
6691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetAttributes", ReturnType = "System.ComponentModel.AttributeCollection")]
6692 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetConverter", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.TypeConverter")]
6693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetEditor", MemberParameters = new object[]
6694 {
6695 typeof(object),
6696 typeof(global::System.Type)
6697 }, ReturnType = typeof(object))]
6698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetEditorAttribute", MemberParameters = new object[]
6699 {
6700 "System.ComponentModel.AttributeCollection",
6701 typeof(global::System.Type)
6702 }, ReturnType = "System.ComponentModel.EditorAttribute")]
6703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetEvents", ReturnType = "System.ComponentModel.EventDescriptorCollection")]
6704 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetProperties", ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
6705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "GetExtendedProperties", MemberParameters = new object[] { typeof(object) }, ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
6706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetExtendedProperties", MemberParameters = new object[] { "System.ComponentModel.IExtenderProvider" }, ReturnType = "System.ComponentModel.PropertyDescriptor[]")]
6707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "SearchIntrinsicTable", MemberParameters = new object[]
6708 {
6709 typeof(global::System.Collections.Hashtable),
6710 typeof(global::System.Type)
6711 }, ReturnType = typeof(object))]
6712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CheckDefaultProvider", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
6713 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "CreateDesigner", MemberParameters = new object[]
6714 {
6715 "System.ComponentModel.IComponent",
6716 typeof(global::System.Type)
6717 }, ReturnType = "System.ComponentModel.Design.IDesigner")]
6718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[]
6719 {
6720 typeof(object),
6721 typeof(bool)
6722 }, ReturnType = typeof(void))]
6723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
6724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor", Member = "Refresh", MemberParameters = new object[] { typeof(global::System.Reflection.Module) }, ReturnType = typeof(void))]
6725 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "Read", MemberParameters = new object[] { "System.Span`1<Byte>" }, ReturnType = typeof(int))]
6726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "Write", MemberParameters = new object[] { "System.ReadOnlySpan`1<Byte>" }, ReturnType = typeof(void))]
6727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "ReadAsync", MemberParameters = new object[]
6728 {
6729 "System.Memory`1<Byte>",
6730 typeof(global::System.Threading.CancellationToken)
6731 }, ReturnType = "System.Threading.Tasks.ValueTask`1<Int32>")]
6732 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "WriteAsync", MemberParameters = new object[]
6733 {
6734 "System.ReadOnlyMemory`1<Byte>",
6735 typeof(global::System.Threading.CancellationToken)
6736 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
6737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBaseConverter", Member = "IsDerivedFrom", MemberParameters = new object[]
6738 {
6739 typeof(global::System.Type),
6740 typeof(global::System.Type)
6741 }, ReturnType = typeof(bool))]
6742 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlUntypedConverter", Member = "ChangeListType", MemberParameters = new object[]
6743 {
6744 typeof(object),
6745 typeof(global::System.Type),
6746 "System.Xml.IXmlNamespaceResolver"
6747 }, ReturnType = typeof(object))]
6748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlListConverter", Member = "ChangeListType", MemberParameters = new object[]
6749 {
6750 typeof(object),
6751 typeof(global::System.Type),
6752 "System.Xml.IXmlNamespaceResolver"
6753 }, ReturnType = typeof(object))]
6754 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 161)]
6755 public static bool operator !=(global::System.Type left, global::System.Type right)
6756 {
6757 throw null;
6758 }
6759
6760 [global::Cpp2ILInjected.Token(Token = "0x170000EE")]
6761 internal string FullNameOrDefault
6762 {
6763 [global::Cpp2ILInjected.Token(Token = "0x6000A98")]
6764 [global::Cpp2ILInjected.Address(RVA = "0x1C4FFFC", Offset = "0x1C4FFFC", Length = "0xF8")]
6765 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
6766 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
6767 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
6768 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
6769 get
6770 {
6771 throw null;
6772 }
6773 }
6774
6775 [global::Cpp2ILInjected.Token(Token = "0x6000A99")]
6776 [global::Cpp2ILInjected.Address(RVA = "0x1C4D940", Offset = "0x1C4D940", Length = "0x8C")]
6777 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
6778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "get_IsSerializable", ReturnType = typeof(bool))]
6779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "IsAssignableFrom", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(bool))]
6780 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectMethod", MemberParameters = new object[]
6781 {
6782 typeof(global::System.Reflection.BindingFlags),
6783 typeof(global::System.Reflection.MethodBase[]),
6784 typeof(global::System.Type[]),
6785 typeof(global::System.Reflection.ParameterModifier[])
6786 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
6787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Pointer), Member = "Box", MemberParameters = new object[]
6788 {
6789 typeof(void*),
6790 typeof(global::System.Type)
6791 }, ReturnType = typeof(object))]
6792 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
6793 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
6795 {
6796 throw null;
6797 }
6798
6799 [global::Cpp2ILInjected.Token(Token = "0x6000A9A")]
6800 [global::Cpp2ILInjected.Address(RVA = "0x1C50118", Offset = "0x1C50118", Length = "0xC")]
6801 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
6802 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
6803 internal virtual string InternalGetNameIfAvailable(ref global::System.Type rootCauseForFailure)
6804 {
6805 throw null;
6806 }
6807
6808 [global::Cpp2ILInjected.Token(Token = "0x170000EF")]
6809 internal string InternalNameIfAvailable
6810 {
6811 [global::Cpp2ILInjected.Token(Token = "0x6000A9B")]
6812 [global::Cpp2ILInjected.Address(RVA = "0x1C500F4", Offset = "0x1C500F4", Length = "0x24")]
6813 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
6814 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
6815 get
6816 {
6817 throw null;
6818 }
6819 }
6820
6821 [global::Cpp2ILInjected.Token(Token = "0x170000F0")]
6822 internal string NameOrDefault
6823 {
6824 [global::Cpp2ILInjected.Token(Token = "0x6000A9C")]
6825 [global::Cpp2ILInjected.Address(RVA = "0x1C50124", Offset = "0x1C50124", Length = "0x70")]
6826 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
6827 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
6828 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
6829 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
6830 get
6831 {
6832 throw null;
6833 }
6834 }
6835
6836 // Note: this type is marked as 'beforefieldinit'.
6837 [global::Cpp2ILInjected.Token(Token = "0x6000A9D")]
6838 [global::Cpp2ILInjected.Address(RVA = "0x1C50194", Offset = "0x1C50194", Length = "0x1C0")]
6839 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
6840 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
6841 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MemberFilter), Member = ".ctor", MemberParameters = new object[]
6842 {
6843 typeof(object),
6844 typeof(global::System.IntPtr)
6845 }, ReturnType = typeof(void))]
6846 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
6847 static Type()
6848 {
6849 throw null;
6850 }
6851
6852 [global::Cpp2ILInjected.Token(Token = "0x40003D8")]
6853 private static global::System.Reflection.Binder s_defaultBinder;
6854
6855 [global::Cpp2ILInjected.Token(Token = "0x40003D9")]
6856 public static readonly char Delimiter;
6857
6858 [global::Cpp2ILInjected.Token(Token = "0x40003DA")]
6859 public static readonly global::System.Type[] EmptyTypes;
6860
6861 [global::Cpp2ILInjected.Token(Token = "0x40003DB")]
6862 public static readonly object Missing;
6863
6864 [global::Cpp2ILInjected.Token(Token = "0x40003DC")]
6865 public static readonly global::System.Reflection.MemberFilter FilterAttribute;
6866
6867 [global::Cpp2ILInjected.Token(Token = "0x40003DD")]
6868 public static readonly global::System.Reflection.MemberFilter FilterName;
6869
6870 [global::Cpp2ILInjected.Token(Token = "0x40003DE")]
6871 public static readonly global::System.Reflection.MemberFilter FilterNameIgnoreCase;
6872
6873 [global::Cpp2ILInjected.Token(Token = "0x40003DF")]
6874 private const global::System.Reflection.BindingFlags DefaultLookup = global::System.Reflection.BindingFlags.Instance | global::System.Reflection.BindingFlags.Static | global::System.Reflection.BindingFlags.Public;
6875
6876 [global::Cpp2ILInjected.Token(Token = "0x40003E0")]
6877 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
6878 internal global::System.RuntimeTypeHandle _impl;
6879
6880 [global::Cpp2ILInjected.Token(Token = "0x40003E1")]
6881 internal const string DefaultTypeNameWhenMissingMetadata = "UnknownType";
6882 }
6883}
class f__AnonymousType0<< Count > j__TPar
global::System.Reflection.MethodInfo GetMethodImpl(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
static global::System.Type GetType(string typeName, bool throwOnError, bool ignoreCase)
Definition Type.cs:4919
virtual bool Equals(global::System.Type o)
Definition Type.cs:2486
global::System.Reflection.ConstructorInfo[] GetConstructors()
Definition Type.cs:1773
static readonly object Missing
Definition Type.cs:6862
unsafe bool IsRuntimeImplemented()
Definition Type.cs:6794
virtual string FormatTypeName(bool serialization)
Definition Type.cs:4817
static readonly char Delimiter
Definition Type.cs:6856
global::System.Reflection.TypeAttributes GetAttributeFlagsImpl()
virtual bool IsMarshalByRefImpl()
Definition Type.cs:1367
global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Reflection.BindingFlags bindingAttr)
Definition Type.cs:2161
virtual bool IsEquivalentTo(global::System.Type other)
Definition Type.cs:2344
global::System.Type GetNestedType(string name, global::System.Reflection.BindingFlags bindingAttr)
virtual bool IsSerializable
Definition Type.cs:199
static Type()
Definition Type.cs:6847
virtual global::System.Type MakeArrayType(int rank)
Definition Type.cs:2395
global::System.Reflection.MethodInfo GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr)
Definition Type.cs:1960
void GetEnumData(out string[] enumNames, out global::System.Array enumValues)
Definition Type.cs:157
global::System.Reflection.MethodInfo GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
Definition Type.cs:2086
bool HasElementTypeImpl()
global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
Definition Type.cs:2222
static global::System.Type GetType(string typeName, global::System.Func< global::System.Reflection.AssemblyName, global::System.Reflection.Assembly > assemblyResolver, global::System.Func< global::System.Reflection.Assembly, string, bool, global::System.Type > typeResolver, bool throwOnError)
Definition Type.cs:4979
virtual string GetEnumName(object value)
Definition Type.cs:109
static readonly global::System.Reflection.MemberFilter FilterName
Definition Type.cs:6868
bool IsByRefImpl()
virtual string[] GetEnumNames()
Definition Type.cs:129
bool IsPointerImpl()
virtual bool IsInstanceOfType(object o)
Definition Type.cs:2334
global::System.Type[] GetInterfaces()
global::System.Array GetEnumRawConstantValues()
Definition Type.cs:142
virtual bool IsSubclassOf(global::System.Type c)
Definition Type.cs:300
global::System.Reflection.FieldInfo[] GetFields(global::System.Reflection.BindingFlags bindingAttr)
new global::System.Type GetType()
Definition Type.cs:446
virtual int GetArrayRank()
Definition Type.cs:940
string FormatTypeName()
Definition Type.cs:4807
virtual global::System.Type[] GetGenericParameterConstraints()
Definition Type.cs:1014
global::System.Reflection.FieldInfo GetField(string name, global::System.Reflection.BindingFlags bindingAttr)
global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Type returnType)
Definition Type.cs:2172
global::System.Reflection.PropertyInfo GetProperty(string name)
Definition Type.cs:2142
bool ImplementInterface(global::System.Type ifaceType)
Definition Type.cs:326
virtual string InternalGetNameIfAvailable(ref global::System.Type rootCauseForFailure)
Definition Type.cs:6803
static global::System.Type GetType(string typeName)
Definition Type.cs:4955
virtual bool IsEnumDefined(object value)
Definition Type.cs:81
global::System.Reflection.MethodInfo GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
Definition Type.cs:2108
global::System.Reflection.FieldInfo[] GetFields()
Definition Type.cs:1837
static readonly global::System.Reflection.MemberFilter FilterNameIgnoreCase
Definition Type.cs:6871
override int GetHashCode()
Definition Type.cs:2476
virtual bool IsAssignableFrom(global::System.Type c)
Definition Type.cs:313
static global::System.Reflection.Binder s_defaultBinder
Definition Type.cs:6853
global::System.Reflection.FieldInfo GetField(string name)
Definition Type.cs:1817
global::System.Reflection.MethodInfo GetMethod(string name)
Definition Type.cs:1912
static global::System.Type GetType(string typeName, bool throwOnError)
Definition Type.cs:4937
static global::System.Type internal_from_handle(global::System.IntPtr handle)
virtual global::System.Type MakePointerType()
Definition Type.cs:2425
global::System.Reflection.EventInfo[] GetEvents(global::System.Reflection.BindingFlags bindingAttr)
virtual global::System.Reflection.GenericParameterAttributes GenericParameterAttributes
Definition Type.cs:995
static readonly global::System.Type[] EmptyTypes
Definition Type.cs:6859
global::System.Reflection.MethodInfo[] GetMethods()
Definition Type.cs:2122
static unsafe global::System.Type GetTypeFromHandle(global::System.RuntimeTypeHandle handle)
Definition Type.cs:4777
virtual bool IsContextfulImpl()
Definition Type.cs:1318
virtual global::System.Type MakeGenericType(params global::System.Type[] typeArguments)
Definition Type.cs:2415
object InvokeMember(string name, global::System.Reflection.BindingFlags invokeAttr, global::System.Reflection.Binder binder, object target, object[] args, global::System.Reflection.ParameterModifier[] modifiers, global::System.Globalization.CultureInfo culture, string[] namedParameters)
static global::System.RuntimeTypeHandle GetTypeHandle(object o)
Definition Type.cs:2262
virtual global::System.TypeCode GetTypeCodeImpl()
Definition Type.cs:2311
bool IsVisible
Definition Type.cs:253
virtual global::System.Array GetEnumValues()
Definition Type.cs:2375
static readonly global::System.Reflection.MemberFilter FilterAttribute
Definition Type.cs:6865
global::System.RuntimeTypeHandle _impl
Definition Type.cs:6878
global::System.Reflection.EventInfo GetEvent(string name, global::System.Reflection.BindingFlags bindingAttr)
global::System.Reflection.MethodInfo[] GetMethods(global::System.Reflection.BindingFlags bindingAttr)
bool IsPrimitiveImpl()
global::System.Reflection.EventInfo GetEvent(string name)
Definition Type.cs:1787
virtual global::System.Type[] GetGenericArguments()
Definition Type.cs:974
static bool FilterAttributeImpl(global::System.Reflection.MemberInfo m, object filterCriteria)
Definition Type.cs:337
static int BinarySearch(global::System.Array array, object value)
Definition Type.cs:177
static global::System.Type MakeGenericSignatureType(global::System.Type genericTypeDefinition, params global::System.Type[] typeArguments)
Definition Type.cs:2440
global::System.Type GetElementType()
static bool FilterNameIgnoreCaseImpl(global::System.Reflection.MemberInfo m, object filterCriteria)
Definition Type.cs:398
global::System.Reflection.ConstructorInfo GetConstructor(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
Definition Type.cs:1741
global::System.Reflection.MemberInfo[] GetMember(string name)
Definition Type.cs:1855
override string ToString()
Definition Type.cs:2455
virtual bool IsValueTypeImpl()
Definition Type.cs:1633
global::System.Reflection.PropertyInfo GetProperty(string name, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
Definition Type.cs:2198
global::System.Reflection.ConstructorInfo[] GetConstructors(global::System.Reflection.BindingFlags bindingAttr)
virtual bool ContainsGenericParameters
Definition Type.cs:215
static bool IsIntegerType(global::System.Type t)
Definition Type.cs:192
static global::System.TypeCode GetTypeCode(global::System.Type type)
Definition Type.cs:2300
virtual global::System.Reflection.MemberInfo[] GetMember(string name, global::System.Reflection.MemberTypes type, global::System.Reflection.BindingFlags bindingAttr)
Definition Type.cs:1874
global::System.Reflection.PropertyInfo GetPropertyImpl(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
virtual global::System.Type GetGenericTypeDefinition()
Definition Type.cs:950
virtual global::System.Reflection.MemberInfo[] GetMember(string name, global::System.Reflection.BindingFlags bindingAttr)
Definition Type.cs:1864
virtual global::System.Type GetEnumUnderlyingType()
Definition Type.cs:2359
global::System.Reflection.ConstructorInfo GetConstructor(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
Definition Type.cs:1755
bool IsCOMObjectImpl()
override bool Equals(object o)
Definition Type.cs:2465
static bool FilterNameImpl(global::System.Reflection.MemberInfo m, object filterCriteria)
Definition Type.cs:363
global::System.Type GetRootElementType()
Definition Type.cs:246
virtual global::System.Type MakeArrayType()
Definition Type.cs:2385
global::System.Reflection.ConstructorInfo GetConstructorImpl(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers)
bool IsArrayImpl()
virtual global::System.Type MakeByRefType()
Definition Type.cs:2405
global::System.Reflection.PropertyInfo[] GetProperties(global::System.Reflection.BindingFlags bindingAttr)
TypeCode
Definition TypeCode.cs:8