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
Attribute.cs
Go to the documentation of this file.
1using System;
18using Cpp2ILInjected;
20using Mono.Interop;
21
22namespace System
23{
24 [global::System.AttributeUsage(global::System.AttributeTargets.All, Inherited = true, AllowMultiple = false)]
25 [global::Cpp2ILInjected.Token(Token = "0x2000145")]
26 [global::System.Serializable]
27 public abstract class Attribute
28 {
29 [global::Cpp2ILInjected.Token(Token = "0x6000CD1")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1C5E194", Offset = "0x1C5E194", Length = "0xAC")]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
32 {
33 typeof(global::System.Reflection.MemberInfo),
34 typeof(global::System.Type),
35 typeof(bool)
36 }, ReturnType = typeof(global::System.Attribute[]))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
38 {
39 typeof(global::System.Reflection.MemberInfo),
40 typeof(bool)
41 }, ReturnType = typeof(global::System.Attribute[]))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
44 {
45 typeof(global::System.Reflection.ICustomAttributeProvider),
46 typeof(global::System.Type),
47 typeof(bool)
48 }, ReturnType = typeof(object[]))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
50 private static global::System.Attribute[] InternalGetCustomAttributes(global::System.Reflection.PropertyInfo element, global::System.Type type, bool inherit)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6000CD2")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1C5E240", Offset = "0x1C5E240", Length = "0xAC")]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
58 {
59 typeof(global::System.Reflection.MemberInfo),
60 typeof(global::System.Type),
61 typeof(bool)
62 }, ReturnType = typeof(global::System.Attribute[]))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
64 {
65 typeof(global::System.Reflection.MemberInfo),
66 typeof(bool)
67 }, ReturnType = typeof(global::System.Attribute[]))]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
70 {
71 typeof(global::System.Reflection.ICustomAttributeProvider),
72 typeof(global::System.Type),
73 typeof(bool)
74 }, ReturnType = typeof(object[]))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
76 private static global::System.Attribute[] InternalGetCustomAttributes(global::System.Reflection.EventInfo element, global::System.Type type, bool inherit)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x6000CD3")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1C5E2EC", Offset = "0x1C5E2EC", Length = "0x4E4")]
83 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
85 {
86 typeof(global::System.Reflection.ParameterInfo),
87 typeof(global::System.Type),
88 typeof(bool)
89 }, ReturnType = typeof(global::System.Attribute[]))]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
91 {
92 typeof(global::System.Reflection.ParameterInfo),
93 typeof(bool)
94 }, ReturnType = typeof(global::System.Attribute[]))]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
97 {
98 typeof(global::System.Type),
99 typeof(global::System.Type)
100 }, ReturnType = typeof(bool))]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MethodInfo), Member = "op_Equality", MemberParameters = new object[]
103 {
104 typeof(global::System.Reflection.MethodInfo),
105 typeof(global::System.Reflection.MethodInfo)
106 }, ReturnType = typeof(bool))]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetBaseMethod", ReturnType = typeof(global::System.Reflection.MethodInfo))]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
112 {
113 typeof(global::System.Type),
114 typeof(int)
115 }, ReturnType = typeof(global::System.Array))]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "CopyTo", MemberParameters = new object[]
117 {
118 typeof(object[]),
119 typeof(int)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
122 private static global::System.Attribute[] InternalParamGetCustomAttributes(global::System.Reflection.ParameterInfo parameter, global::System.Type attributeType, bool inherit)
123 {
124 throw null;
125 }
126
127 [global::Cpp2ILInjected.Token(Token = "0x6000CD4")]
128 [global::Cpp2ILInjected.Address(RVA = "0x1C5E7D0", Offset = "0x1C5E7D0", Length = "0x70")]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "IsDefined", MemberParameters = new object[]
130 {
131 typeof(global::System.Reflection.MemberInfo),
132 typeof(global::System.Type),
133 typeof(bool)
134 }, ReturnType = typeof(bool))]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "IsDefined", MemberParameters = new object[]
137 {
138 typeof(global::System.Reflection.ICustomAttributeProvider),
139 typeof(global::System.Type),
140 typeof(bool)
141 }, ReturnType = typeof(bool))]
142 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
143 private static bool InternalIsDefined(global::System.Reflection.PropertyInfo element, global::System.Type attributeType, bool inherit)
144 {
145 throw null;
146 }
147
148 [global::Cpp2ILInjected.Token(Token = "0x6000CD5")]
149 [global::Cpp2ILInjected.Address(RVA = "0x1C5E840", Offset = "0x1C5E840", Length = "0x70")]
150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "IsDefined", MemberParameters = new object[]
151 {
152 typeof(global::System.Reflection.MemberInfo),
153 typeof(global::System.Type),
154 typeof(bool)
155 }, ReturnType = typeof(bool))]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "IsDefined", MemberParameters = new object[]
158 {
159 typeof(global::System.Reflection.ICustomAttributeProvider),
160 typeof(global::System.Type),
161 typeof(bool)
162 }, ReturnType = typeof(bool))]
163 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
164 private static bool InternalIsDefined(global::System.Reflection.EventInfo element, global::System.Type attributeType, bool inherit)
165 {
166 throw null;
167 }
168
169 [global::Cpp2ILInjected.Token(Token = "0x6000CD6")]
170 [global::Cpp2ILInjected.Address(RVA = "0x1C5E8B0", Offset = "0x1C5E8B0", Length = "0x8")]
171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeExtensions), Member = "GetCustomAttributes", MemberParameters = new object[]
172 {
173 typeof(global::System.Reflection.MemberInfo),
174 typeof(global::System.Type)
175 }, ReturnType = typeof(global::System.Collections.Generic.IEnumerable<global::System.Attribute>))]
176 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
177 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.MemberInfo element, global::System.Type type)
178 {
179 throw null;
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x6000CD7")]
183 [global::Cpp2ILInjected.Address(RVA = "0x1C5E8B8", Offset = "0x1C5E8B8", Length = "0x2E8")]
184 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttribute", MemberParameters = new object[]
186 {
187 typeof(global::System.Reflection.MemberInfo),
188 typeof(global::System.Type),
189 typeof(bool)
190 }, ReturnType = typeof(global::System.Attribute))]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberParameters = new object[]
192 {
193 typeof(object),
194 typeof(global::System.Type),
195 typeof(bool)
196 }, ReturnType = "System.Attribute[]")]
197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MemberInfo), Member = "op_Equality", MemberParameters = new object[]
199 {
200 typeof(global::System.Reflection.MemberInfo),
201 typeof(global::System.Reflection.MemberInfo)
202 }, ReturnType = typeof(bool))]
203 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
204 {
205 typeof(global::System.Type),
206 typeof(global::System.Type)
207 }, ReturnType = typeof(bool))]
208 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
210 {
211 typeof(global::System.Type),
212 typeof(global::System.Type)
213 }, ReturnType = typeof(bool))]
214 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "InternalGetCustomAttributes", MemberParameters = new object[]
215 {
216 typeof(global::System.Reflection.PropertyInfo),
217 typeof(global::System.Type),
218 typeof(bool)
219 }, ReturnType = typeof(global::System.Attribute[]))]
220 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "InternalGetCustomAttributes", MemberParameters = new object[]
221 {
222 typeof(global::System.Reflection.EventInfo),
223 typeof(global::System.Type),
224 typeof(bool)
225 }, ReturnType = typeof(global::System.Attribute[]))]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
229 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
230 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.MemberInfo element, global::System.Type type, bool inherit)
231 {
232 throw null;
233 }
234
235 [global::Cpp2ILInjected.Token(Token = "0x6000CD8")]
236 [global::Cpp2ILInjected.Address(RVA = "0x1C5EBA0", Offset = "0x1C5EBA0", Length = "0x238")]
237 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberParameters = new object[]
239 {
240 typeof(object),
241 typeof(global::System.Type),
242 typeof(bool)
243 }, ReturnType = "System.Attribute[]")]
244 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MemberInfo), Member = "op_Equality", MemberParameters = new object[]
246 {
247 typeof(global::System.Reflection.MemberInfo),
248 typeof(global::System.Reflection.MemberInfo)
249 }, ReturnType = typeof(bool))]
250 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
251 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "InternalGetCustomAttributes", MemberParameters = new object[]
252 {
253 typeof(global::System.Reflection.PropertyInfo),
254 typeof(global::System.Type),
255 typeof(bool)
256 }, ReturnType = typeof(global::System.Attribute[]))]
257 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "InternalGetCustomAttributes", MemberParameters = new object[]
258 {
259 typeof(global::System.Reflection.EventInfo),
260 typeof(global::System.Type),
261 typeof(bool)
262 }, ReturnType = typeof(global::System.Attribute[]))]
263 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
264 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
265 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.MemberInfo element, bool inherit)
266 {
267 throw null;
268 }
269
270 [global::Cpp2ILInjected.Token(Token = "0x6000CD9")]
271 [global::Cpp2ILInjected.Address(RVA = "0x1C5EDD8", Offset = "0x1C5EDD8", Length = "0x8")]
272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeExtensions), Member = "IsDefined", MemberParameters = new object[]
273 {
274 typeof(global::System.Reflection.MemberInfo),
275 typeof(global::System.Type)
276 }, ReturnType = typeof(bool))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AttributeHelperEngine", Member = "GetParentTypeDisallowingMultipleInclusion", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
278 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
279 public static bool IsDefined(global::System.Reflection.MemberInfo element, global::System.Type attributeType)
280 {
281 throw null;
282 }
283
284 [global::Cpp2ILInjected.Token(Token = "0x6000CDA")]
285 [global::Cpp2ILInjected.Address(RVA = "0x1C5EDE0", Offset = "0x1C5EDE0", Length = "0x2C8")]
286 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
287 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
288 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MemberInfo), Member = "op_Equality", MemberParameters = new object[]
289 {
290 typeof(global::System.Reflection.MemberInfo),
291 typeof(global::System.Reflection.MemberInfo)
292 }, ReturnType = typeof(bool))]
293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
294 {
295 typeof(global::System.Type),
296 typeof(global::System.Type)
297 }, ReturnType = typeof(bool))]
298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
299 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
300 {
301 typeof(global::System.Type),
302 typeof(global::System.Type)
303 }, ReturnType = typeof(bool))]
304 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "InternalIsDefined", MemberParameters = new object[]
305 {
306 typeof(global::System.Reflection.PropertyInfo),
307 typeof(global::System.Type),
308 typeof(bool)
309 }, ReturnType = typeof(bool))]
310 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "InternalIsDefined", MemberParameters = new object[]
311 {
312 typeof(global::System.Reflection.EventInfo),
313 typeof(global::System.Type),
314 typeof(bool)
315 }, ReturnType = typeof(bool))]
316 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
317 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
319 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
320 public static bool IsDefined(global::System.Reflection.MemberInfo element, global::System.Type attributeType, bool inherit)
321 {
322 throw null;
323 }
324
325 [global::Cpp2ILInjected.Token(Token = "0x6000CDB")]
326 [global::Cpp2ILInjected.Address(RVA = "0x1C5F0A8", Offset = "0x1C5F0A8", Length = "0x8C")]
327 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
328 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "Unmarshal", MemberParameters = new object[]
329 {
330 typeof(global::System.Runtime.Remoting.ObjRef),
331 typeof(bool)
332 }, ReturnType = typeof(object))]
333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "CreateClientProxyForContextBound", MemberParameters = new object[]
334 {
335 typeof(global::System.Type),
336 typeof(object[])
337 }, ReturnType = typeof(object))]
338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseManager", Member = "ValidateInternalRecursive", MemberParameters = new object[]
339 {
340 "System.ComponentModel.LicenseContext",
341 typeof(global::System.Type),
342 typeof(object),
343 typeof(bool),
344 "System.ComponentModel.License&",
345 typeof(ref string)
346 }, ReturnType = typeof(bool))]
347 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
348 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
349 {
350 typeof(global::System.Reflection.MemberInfo),
351 typeof(global::System.Type),
352 typeof(bool)
353 }, ReturnType = typeof(global::System.Attribute[]))]
354 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.AmbiguousMatchException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
356 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
357 public static global::System.Attribute GetCustomAttribute(global::System.Reflection.MemberInfo element, global::System.Type attributeType, bool inherit)
358 {
359 throw null;
360 }
361
362 [global::Cpp2ILInjected.Token(Token = "0x6000CDC")]
363 [global::Cpp2ILInjected.Address(RVA = "0x1C5F134", Offset = "0x1C5F134", Length = "0x2A8")]
364 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberParameters = new object[]
366 {
367 typeof(object),
368 typeof(global::System.Type),
369 typeof(bool)
370 }, ReturnType = "System.Attribute[]")]
371 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
373 {
374 typeof(global::System.Type),
375 typeof(global::System.Type)
376 }, ReturnType = typeof(bool))]
377 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
379 {
380 typeof(global::System.Type),
381 typeof(global::System.Type)
382 }, ReturnType = typeof(bool))]
383 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MemberInfo), Member = "op_Equality", MemberParameters = new object[]
384 {
385 typeof(global::System.Reflection.MemberInfo),
386 typeof(global::System.Reflection.MemberInfo)
387 }, ReturnType = typeof(bool))]
388 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "InternalParamGetCustomAttributes", MemberParameters = new object[]
389 {
390 typeof(global::System.Reflection.ParameterInfo),
391 typeof(global::System.Type),
392 typeof(bool)
393 }, ReturnType = typeof(global::System.Attribute[]))]
394 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
395 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
396 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
397 {
398 typeof(string),
399 typeof(string)
400 }, ReturnType = typeof(void))]
401 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
402 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
403 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.ParameterInfo element, global::System.Type attributeType, bool inherit)
404 {
405 throw null;
406 }
407
408 [global::Cpp2ILInjected.Token(Token = "0x6000CDD")]
409 [global::Cpp2ILInjected.Address(RVA = "0x1C5F3DC", Offset = "0x1C5F3DC", Length = "0x1C8")]
410 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
411 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberParameters = new object[]
412 {
413 typeof(object),
414 typeof(global::System.Type),
415 typeof(bool)
416 }, ReturnType = "System.Attribute[]")]
417 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
418 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MemberInfo), Member = "op_Equality", MemberParameters = new object[]
419 {
420 typeof(global::System.Reflection.MemberInfo),
421 typeof(global::System.Reflection.MemberInfo)
422 }, ReturnType = typeof(bool))]
423 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "InternalParamGetCustomAttributes", MemberParameters = new object[]
424 {
425 typeof(global::System.Reflection.ParameterInfo),
426 typeof(global::System.Type),
427 typeof(bool)
428 }, ReturnType = typeof(global::System.Attribute[]))]
429 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
431 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
432 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
433 {
434 typeof(string),
435 typeof(string)
436 }, ReturnType = typeof(void))]
437 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
438 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.ParameterInfo element, bool inherit)
439 {
440 throw null;
441 }
442
443 [global::Cpp2ILInjected.Token(Token = "0x6000CDE")]
444 [global::Cpp2ILInjected.Address(RVA = "0x1C5F5A4", Offset = "0x1C5F5A4", Length = "0x154")]
445 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
446 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberParameters = new object[]
447 {
448 typeof(object),
449 typeof(global::System.Type),
450 typeof(bool)
451 }, ReturnType = "System.Attribute[]")]
452 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
453 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.Module), Member = "op_Equality", MemberParameters = new object[]
454 {
455 typeof(global::System.Reflection.Module),
456 typeof(global::System.Reflection.Module)
457 }, ReturnType = typeof(bool))]
458 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
459 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
460 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
461 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Module element, bool inherit)
462 {
463 throw null;
464 }
465
466 [global::Cpp2ILInjected.Token(Token = "0x6000CDF")]
467 [global::Cpp2ILInjected.Address(RVA = "0x1C5F6F8", Offset = "0x1C5F6F8", Length = "0x244")]
468 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberParameters = new object[]
470 {
471 typeof(object),
472 typeof(global::System.Type),
473 typeof(bool)
474 }, ReturnType = "System.Attribute[]")]
475 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
476 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.Module), Member = "op_Equality", MemberParameters = new object[]
477 {
478 typeof(global::System.Reflection.Module),
479 typeof(global::System.Reflection.Module)
480 }, ReturnType = typeof(bool))]
481 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
482 {
483 typeof(global::System.Type),
484 typeof(global::System.Type)
485 }, ReturnType = typeof(bool))]
486 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
487 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
488 {
489 typeof(global::System.Type),
490 typeof(global::System.Type)
491 }, ReturnType = typeof(bool))]
492 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
493 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
494 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
495 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
496 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Module element, global::System.Type attributeType, bool inherit)
497 {
498 throw null;
499 }
500
501 [global::Cpp2ILInjected.Token(Token = "0x6000CE0")]
502 [global::Cpp2ILInjected.Address(RVA = "0x1C5F93C", Offset = "0x1C5F93C", Length = "0x8")]
503 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberParameters = new object[]
504 {
505 typeof(object),
506 typeof(global::System.Type),
507 typeof(bool)
508 }, ReturnType = "System.Attribute[]")]
509 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
510 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Assembly element, global::System.Type attributeType)
511 {
512 throw null;
513 }
514
515 [global::Cpp2ILInjected.Token(Token = "0x6000CE1")]
516 [global::Cpp2ILInjected.Address(RVA = "0x1C5F944", Offset = "0x1C5F944", Length = "0x220")]
517 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttribute", MemberParameters = new object[]
519 {
520 typeof(global::System.Reflection.Assembly),
521 typeof(global::System.Type),
522 typeof(bool)
523 }, ReturnType = typeof(global::System.Attribute))]
524 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
525 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.Assembly), Member = "op_Equality", MemberParameters = new object[]
526 {
527 typeof(global::System.Reflection.Assembly),
528 typeof(global::System.Reflection.Assembly)
529 }, ReturnType = typeof(bool))]
530 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
531 {
532 typeof(global::System.Type),
533 typeof(global::System.Type)
534 }, ReturnType = typeof(bool))]
535 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
536 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
537 {
538 typeof(global::System.Type),
539 typeof(global::System.Type)
540 }, ReturnType = typeof(bool))]
541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
543 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
544 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
545 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Assembly element, global::System.Type attributeType, bool inherit)
546 {
547 throw null;
548 }
549
550 [global::Cpp2ILInjected.Token(Token = "0x6000CE2")]
551 [global::Cpp2ILInjected.Address(RVA = "0x1C5FB64", Offset = "0x1C5FB64", Length = "0x8")]
552 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetAttributes", MemberParameters = new object[]
553 {
554 typeof(object),
555 typeof(global::System.Type),
556 typeof(bool)
557 }, ReturnType = "System.Attribute[]")]
558 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
559 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Assembly element)
560 {
561 throw null;
562 }
563
564 [global::Cpp2ILInjected.Token(Token = "0x6000CE3")]
565 [global::Cpp2ILInjected.Address(RVA = "0x1C5FB6C", Offset = "0x1C5FB6C", Length = "0x128")]
566 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
567 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.Assembly), Member = "op_Equality", MemberParameters = new object[]
569 {
570 typeof(global::System.Reflection.Assembly),
571 typeof(global::System.Reflection.Assembly)
572 }, ReturnType = typeof(bool))]
573 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
574 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
575 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
576 public static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Assembly element, bool inherit)
577 {
578 throw null;
579 }
580
581 [global::Cpp2ILInjected.Token(Token = "0x6000CE4")]
582 [global::Cpp2ILInjected.Address(RVA = "0x1C5FC94", Offset = "0x1C5FC94", Length = "0x8")]
583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeExtensions), Member = "GetCustomAttribute", MemberParameters = new object[]
584 {
585 typeof(global::System.Reflection.Assembly),
586 typeof(global::System.Type)
587 }, ReturnType = typeof(global::System.Attribute))]
588 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
589 public static global::System.Attribute GetCustomAttribute(global::System.Reflection.Assembly element, global::System.Type attributeType)
590 {
591 throw null;
592 }
593
594 [global::Cpp2ILInjected.Token(Token = "0x6000CE5")]
595 [global::Cpp2ILInjected.Address(RVA = "0x1C5FC9C", Offset = "0x1C5FC9C", Length = "0x8C")]
596 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
597 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
598 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "GetCustomAttributes", MemberParameters = new object[]
599 {
600 typeof(global::System.Reflection.Assembly),
601 typeof(global::System.Type),
602 typeof(bool)
603 }, ReturnType = typeof(global::System.Attribute[]))]
604 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
605 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.AmbiguousMatchException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
606 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
607 public static global::System.Attribute GetCustomAttribute(global::System.Reflection.Assembly element, global::System.Type attributeType, bool inherit)
608 {
609 throw null;
610 }
611
612 [global::Cpp2ILInjected.Token(Token = "0x6000CE6")]
613 [global::Cpp2ILInjected.Address(RVA = "0x1C5C2B4", Offset = "0x1C5C2B4", Length = "0x8")]
614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ResourceLocationAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.OldAttribute", Member = ".ctor", ReturnType = typeof(void))]
616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.OldAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
617 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Chat.Commands.ChatCommandAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.IL2CPP.CompilerServices.Il2CppSetOptionAttribute", Member = ".ctor", MemberParameters = new object[]
619 {
620 "Unity.IL2CPP.CompilerServices.Option",
621 typeof(object)
622 }, ReturnType = typeof(void))]
623 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Interop.MonoPInvokeCallbackAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
624 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AttributeUsageAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.AttributeTargets) }, ReturnType = typeof(void))]
625 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AttributeUsageAttribute), Member = ".cctor", ReturnType = typeof(void))]
626 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.CLSCompliantAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.FlagsAttribute), Member = ".ctor", ReturnType = typeof(void))]
628 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.NonSerializedAttribute), Member = ".ctor", ReturnType = typeof(void))]
629 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ObsoleteAttribute), Member = ".ctor", ReturnType = typeof(void))]
630 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ObsoleteAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
631 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ObsoleteAttribute), Member = ".ctor", MemberParameters = new object[]
632 {
633 typeof(string),
634 typeof(bool)
635 }, ReturnType = typeof(void))]
636 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ParamArrayAttribute), Member = ".ctor", ReturnType = typeof(void))]
637 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SerializableAttribute), Member = ".ctor", ReturnType = typeof(void))]
638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.STAThreadAttribute), Member = ".ctor", ReturnType = typeof(void))]
639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThreadStaticAttribute), Member = ".ctor", ReturnType = typeof(void))]
640 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Permissions.CodeAccessSecurityAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Permissions.SecurityAction) }, ReturnType = typeof(void))]
641 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Permissions.SecurityAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Permissions.SecurityAction) }, ReturnType = typeof(void))]
642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.RemoteActivationAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.IList) }, ReturnType = typeof(void))]
643 [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))]
644 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Metadata.SoapAttribute), Member = ".ctor", ReturnType = typeof(void))]
645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Metadata.SoapFieldAttribute), Member = ".ctor", ReturnType = typeof(void))]
646 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Metadata.SoapMethodAttribute), Member = ".ctor", ReturnType = typeof(void))]
647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Metadata.SoapParameterAttribute), Member = ".ctor", ReturnType = typeof(void))]
648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Metadata.SoapTypeAttribute), Member = ".ctor", ReturnType = typeof(void))]
649 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Versioning.NonVersionableAttribute), Member = ".ctor", ReturnType = typeof(void))]
650 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.OptionalFieldAttribute), Member = ".ctor", ReturnType = typeof(void))]
651 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.OnSerializingAttribute), Member = ".ctor", ReturnType = typeof(void))]
652 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.OnSerializedAttribute), Member = ".ctor", ReturnType = typeof(void))]
653 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.OnDeserializingAttribute), Member = ".ctor", ReturnType = typeof(void))]
654 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.OnDeserializedAttribute), Member = ".ctor", ReturnType = typeof(void))]
655 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.InteropServices.CallingConvention) }, ReturnType = typeof(void))]
656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.DispIdAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.InterfaceTypeAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.InteropServices.ComInterfaceType) }, ReturnType = typeof(void))]
658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.ComDefaultInterfaceAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.ClassInterfaceAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.InteropServices.ClassInterfaceType) }, ReturnType = typeof(void))]
660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.ComVisibleAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
661 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.ComImportAttribute), Member = ".ctor", ReturnType = typeof(void))]
662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.GuidAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.PreserveSigAttribute), Member = ".ctor", ReturnType = typeof(void))]
664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.InAttribute), Member = ".ctor", ReturnType = typeof(void))]
665 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.OutAttribute), Member = ".ctor", ReturnType = typeof(void))]
666 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.OptionalAttribute), Member = ".ctor", ReturnType = typeof(void))]
667 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.InteropServices.DllImportSearchPath) }, ReturnType = typeof(void))]
668 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.DllImportAttribute), Member = "GetCustomAttribute", MemberParameters = new object[] { typeof(global::System.Reflection.RuntimeMethodInfo) }, ReturnType = typeof(global::System.Attribute))]
669 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.DllImportAttribute), Member = ".ctor", MemberParameters = new object[]
670 {
671 typeof(string),
672 typeof(string),
673 typeof(global::System.Runtime.InteropServices.CharSet),
674 typeof(bool),
675 typeof(bool),
676 typeof(bool),
677 typeof(global::System.Runtime.InteropServices.CallingConvention),
678 typeof(bool),
679 typeof(bool)
680 }, ReturnType = typeof(void))]
681 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.DllImportAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.FieldOffsetAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
683 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.ComCompatibleVersionAttribute), Member = ".ctor", MemberParameters = new object[]
684 {
685 typeof(int),
686 typeof(int),
687 typeof(int),
688 typeof(int)
689 }, ReturnType = typeof(void))]
690 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.MarshalAsAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.InteropServices.UnmanagedType) }, ReturnType = typeof(void))]
691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute), Member = ".ctor", ReturnType = typeof(void))]
692 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.ConstrainedExecution.ReliabilityContractAttribute), Member = ".ctor", MemberParameters = new object[]
693 {
694 typeof(global::System.Runtime.ConstrainedExecution.Consistency),
695 typeof(global::System.Runtime.ConstrainedExecution.Cer)
696 }, ReturnType = typeof(void))]
697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute), Member = ".ctor", ReturnType = typeof(void))]
698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncMethodBuilderAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncStateMachineAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
700 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.CallerMemberNameAttribute), Member = ".ctor", ReturnType = typeof(void))]
701 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.CompilerGeneratedAttribute), Member = ".ctor", ReturnType = typeof(void))]
702 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.CustomConstantAttribute), Member = ".ctor", ReturnType = typeof(void))]
703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.DecimalConstantAttribute), Member = ".ctor", MemberParameters = new object[]
704 {
705 typeof(byte),
706 typeof(byte),
707 typeof(uint),
708 typeof(uint),
709 typeof(uint)
710 }, ReturnType = typeof(void))]
711 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.ExtensionAttribute), Member = ".ctor", ReturnType = typeof(void))]
712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.FixedBufferAttribute), Member = ".ctor", MemberParameters = new object[]
713 {
714 typeof(global::System.Type),
715 typeof(int)
716 }, ReturnType = typeof(void))]
717 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.IntrinsicAttribute), Member = ".ctor", ReturnType = typeof(void))]
718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.IsByRefLikeAttribute), Member = ".ctor", ReturnType = typeof(void))]
719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.IsReadOnlyAttribute), Member = ".ctor", ReturnType = typeof(void))]
720 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.IteratorStateMachineAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
721 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeCompatibilityAttribute), Member = ".ctor", ReturnType = typeof(void))]
722 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.StateMachineAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.StringFreezingAttribute), Member = ".ctor", ReturnType = typeof(void))]
724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.TupleElementNamesAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(void))]
725 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.TypeForwardedFromAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.UnsafeValueTypeAttribute), Member = ".ctor", ReturnType = typeof(void))]
727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.ReflectionBlockedAttribute), Member = ".ctor", ReturnType = typeof(void))]
728 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.DefaultDependencyAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.CompilerServices.LoadHint) }, ReturnType = typeof(void))]
729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.CompilationRelaxationsAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.CompilationRelaxationsAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.CompilerServices.CompilationRelaxations) }, ReturnType = typeof(void))]
731 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.InternalsVisibleToAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
732 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.FriendAccessAllowedAttribute), Member = ".ctor", ReturnType = typeof(void))]
733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.TypeDependencyAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
734 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.NeutralResourcesLanguageAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
735 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.SatelliteContractVersionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
736 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyCompanyAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyConfigurationAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
738 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyCopyrightAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyDefaultAliasAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyDelaySignAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
741 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyDescriptionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
742 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyFileVersionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
743 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyInformationalVersionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyKeyFileAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyProductAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
746 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyTitleAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyTrademarkAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.DefaultMemberAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.ConditionalAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.StackTraceHiddenAttribute), Member = ".ctor", ReturnType = typeof(void))]
751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggerStepThroughAttribute), Member = ".ctor", ReturnType = typeof(void))]
752 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggerHiddenAttribute), Member = ".ctor", ReturnType = typeof(void))]
753 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggerNonUserCodeAttribute), Member = ".ctor", ReturnType = typeof(void))]
754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggableAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Diagnostics.DebuggableAttribute.DebuggingModes) }, ReturnType = typeof(void))]
755 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggerBrowsableAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Diagnostics.DebuggerBrowsableState) }, ReturnType = typeof(void))]
756 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggerTypeProxyAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
757 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.DebuggerDisplayAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
758 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.Tracing.EventAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
759 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.Tracing.EventSourceAttribute), Member = ".ctor", ReturnType = typeof(void))]
760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.Tracing.NonEventAttribute), Member = ".ctor", ReturnType = typeof(void))]
761 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Util.MonoPInvokeCallbackAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
762 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Runtime.InteropServices.DefaultParameterValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
763 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.CodeDom.Compiler.GeneratedCodeAttribute", Member = ".ctor", MemberParameters = new object[]
764 {
765 typeof(string),
766 typeof(string)
767 }, ReturnType = typeof(void))]
768 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.SwitchLevelAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[]
770 {
771 typeof(global::System.Type),
772 typeof(string)
773 }, ReturnType = typeof(void))]
774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
775 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
776 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(short) }, ReturnType = typeof(void))]
777 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
780 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(void))]
781 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
782 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
783 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(sbyte) }, ReturnType = typeof(void))]
785 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(ushort) }, ReturnType = typeof(void))]
786 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(uint) }, ReturnType = typeof(void))]
787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(ulong) }, ReturnType = typeof(void))]
788 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EditorBrowsableAttribute", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.EditorBrowsableState" }, ReturnType = typeof(void))]
789 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EditorBrowsableAttribute", Member = ".ctor", ReturnType = typeof(void))]
790 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BrowsableAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
791 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BrowsableAttribute", Member = ".cctor", ReturnType = typeof(void))]
792 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DescriptionAttribute", Member = ".ctor", ReturnType = typeof(void))]
793 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DescriptionAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
794 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignOnlyAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
795 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignOnlyAttribute", Member = ".cctor", ReturnType = typeof(void))]
796 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerCategoryAttribute", Member = ".ctor", ReturnType = typeof(void))]
797 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerCategoryAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerCategoryAttribute", Member = ".cctor", ReturnType = typeof(void))]
799 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerSerializationVisibilityAttribute", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.DesignerSerializationVisibility" }, ReturnType = typeof(void))]
800 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerSerializationVisibilityAttribute", Member = ".cctor", ReturnType = typeof(void))]
801 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DisplayNameAttribute", Member = ".ctor", ReturnType = typeof(void))]
802 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DisplayNameAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ImmutableObjectAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ImmutableObjectAttribute", Member = ".cctor", ReturnType = typeof(void))]
805 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InitializationEventAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
806 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LocalizableAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
807 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LocalizableAttribute", Member = ".cctor", ReturnType = typeof(void))]
808 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MergablePropertyAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
809 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MergablePropertyAttribute", Member = ".cctor", ReturnType = typeof(void))]
810 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReadOnlyAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
811 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReadOnlyAttribute", Member = ".cctor", ReturnType = typeof(void))]
812 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[]
813 {
814 typeof(global::System.Type),
815 typeof(string)
816 }, ReturnType = typeof(void))]
817 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
818 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
819 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(short) }, ReturnType = typeof(void))]
820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
821 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
822 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
823 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(void))]
824 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
825 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
827 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
828 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeProviderAttribute", Member = ".ctor", MemberParameters = new object[]
829 {
830 typeof(string),
831 typeof(string)
832 }, ReturnType = typeof(void))]
833 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
834 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindableAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
835 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindableAttribute", Member = ".ctor", MemberParameters = new object[]
836 {
837 typeof(bool),
838 "System.ComponentModel.BindingDirection"
839 }, ReturnType = typeof(void))]
840 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindableAttribute", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.BindableSupport" }, ReturnType = typeof(void))]
841 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindableAttribute", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.BindableSupport", "System.ComponentModel.BindingDirection" }, ReturnType = typeof(void))]
842 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BindableAttribute", Member = ".cctor", ReturnType = typeof(void))]
843 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComplexBindingPropertiesAttribute", Member = ".ctor", ReturnType = typeof(void))]
844 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComplexBindingPropertiesAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
845 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComplexBindingPropertiesAttribute", Member = ".ctor", MemberParameters = new object[]
846 {
847 typeof(string),
848 typeof(string)
849 }, ReturnType = typeof(void))]
850 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComplexBindingPropertiesAttribute", Member = ".cctor", ReturnType = typeof(void))]
851 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectAttribute", Member = ".ctor", ReturnType = typeof(void))]
852 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
853 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectAttribute", Member = ".cctor", ReturnType = typeof(void))]
854 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectFieldAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
855 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectFieldAttribute", Member = ".ctor", MemberParameters = new object[]
856 {
857 typeof(bool),
858 typeof(bool)
859 }, ReturnType = typeof(void))]
860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectFieldAttribute", Member = ".ctor", MemberParameters = new object[]
861 {
862 typeof(bool),
863 typeof(bool),
864 typeof(bool)
865 }, ReturnType = typeof(void))]
866 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectFieldAttribute", Member = ".ctor", MemberParameters = new object[]
867 {
868 typeof(bool),
869 typeof(bool),
870 typeof(bool),
871 typeof(int)
872 }, ReturnType = typeof(void))]
873 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectMethodAttribute", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.DataObjectMethodType" }, ReturnType = typeof(void))]
874 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectMethodAttribute", Member = ".ctor", MemberParameters = new object[]
875 {
876 "System.ComponentModel.DataObjectMethodType",
877 typeof(bool)
878 }, ReturnType = typeof(void))]
879 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultBindingPropertyAttribute", Member = ".ctor", ReturnType = typeof(void))]
880 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultBindingPropertyAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
881 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultBindingPropertyAttribute", Member = ".cctor", ReturnType = typeof(void))]
882 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultEventAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
883 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultEventAttribute", Member = ".cctor", ReturnType = typeof(void))]
884 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultPropertyAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
885 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultPropertyAttribute", Member = ".cctor", ReturnType = typeof(void))]
886 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InheritanceAttribute", Member = ".ctor", ReturnType = typeof(void))]
887 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InheritanceAttribute", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.InheritanceLevel" }, ReturnType = typeof(void))]
888 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InheritanceAttribute", Member = ".cctor", ReturnType = typeof(void))]
889 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = ".ctor", ReturnType = typeof(void))]
890 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = ".ctor", MemberParameters = new object[]
891 {
892 typeof(global::System.Type),
893 "System.ComponentModel.PropertyTabScope"
894 }, ReturnType = typeof(void))]
895 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = ".ctor", MemberParameters = new object[]
896 {
897 typeof(string),
898 "System.ComponentModel.PropertyTabScope"
899 }, ReturnType = typeof(void))]
900 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ToolboxItemAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
901 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ToolboxItemAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
902 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ToolboxItemAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
903 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ToolboxItemAttribute", Member = ".cctor", ReturnType = typeof(void))]
904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignTimeVisibleAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
905 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignTimeVisibleAttribute", Member = ".ctor", ReturnType = typeof(void))]
906 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignTimeVisibleAttribute", Member = ".cctor", ReturnType = typeof(void))]
907 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EditorAttribute", Member = ".ctor", ReturnType = typeof(void))]
908 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EditorAttribute", Member = ".ctor", MemberParameters = new object[]
909 {
910 typeof(string),
911 typeof(string)
912 }, ReturnType = typeof(void))]
913 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EditorAttribute", Member = ".ctor", MemberParameters = new object[]
914 {
915 typeof(string),
916 typeof(global::System.Type)
917 }, ReturnType = typeof(void))]
918 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EditorAttribute", Member = ".ctor", MemberParameters = new object[]
919 {
920 typeof(global::System.Type),
921 typeof(global::System.Type)
922 }, ReturnType = typeof(void))]
923 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ExtenderProvidedPropertyAttribute", Member = "Create", MemberParameters = new object[]
924 {
925 "System.ComponentModel.PropertyDescriptor",
926 typeof(global::System.Type),
927 "System.ComponentModel.IExtenderProvider"
928 }, ReturnType = "System.ComponentModel.ExtenderProvidedPropertyAttribute")]
929 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ExtenderProvidedPropertyAttribute", Member = ".ctor", ReturnType = typeof(void))]
930 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InstallerTypeAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InstallerTypeAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
932 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = ".ctor", ReturnType = typeof(void))]
933 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
934 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
935 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = ".cctor", ReturnType = typeof(void))]
936 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ListBindableAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
937 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ListBindableAttribute", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.BindableSupport" }, ReturnType = typeof(void))]
938 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ListBindableAttribute", Member = ".cctor", ReturnType = typeof(void))]
939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LookupBindingPropertiesAttribute", Member = ".ctor", ReturnType = typeof(void))]
940 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LookupBindingPropertiesAttribute", Member = ".ctor", MemberParameters = new object[]
941 {
942 typeof(string),
943 typeof(string),
944 typeof(string),
945 typeof(string)
946 }, ReturnType = typeof(void))]
947 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LookupBindingPropertiesAttribute", Member = ".cctor", ReturnType = typeof(void))]
948 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PasswordPropertyTextAttribute", Member = ".ctor", ReturnType = typeof(void))]
949 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PasswordPropertyTextAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PasswordPropertyTextAttribute", Member = ".cctor", ReturnType = typeof(void))]
951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ProvidePropertyAttribute", Member = ".ctor", MemberParameters = new object[]
952 {
953 typeof(string),
954 typeof(global::System.Type)
955 }, ReturnType = typeof(void))]
956 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ProvidePropertyAttribute", Member = ".ctor", MemberParameters = new object[]
957 {
958 typeof(string),
959 typeof(string)
960 }, ReturnType = typeof(void))]
961 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RecommendedAsConfigurableAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RecommendedAsConfigurableAttribute", Member = ".cctor", ReturnType = typeof(void))]
963 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RunInstallerAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
964 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RunInstallerAttribute", Member = ".cctor", ReturnType = typeof(void))]
965 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.SettingsBindableAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
966 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.SettingsBindableAttribute", Member = ".cctor", ReturnType = typeof(void))]
967 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ToolboxItemFilterAttribute", Member = ".ctor", MemberParameters = new object[]
968 {
969 typeof(string),
970 "System.ComponentModel.ToolboxItemFilterType"
971 }, ReturnType = typeof(void))]
972 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverterAttribute", Member = ".ctor", ReturnType = typeof(void))]
973 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverterAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverterAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
975 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
976 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptionProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
977 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Action", ReturnType = "System.ComponentModel.CategoryAttribute")]
978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Appearance", ReturnType = "System.ComponentModel.CategoryAttribute")]
979 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Asynchronous", ReturnType = "System.ComponentModel.CategoryAttribute")]
980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Behavior", ReturnType = "System.ComponentModel.CategoryAttribute")]
981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Data", ReturnType = "System.ComponentModel.CategoryAttribute")]
982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Design", ReturnType = "System.ComponentModel.CategoryAttribute")]
983 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_DragDrop", ReturnType = "System.ComponentModel.CategoryAttribute")]
984 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Focus", ReturnType = "System.ComponentModel.CategoryAttribute")]
985 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Format", ReturnType = "System.ComponentModel.CategoryAttribute")]
986 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Key", ReturnType = "System.ComponentModel.CategoryAttribute")]
987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Layout", ReturnType = "System.ComponentModel.CategoryAttribute")]
988 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_Mouse", ReturnType = "System.ComponentModel.CategoryAttribute")]
989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = "get_WindowStyle", ReturnType = "System.ComponentModel.CategoryAttribute")]
990 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = ".ctor", ReturnType = typeof(void))]
991 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CategoryAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
992 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
993 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
994 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerAttribute", Member = ".ctor", MemberParameters = new object[]
995 {
996 typeof(string),
997 typeof(string)
998 }, ReturnType = typeof(void))]
999 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerAttribute", Member = ".ctor", MemberParameters = new object[]
1000 {
1001 typeof(string),
1002 typeof(global::System.Type)
1003 }, ReturnType = typeof(void))]
1004 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerAttribute", Member = ".ctor", MemberParameters = new object[]
1005 {
1006 typeof(global::System.Type),
1007 typeof(global::System.Type)
1008 }, ReturnType = typeof(void))]
1009 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NotifyParentPropertyAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
1010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NotifyParentPropertyAttribute", Member = ".cctor", ReturnType = typeof(void))]
1011 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ParenthesizePropertyNameAttribute", Member = ".ctor", ReturnType = typeof(void))]
1012 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ParenthesizePropertyNameAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
1013 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ParenthesizePropertyNameAttribute", Member = ".cctor", ReturnType = typeof(void))]
1014 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RefreshPropertiesAttribute", Member = ".ctor", MemberParameters = new object[] { "System.ComponentModel.RefreshProperties" }, ReturnType = typeof(void))]
1015 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RefreshPropertiesAttribute", Member = ".cctor", ReturnType = typeof(void))]
1016 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute", Member = ".ctor", MemberParameters = new object[]
1017 {
1018 typeof(string),
1019 typeof(string),
1020 typeof(bool)
1021 }, ReturnType = typeof(void))]
1022 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.NativeInputDeviceProfileAttribute", Member = ".ctor", ReturnType = typeof(void))]
1023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.UnityInputDeviceProfileAttribute", Member = ".ctor", ReturnType = typeof(void))]
1024 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.PreserveAttribute", Member = ".ctor", ReturnType = typeof(void))]
1025 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Serialization.XmlTypeConvertorAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1026 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Serialization.XmlAttributeAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1027 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Serialization.XmlElementAttribute", Member = ".ctor", MemberParameters = new object[]
1028 {
1029 typeof(string),
1030 typeof(global::System.Type)
1031 }, ReturnType = typeof(void))]
1032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Serialization.XmlEnumAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Serialization.XmlIgnoreAttribute", Member = ".ctor", ReturnType = typeof(void))]
1034 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Serialization.XmlSchemaProviderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1035 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConstructorAttribute", Member = ".ctor", ReturnType = typeof(void))]
1036 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonDictionaryAttribute", Member = ".ctor", ReturnType = typeof(void))]
1037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonDictionaryAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonExtensionDataAttribute", Member = ".ctor", ReturnType = typeof(void))]
1039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonRequiredAttribute", Member = ".ctor", ReturnType = typeof(void))]
1040 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonArrayAttribute", Member = ".ctor", ReturnType = typeof(void))]
1041 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonArrayAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
1042 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonArrayAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1043 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonContainerAttribute", Member = ".ctor", ReturnType = typeof(void))]
1044 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonContainerAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConverterAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
1046 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonObjectAttribute", Member = ".ctor", ReturnType = typeof(void))]
1047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonObjectAttribute", Member = ".ctor", MemberParameters = new object[] { "Newtonsoft.Json.MemberSerialization" }, ReturnType = typeof(void))]
1048 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonObjectAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1049 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonPropertyAttribute", Member = ".ctor", ReturnType = typeof(void))]
1050 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonPropertyAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1051 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonIgnoreAttribute", Member = ".ctor", ReturnType = typeof(void))]
1052 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Shims.PreserveAttribute", Member = ".ctor", ReturnType = typeof(void))]
1053 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.OnErrorAttribute", Member = ".ctor", ReturnType = typeof(void))]
1054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.CodeAnalysis.EmbeddedAttribute", Member = ".ctor", ReturnType = typeof(void))]
1055 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Runtime.CompilerServices.IsReadOnlyAttribute", Member = ".ctor", ReturnType = typeof(void))]
1056 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngineInternal.TypeInferenceRuleAttribute", Member = ".ctor", MemberParameters = new object[] { "UnityEngineInternal.TypeInferenceRules" }, ReturnType = typeof(void))]
1057 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngineInternal.TypeInferenceRuleAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1058 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.IL2CPP.CompilerServices.Il2CppEagerStaticClassConstructionAttribute", Member = ".ctor", ReturnType = typeof(void))]
1059 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.NativeContainerAttribute", Member = ".ctor", ReturnType = typeof(void))]
1060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsMinMaxWriteRestrictionAttribute", Member = ".ctor", ReturnType = typeof(void))]
1061 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeallocateOnJobCompletionAttribute", Member = ".ctor", ReturnType = typeof(void))]
1062 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeferredConvertListToArray", Member = ".ctor", ReturnType = typeof(void))]
1063 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.WriteAccessRequiredAttribute", Member = ".ctor", ReturnType = typeof(void))]
1064 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.Collections.LowLevel.Unsafe.NativeDisableUnsafePtrRestrictionAttribute", Member = ".ctor", ReturnType = typeof(void))]
1065 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.SerializeField", Member = ".ctor", ReturnType = typeof(void))]
1066 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.PropertyAttribute", Member = ".ctor", ReturnType = typeof(void))]
1067 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.InspectorNameAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1068 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.TooltipAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1069 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.SpaceAttribute", Member = ".ctor", ReturnType = typeof(void))]
1070 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.SpaceAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
1071 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.HeaderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1072 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.RangeAttribute", Member = ".ctor", MemberParameters = new object[]
1073 {
1074 typeof(float),
1075 typeof(float)
1076 }, ReturnType = typeof(void))]
1077 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.MultilineAttribute", Member = ".ctor", ReturnType = typeof(void))]
1078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.TextAreaAttribute", Member = ".ctor", ReturnType = typeof(void))]
1079 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.TextAreaAttribute", Member = ".ctor", MemberParameters = new object[]
1080 {
1081 typeof(int),
1082 typeof(int)
1083 }, ReturnType = typeof(void))]
1084 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.SelectionBaseAttribute", Member = ".ctor", ReturnType = typeof(void))]
1085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.DisallowMultipleComponent", Member = ".ctor", ReturnType = typeof(void))]
1086 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.RequireComponent", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
1087 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AddComponentMenu", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1088 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AddComponentMenu", Member = ".ctor", MemberParameters = new object[]
1089 {
1090 typeof(string),
1091 typeof(int)
1092 }, ReturnType = typeof(void))]
1093 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ExecuteInEditMode", Member = ".ctor", ReturnType = typeof(void))]
1094 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ExecuteAlways", Member = ".ctor", ReturnType = typeof(void))]
1095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.HideInInspector", Member = ".ctor", ReturnType = typeof(void))]
1096 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ExcludeFromPresetAttribute", Member = ".ctor", ReturnType = typeof(void))]
1097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ExcludeFromObjectFactoryAttribute", Member = ".ctor", ReturnType = typeof(void))]
1098 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ExtensionOfNativeClassAttribute", Member = ".ctor", ReturnType = typeof(void))]
1099 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Scripting.PreserveAttribute", Member = ".ctor", ReturnType = typeof(void))]
1100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Scripting.APIUpdating.MovedFromAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Internal.ExcludeFromDocsAttribute", Member = ".ctor", ReturnType = typeof(void))]
1102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Internal.DefaultValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Serialization.FormerlySerializedAsAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AssetFileNameExtensionAttribute", Member = ".ctor", MemberParameters = new object[]
1105 {
1106 typeof(string),
1107 "System.String[]"
1108 }, ReturnType = typeof(void))]
1109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ThreadAndSerializationSafeAttribute", Member = ".ctor", ReturnType = typeof(void))]
1110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.WritableAttribute", Member = ".ctor", ReturnType = typeof(void))]
1111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UnityEngineModuleAssembly", Member = ".ctor", ReturnType = typeof(void))]
1112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.NativeClassAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.NativeClassAttribute", Member = ".ctor", MemberParameters = new object[]
1114 {
1115 typeof(string),
1116 typeof(string)
1117 }, ReturnType = typeof(void))]
1118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Scripting.UsedByNativeCodeAttribute", Member = ".ctor", ReturnType = typeof(void))]
1119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Scripting.RequiredByNativeCodeAttribute", Member = ".ctor", ReturnType = typeof(void))]
1120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.VisibleToOtherModulesAttribute", Member = ".ctor", ReturnType = typeof(void))]
1121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.VisibleToOtherModulesAttribute", Member = ".ctor", MemberParameters = new object[] { "System.String[]" }, ReturnType = typeof(void))]
1122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeConditionalAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeHeaderAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeNameAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeWritableSelfAttribute", Member = ".ctor", ReturnType = typeof(void))]
1126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeMethodAttribute", Member = ".ctor", ReturnType = typeof(void))]
1127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeMethodAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativePropertyAttribute", Member = ".ctor", ReturnType = typeof(void))]
1129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeAsStructAttribute", Member = ".ctor", ReturnType = typeof(void))]
1130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeTypeAttribute", Member = ".ctor", ReturnType = typeof(void))]
1131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeTypeAttribute", Member = ".ctor", MemberParameters = new object[] { "UnityEngine.Bindings.CodegenOptions" }, ReturnType = typeof(void))]
1132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeTypeAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeTypeAttribute", Member = ".ctor", MemberParameters = new object[]
1134 {
1135 "UnityEngine.Bindings.CodegenOptions",
1136 typeof(string)
1137 }, ReturnType = typeof(void))]
1138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NotNullAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.FreeFunctionAttribute", Member = ".ctor", ReturnType = typeof(void))]
1140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.ThreadSafeAttribute", Member = ".ctor", ReturnType = typeof(void))]
1141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.StaticAccessorAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.StaticAccessorAttribute", Member = ".ctor", MemberParameters = new object[]
1143 {
1144 typeof(string),
1145 "UnityEngine.Bindings.StaticAccessorType"
1146 }, ReturnType = typeof(void))]
1147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.NativeThrowsAttribute", Member = ".ctor", ReturnType = typeof(void))]
1148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.IgnoreAttribute", Member = ".ctor", ReturnType = typeof(void))]
1149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Bindings.PreventReadOnlyInstanceModificationAttribute", Member = ".ctor", ReturnType = typeof(void))]
1150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.DrawConditionAttribute", Member = ".ctor", ReturnType = typeof(void))]
1151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.HideIfAttribute", Member = ".ctor", MemberParameters = new object[] { "NaughtyAttributes.ConditionOperator", "System.String[]" }, ReturnType = typeof(void))]
1152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ShowIfAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ShowIfAttribute", Member = ".ctor", MemberParameters = new object[] { "NaughtyAttributes.ConditionOperator", "System.String[]" }, ReturnType = typeof(void))]
1154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ButtonAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.DisableIfAttribute", Member = ".ctor", MemberParameters = new object[] { "NaughtyAttributes.ConditionOperator", "System.String[]" }, ReturnType = typeof(void))]
1156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.DrawerAttribute", Member = ".ctor", ReturnType = typeof(void))]
1157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.DropdownAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.EnableIfAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.EnableIfAttribute", Member = ".ctor", MemberParameters = new object[] { "NaughtyAttributes.ConditionOperator", "System.String[]" }, ReturnType = typeof(void))]
1160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.LabelAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.MinMaxSliderAttribute", Member = ".ctor", MemberParameters = new object[]
1162 {
1163 typeof(float),
1164 typeof(float)
1165 }, ReturnType = typeof(void))]
1166 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ProgressBarAttribute", Member = ".ctor", MemberParameters = new object[]
1167 {
1168 typeof(string),
1169 typeof(float),
1170 "NaughtyAttributes.ProgressBarColor"
1171 }, ReturnType = typeof(void))]
1172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ReadOnlyAttribute", Member = ".ctor", ReturnType = typeof(void))]
1173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ReorderableListAttribute", Member = ".ctor", ReturnType = typeof(void))]
1174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ResizableTextAreaAttribute", Member = ".ctor", ReturnType = typeof(void))]
1175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ShowAssetPreviewAttribute", Member = ".ctor", MemberParameters = new object[]
1176 {
1177 typeof(int),
1178 typeof(int)
1179 }, ReturnType = typeof(void))]
1180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ShowNativePropertyAttribute", Member = ".ctor", ReturnType = typeof(void))]
1181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ShowNonSerializedFieldAttribute", Member = ".ctor", ReturnType = typeof(void))]
1182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.SliderAttribute", Member = ".ctor", MemberParameters = new object[]
1183 {
1184 typeof(float),
1185 typeof(float)
1186 }, ReturnType = typeof(void))]
1187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.SliderAttribute", Member = ".ctor", MemberParameters = new object[]
1188 {
1189 typeof(int),
1190 typeof(int)
1191 }, ReturnType = typeof(void))]
1192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.TagAttribute", Member = ".ctor", ReturnType = typeof(void))]
1193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.BoxGroupAttribute", Member = ".ctor", MemberParameters = new object[]
1194 {
1195 typeof(string),
1196 typeof(int),
1197 typeof(string),
1198 typeof(string)
1199 }, ReturnType = typeof(void))]
1200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.GroupAttribute", Member = ".ctor", MemberParameters = new object[]
1201 {
1202 typeof(string),
1203 typeof(int),
1204 typeof(string),
1205 typeof(string)
1206 }, ReturnType = typeof(void))]
1207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.InfoBoxAttribute", Member = ".ctor", MemberParameters = new object[]
1208 {
1209 typeof(string),
1210 "NaughtyAttributes.InfoBoxType",
1211 typeof(string)
1212 }, ReturnType = typeof(void))]
1213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.InfoBoxAttribute", Member = ".ctor", MemberParameters = new object[]
1214 {
1215 typeof(string),
1216 typeof(string)
1217 }, ReturnType = typeof(void))]
1218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.MetaAttribute", Member = ".ctor", ReturnType = typeof(void))]
1219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.OnValueChangedAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.NaughtyAttribute", Member = ".ctor", ReturnType = typeof(void))]
1221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.MaxValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
1222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.MaxValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.MinValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
1224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.MinValueAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.RequiredAttribute", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ValidateInputAttribute", Member = ".ctor", MemberParameters = new object[]
1227 {
1228 typeof(string),
1229 typeof(string)
1230 }, ReturnType = typeof(void))]
1231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NaughtyAttributes.ValidatorAttribute", Member = ".ctor", ReturnType = typeof(void))]
1232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Runtime.Serialization.DataContractAttribute", Member = ".ctor", ReturnType = typeof(void))]
1233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Runtime.Serialization.DataMemberAttribute", Member = ".ctor", ReturnType = typeof(void))]
1234 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 422)]
1235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1236 protected Attribute()
1237 {
1238 throw null;
1239 }
1240
1241 [global::Cpp2ILInjected.Token(Token = "0x6000CE7")]
1242 [global::Cpp2ILInjected.Address(RVA = "0x1C5FD28", Offset = "0x1C5FD28", Length = "0x20C")]
1243 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1244 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
1246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "AreFieldValuesEqual", MemberParameters = new object[]
1247 {
1248 typeof(object),
1249 typeof(object)
1250 }, ReturnType = typeof(bool))]
1251 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1252 public override bool Equals(object obj)
1253 {
1254 throw null;
1255 }
1256
1257 [global::Cpp2ILInjected.Token(Token = "0x6000CE8")]
1258 [global::Cpp2ILInjected.Address(RVA = "0x1C5FF40", Offset = "0x1C5FF40", Length = "0x1C0")]
1259 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
1261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "AreFieldValuesEqual", MemberParameters = new object[]
1262 {
1263 typeof(object),
1264 typeof(object)
1265 }, ReturnType = typeof(bool))]
1266 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1267 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
1268 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsArray", ReturnType = typeof(bool))]
1269 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1270 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
1271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "AreFieldValuesEqual", MemberParameters = new object[]
1272 {
1273 typeof(object),
1274 typeof(object)
1275 }, ReturnType = typeof(bool))]
1276 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1277 private static bool AreFieldValuesEqual(object thisValue, object thatValue)
1278 {
1279 throw null;
1280 }
1281
1282 [global::Cpp2ILInjected.Token(Token = "0x6000CE9")]
1283 [global::Cpp2ILInjected.Address(RVA = "0x1C60100", Offset = "0x1C60100", Length = "0x114")]
1284 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultValueAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EditorBrowsableAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DesignerSerializationVisibilityAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ImmutableObjectAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LocalizableAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MergablePropertyAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReadOnlyAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AmbientValueAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ComplexBindingPropertiesAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DataObjectFieldAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultBindingPropertyAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultEventAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DefaultPropertyAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InheritanceAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1300 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ToolboxItemAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EditorAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ExtenderProvidedPropertyAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.InstallerTypeAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseProviderAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ListBindableAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LookupBindingPropertiesAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PasswordPropertyTextAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RecommendedAsConfigurableAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RunInstallerAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.NotifyParentPropertyAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ParenthesizePropertyNameAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.RefreshPropertiesAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Internal.DefaultValueAttribute", Member = "GetHashCode", ReturnType = typeof(int))]
1314 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 29)]
1315 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
1316 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsArray", ReturnType = typeof(bool))]
1317 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1318 public override int GetHashCode()
1319 {
1320 throw null;
1321 }
1322
1323 [global::Cpp2ILInjected.Token(Token = "0x1700011E")]
1324 public virtual object TypeId
1325 {
1326 [global::Cpp2ILInjected.Token(Token = "0x6000CEA")]
1327 [global::Cpp2ILInjected.Address(RVA = "0x1C60214", Offset = "0x1C60214", Length = "0x8")]
1328 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
1330 get
1331 {
1332 throw null;
1333 }
1334 }
1335
1336 [global::Cpp2ILInjected.Token(Token = "0x6000CEB")]
1337 [global::Cpp2ILInjected.Address(RVA = "0x1C6021C", Offset = "0x1C6021C", Length = "0xC")]
1338 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1339 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1340 public virtual bool Match(object obj)
1341 {
1342 throw null;
1343 }
1344
1345 [global::Cpp2ILInjected.Token(Token = "0x6000CEC")]
1346 [global::Cpp2ILInjected.Address(RVA = "0x1C60228", Offset = "0x1C60228", Length = "0x8")]
1347 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1348 public virtual bool IsDefaultAttribute()
1349 {
1350 throw null;
1351 }
1352 }
1353}
class f__AnonymousType0<< Count > j__TPar
static global::System.Attribute GetCustomAttribute(global::System.Reflection.MemberInfo element, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:357
static bool AreFieldValuesEqual(object thisValue, object thatValue)
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Assembly element, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:545
static bool InternalIsDefined(global::System.Reflection.PropertyInfo element, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:143
virtual bool Match(object obj)
override bool Equals(object obj)
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Module element, bool inherit)
Definition Attribute.cs:461
override int GetHashCode()
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.MemberInfo element, global::System.Type type, bool inherit)
Definition Attribute.cs:230
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.MemberInfo element, bool inherit)
Definition Attribute.cs:265
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Module element, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:496
static bool IsDefined(global::System.Reflection.MemberInfo element, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:320
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Assembly element)
Definition Attribute.cs:559
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Assembly element, bool inherit)
Definition Attribute.cs:576
static global::System.Attribute[] InternalParamGetCustomAttributes(global::System.Reflection.ParameterInfo parameter, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:122
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.MemberInfo element, global::System.Type type)
Definition Attribute.cs:177
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.ParameterInfo element, bool inherit)
Definition Attribute.cs:438
virtual bool IsDefaultAttribute()
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.ParameterInfo element, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:403
static global::System.Attribute GetCustomAttribute(global::System.Reflection.Assembly element, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:607
static global::System.Attribute[] GetCustomAttributes(global::System.Reflection.Assembly element, global::System.Type attributeType)
Definition Attribute.cs:510
static global::System.Attribute[] InternalGetCustomAttributes(global::System.Reflection.EventInfo element, global::System.Type type, bool inherit)
Definition Attribute.cs:76
static global::System.Attribute[] InternalGetCustomAttributes(global::System.Reflection.PropertyInfo element, global::System.Type type, bool inherit)
Definition Attribute.cs:50
static bool IsDefined(global::System.Reflection.MemberInfo element, global::System.Type attributeType)
Definition Attribute.cs:279
static bool InternalIsDefined(global::System.Reflection.EventInfo element, global::System.Type attributeType, bool inherit)
Definition Attribute.cs:164
static global::System.Attribute GetCustomAttribute(global::System.Reflection.Assembly element, global::System.Type attributeType)
Definition Attribute.cs:589