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
ReflectPropertyDescriptor.cs
Go to the documentation of this file.
1using System;
9
11{
12 [global::Cpp2ILInjected.Token(Token = "0x20003E9")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6001A7A")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1E69AF8", Offset = "0x1E69AF8", Length = "0x2B0")]
17 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = ".ctor", MemberParameters = new object[]
19 {
20 typeof(Type),
21 typeof(string),
22 typeof(Type),
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = ".ctor", MemberParameters = new object[]
29 {
30 typeof(Type),
31 typeof(string),
32 typeof(Type),
33 typeof(Type),
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeDescriptor), Member = "CreateProperty", MemberParameters = new object[]
39 {
40 typeof(Type),
41 typeof(string),
42 typeof(Type),
44 }, ReturnType = typeof(PropertyDescriptor))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyDescriptor), Member = ".ctor", MemberParameters = new object[]
47 {
48 typeof(string),
50 }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Equality", MemberParameters = new object[]
52 {
53 typeof(Type),
55 }, ReturnType = typeof(bool))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(object[])
60 }, ReturnType = typeof(string))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 36)]
63 public ReflectPropertyDescriptor(Type componentClass, string name, Type type, Attribute[] attributes)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6001A7B")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1E69DA8", Offset = "0x1E69DA8", Length = "0x120")]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectTypeDescriptionProvider), Member = "ReflectGetProperties", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(PropertyDescriptor[]))]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = ".ctor", MemberParameters = new object[]
73 {
74 typeof(Type),
75 typeof(string),
76 typeof(Type),
78 }, ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
80 {
83 }, ReturnType = typeof(bool))]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyInfo), Member = "op_Inequality", MemberParameters = new object[]
85 {
88 }, ReturnType = typeof(bool))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Equality", MemberParameters = new object[]
90 {
93 }, ReturnType = typeof(bool))]
94 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
95 {
96 typeof(int),
97 typeof(bool)
98 }, ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
100 public ReflectPropertyDescriptor(Type componentClass, string name, Type type, PropertyInfo propInfo, MethodInfo getMethod, MethodInfo setMethod, Attribute[] attrs)
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x6001A7C")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1E69EC8", Offset = "0x1E69EC8", Length = "0xCC")]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectTypeDescriptionProvider), Member = "ReflectGetExtendedProperties", MemberParameters = new object[] { typeof(IExtenderProvider) }, ReturnType = typeof(PropertyDescriptor[]))]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = ".ctor", MemberParameters = new object[]
110 {
111 typeof(Type),
112 typeof(string),
113 typeof(Type),
115 }, ReturnType = typeof(void))]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
117 {
118 typeof(int),
119 typeof(bool)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
122 public ReflectPropertyDescriptor(Type componentClass, string name, Type type, Type receiverType, MethodInfo getMethod, MethodInfo setMethod, Attribute[] attrs)
123 {
124 throw null;
125 }
126
127 [global::Cpp2ILInjected.Token(Token = "0x6001A7D")]
128 [global::Cpp2ILInjected.Address(RVA = "0x1E69F94", Offset = "0x1E69F94", Length = "0x3C4")]
129 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeDescriptor), Member = "CreateProperty", MemberParameters = new object[]
131 {
132 typeof(Type),
135 }, ReturnType = typeof(PropertyDescriptor))]
136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyDescriptor), Member = ".ctor", MemberParameters = new object[]
138 {
139 typeof(MemberDescriptor),
141 }, ReturnType = typeof(void))]
142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Equality", MemberParameters = new object[]
143 {
144 typeof(Type),
145 typeof(Type)
146 }, ReturnType = typeof(bool))]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToObject", MemberParameters = new object[]
149 {
150 typeof(Type),
151 typeof(object)
152 }, ReturnType = typeof(object))]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
154 {
155 typeof(int),
156 typeof(bool)
157 }, ReturnType = typeof(void))]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
159 {
160 typeof(string),
161 typeof(object[])
162 }, ReturnType = typeof(string))]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
164 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
166 {
167 throw null;
168 }
169
170 [global::Cpp2ILInjected.Token(Token = "0x17000617")]
171 private object AmbientValue
172 {
173 [global::Cpp2ILInjected.Token(Token = "0x6001A7E")]
174 [global::Cpp2ILInjected.Address(RVA = "0x1E6A358", Offset = "0x1E6A358", Length = "0x174")]
175 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderResetValue", MemberParameters = new object[]
177 {
179 typeof(object),
181 }, ReturnType = typeof(void))]
182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "CanResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
184 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
187 {
188 typeof(int),
189 typeof(bool)
190 }, ReturnType = typeof(void))]
191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
192 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
193 get
194 {
195 throw null;
196 }
197 }
198
199 [global::Cpp2ILInjected.Token(Token = "0x17000618")]
200 private EventDescriptor ChangedEventValue
201 {
202 [global::Cpp2ILInjected.Token(Token = "0x6001A7F")]
203 [global::Cpp2ILInjected.Address(RVA = "0x1E6A4CC", Offset = "0x1E6A4CC", Length = "0x180")]
204 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "AddValueChanged", MemberParameters = new object[]
206 {
207 typeof(object),
208 typeof(EventHandler)
209 }, ReturnType = typeof(void))]
210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "RemoveValueChanged", MemberParameters = new object[]
211 {
212 typeof(object),
213 typeof(EventHandler)
214 }, ReturnType = typeof(void))]
215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "get_SupportsChangeEvents", ReturnType = typeof(bool))]
216 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
219 {
220 typeof(int),
221 typeof(bool)
222 }, ReturnType = typeof(void))]
223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeDescriptor), Member = "GetEvents", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(EventDescriptorCollection))]
224 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
225 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
226 {
228 typeof(string),
229 typeof(object)
230 }, ReturnType = typeof(string))]
231 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
232 get
233 {
234 throw null;
235 }
236 }
237
238 [global::Cpp2ILInjected.Token(Token = "0x17000619")]
239 private EventDescriptor IPropChangedEventValue
240 {
241 [global::Cpp2ILInjected.Token(Token = "0x6001A80")]
242 [global::Cpp2ILInjected.Address(RVA = "0x1E6A7A4", Offset = "0x1E6A7A4", Length = "0x1A4")]
243 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "AddValueChanged", MemberParameters = new object[]
245 {
246 typeof(object),
247 typeof(EventHandler)
248 }, ReturnType = typeof(void))]
249 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "RemoveValueChanged", MemberParameters = new object[]
250 {
251 typeof(object),
252 typeof(EventHandler)
253 }, ReturnType = typeof(void))]
254 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "get_SupportsChangeEvents", ReturnType = typeof(bool))]
255 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
257 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
258 {
259 typeof(int),
260 typeof(bool)
261 }, ReturnType = typeof(void))]
262 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
263 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeDescriptor), Member = "GetEvents", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(EventDescriptorCollection))]
264 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
265 get
266 {
267 throw null;
268 }
269 [global::Cpp2ILInjected.Token(Token = "0x6001A81")]
270 [global::Cpp2ILInjected.Address(RVA = "0x1E6A948", Offset = "0x1E6A948", Length = "0x7C")]
271 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
273 {
274 typeof(int),
275 typeof(bool)
276 }, ReturnType = typeof(void))]
277 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
278 set
279 {
280 throw null;
281 }
282 }
283
284 [global::Cpp2ILInjected.Token(Token = "0x1700061A")]
285 public override Type ComponentType
286 {
287 [global::Cpp2ILInjected.Token(Token = "0x6001A82")]
288 [global::Cpp2ILInjected.Address(RVA = "0x1E6A9C4", Offset = "0x1E6A9C4", Length = "0x8")]
289 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
290 get
291 {
292 throw null;
293 }
294 }
295
296 [global::Cpp2ILInjected.Token(Token = "0x1700061B")]
297 private object DefaultValue
298 {
299 [global::Cpp2ILInjected.Token(Token = "0x6001A83")]
300 [global::Cpp2ILInjected.Address(RVA = "0x1E6A9CC", Offset = "0x1E6A9CC", Length = "0x27C")]
301 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderCanResetValue", MemberParameters = new object[]
303 {
305 typeof(object)
306 }, ReturnType = typeof(bool))]
307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderResetValue", MemberParameters = new object[]
308 {
310 typeof(object),
312 }, ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderShouldSerializeValue", MemberParameters = new object[]
314 {
316 typeof(object)
317 }, ReturnType = typeof(bool))]
318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "CanResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
320 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ShouldSerializeValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
321 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
324 {
325 typeof(int),
326 typeof(bool)
327 }, ReturnType = typeof(void))]
328 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
330 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Equality", MemberParameters = new object[]
331 {
332 typeof(Type),
333 typeof(Type)
334 }, ReturnType = typeof(bool))]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToObject", MemberParameters = new object[]
336 {
337 typeof(Type),
338 typeof(object)
339 }, ReturnType = typeof(object))]
340 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
341 get
342 {
343 throw null;
344 }
345 }
346
347 [global::Cpp2ILInjected.Token(Token = "0x1700061C")]
348 private MethodInfo GetMethodValue
349 {
350 [global::Cpp2ILInjected.Token(Token = "0x6001A84")]
351 [global::Cpp2ILInjected.Address(RVA = "0x1E6AC48", Offset = "0x1E6AC48", Length = "0x3E0")]
352 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
353 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderGetValue", MemberParameters = new object[]
354 {
356 typeof(object)
357 }, ReturnType = typeof(object))]
358 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "SetValue", MemberParameters = new object[]
361 {
362 typeof(object),
363 typeof(object)
364 }, ReturnType = typeof(void))]
365 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
366 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
367 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
368 {
369 typeof(int),
370 typeof(bool)
371 }, ReturnType = typeof(void))]
372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Equality", MemberParameters = new object[]
373 {
374 typeof(Type),
375 typeof(Type)
376 }, ReturnType = typeof(bool))]
377 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyInfo), Member = "op_Equality", MemberParameters = new object[]
378 {
381 }, ReturnType = typeof(bool))]
382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetProperty", MemberParameters = new object[]
383 {
384 typeof(string),
386 typeof(Binder),
387 typeof(Type),
388 typeof(Type[]),
390 }, ReturnType = typeof(PropertyInfo))]
391 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
392 {
393 typeof(string),
394 typeof(string)
395 }, ReturnType = typeof(string))]
396 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = "FindMethod", MemberParameters = new object[]
397 {
398 typeof(Type),
399 typeof(string),
400 typeof(Type[]),
401 typeof(Type),
402 typeof(bool)
403 }, ReturnType = typeof(MethodInfo))]
404 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Equality", MemberParameters = new object[]
405 {
408 }, ReturnType = typeof(bool))]
409 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
410 {
411 typeof(string),
412 typeof(object[])
413 }, ReturnType = typeof(string))]
414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
415 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyInfo), Member = "op_Inequality", MemberParameters = new object[]
416 {
419 }, ReturnType = typeof(bool))]
420 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
421 {
422 typeof(string),
423 typeof(string),
424 typeof(string)
425 }, ReturnType = typeof(string))]
426 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
427 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 29)]
428 get
429 {
430 throw null;
431 }
432 }
433
434 [global::Cpp2ILInjected.Token(Token = "0x1700061D")]
435 private bool IsExtender
436 {
437 [global::Cpp2ILInjected.Token(Token = "0x6001A85")]
438 [global::Cpp2ILInjected.Address(RVA = "0x1E6B028", Offset = "0x1E6B028", Length = "0x60")]
439 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "CanResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
440 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "FillAttributes", MemberParameters = new object[] { typeof(IList) }, ReturnType = typeof(void))]
441 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
442 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
443 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Inequality", MemberParameters = new object[]
444 {
445 typeof(Type),
446 typeof(Type)
447 }, ReturnType = typeof(bool))]
448 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
449 get
450 {
451 throw null;
452 }
453 }
454
455 [global::Cpp2ILInjected.Token(Token = "0x1700061E")]
456 public override bool IsReadOnly
457 {
458 [global::Cpp2ILInjected.Token(Token = "0x6001A86")]
459 [global::Cpp2ILInjected.Address(RVA = "0x1E6B088", Offset = "0x1E6B088", Length = "0xF8")]
460 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
461 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
462 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_SetMethodValue", ReturnType = typeof(MethodInfo))]
463 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Equality", MemberParameters = new object[]
464 {
467 }, ReturnType = typeof(bool))]
468 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
469 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
470 get
471 {
472 throw null;
473 }
474 }
475
476 [global::Cpp2ILInjected.Token(Token = "0x1700061F")]
477 public override Type PropertyType
478 {
479 [global::Cpp2ILInjected.Token(Token = "0x6001A87")]
480 [global::Cpp2ILInjected.Address(RVA = "0x1E6B64C", Offset = "0x1E6B64C", Length = "0x8")]
481 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
482 get
483 {
484 throw null;
485 }
486 }
487
488 [global::Cpp2ILInjected.Token(Token = "0x17000620")]
489 private MethodInfo ResetMethodValue
490 {
491 [global::Cpp2ILInjected.Token(Token = "0x6001A88")]
492 [global::Cpp2ILInjected.Address(RVA = "0x1E6B654", Offset = "0x1E6B654", Length = "0x1F4")]
493 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderCanResetValue", MemberParameters = new object[]
495 {
497 typeof(object)
498 }, ReturnType = typeof(bool))]
499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderResetValue", MemberParameters = new object[]
500 {
502 typeof(object),
504 }, ReturnType = typeof(void))]
505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "CanResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
506 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
507 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
508 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
509 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
510 {
511 typeof(int),
512 typeof(bool)
513 }, ReturnType = typeof(void))]
514 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Equality", MemberParameters = new object[]
515 {
516 typeof(Type),
517 typeof(Type)
518 }, ReturnType = typeof(bool))]
519 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
520 {
521 typeof(string),
522 typeof(string)
523 }, ReturnType = typeof(string))]
524 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
525 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = "FindMethod", MemberParameters = new object[]
526 {
527 typeof(Type),
528 typeof(string),
529 typeof(Type[]),
530 typeof(Type),
531 typeof(bool)
532 }, ReturnType = typeof(MethodInfo))]
533 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
534 get
535 {
536 throw null;
537 }
538 }
539
540 [global::Cpp2ILInjected.Token(Token = "0x17000621")]
541 private MethodInfo SetMethodValue
542 {
543 [global::Cpp2ILInjected.Token(Token = "0x6001A89")]
544 [global::Cpp2ILInjected.Address(RVA = "0x1E6B180", Offset = "0x1E6B180", Length = "0x4CC")]
545 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
546 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "get_IsReadOnly", ReturnType = typeof(bool))]
547 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderSetValue", MemberParameters = new object[]
548 {
550 typeof(object),
551 typeof(object),
553 }, ReturnType = typeof(void))]
554 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "FillAttributes", MemberParameters = new object[] { typeof(IList) }, ReturnType = typeof(void))]
555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "SetValue", MemberParameters = new object[]
556 {
557 typeof(object),
558 typeof(object)
559 }, ReturnType = typeof(void))]
560 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
561 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
562 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
563 {
564 typeof(int),
565 typeof(bool)
566 }, ReturnType = typeof(void))]
567 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Equality", MemberParameters = new object[]
568 {
571 }, ReturnType = typeof(bool))]
572 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Inequality", MemberParameters = new object[]
573 {
574 typeof(Type),
575 typeof(Type)
576 }, ReturnType = typeof(bool))]
577 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
578 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Equality", MemberParameters = new object[]
579 {
580 typeof(Type),
581 typeof(Type)
582 }, ReturnType = typeof(bool))]
583 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetProperty", MemberParameters = new object[]
584 {
585 typeof(string),
587 typeof(Binder),
588 typeof(Type),
589 typeof(Type[]),
591 }, ReturnType = typeof(PropertyInfo))]
592 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyInfo), Member = "op_Inequality", MemberParameters = new object[]
593 {
596 }, ReturnType = typeof(bool))]
597 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyInfo), Member = "GetSetMethod", ReturnType = typeof(MethodInfo))]
598 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
599 {
602 }, ReturnType = typeof(bool))]
603 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyInfo), Member = "op_Equality", MemberParameters = new object[]
604 {
607 }, ReturnType = typeof(bool))]
608 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
609 {
610 typeof(string),
611 typeof(string)
612 }, ReturnType = typeof(string))]
613 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = "FindMethod", MemberParameters = new object[]
614 {
615 typeof(Type),
616 typeof(string),
617 typeof(Type[]),
618 typeof(Type),
619 typeof(bool)
620 }, ReturnType = typeof(MethodInfo))]
621 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
622 get
623 {
624 throw null;
625 }
626 }
627
628 [global::Cpp2ILInjected.Token(Token = "0x17000622")]
629 private MethodInfo ShouldSerializeMethodValue
630 {
631 [global::Cpp2ILInjected.Token(Token = "0x6001A8A")]
632 [global::Cpp2ILInjected.Address(RVA = "0x1E6B848", Offset = "0x1E6B848", Length = "0x1F4")]
633 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
634 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderCanResetValue", MemberParameters = new object[]
635 {
637 typeof(object)
638 }, ReturnType = typeof(bool))]
639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderShouldSerializeValue", MemberParameters = new object[]
640 {
642 typeof(object)
643 }, ReturnType = typeof(bool))]
644 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "CanResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ShouldSerializeValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
646 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
647 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
648 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "set_Item", MemberParameters = new object[]
649 {
650 typeof(int),
651 typeof(bool)
652 }, ReturnType = typeof(void))]
653 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Equality", MemberParameters = new object[]
654 {
655 typeof(Type),
656 typeof(Type)
657 }, ReturnType = typeof(bool))]
658 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
659 {
660 typeof(string),
661 typeof(string)
662 }, ReturnType = typeof(string))]
663 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
664 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = "FindMethod", MemberParameters = new object[]
665 {
666 typeof(Type),
667 typeof(string),
668 typeof(Type[]),
669 typeof(Type),
670 typeof(bool)
671 }, ReturnType = typeof(MethodInfo))]
672 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
673 get
674 {
675 throw null;
676 }
677 }
678
679 [global::Cpp2ILInjected.Token(Token = "0x6001A8B")]
680 [global::Cpp2ILInjected.Address(RVA = "0x1E6BA3C", Offset = "0x1E6BA3C", Length = "0x1A0")]
681 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
682 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
683 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ChangedEventValue", ReturnType = typeof(EventDescriptor))]
684 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyDescriptor), Member = "GetValueChangedHandler", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(EventHandler))]
685 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_IPropChangedEventValue", ReturnType = typeof(EventDescriptor))]
686 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyChangedEventHandler), Member = ".ctor", MemberParameters = new object[]
687 {
688 typeof(object),
690 }, ReturnType = typeof(void))]
691 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyDescriptor), Member = "AddValueChanged", MemberParameters = new object[]
692 {
693 typeof(object),
694 typeof(EventHandler)
695 }, ReturnType = typeof(void))]
696 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
697 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
698 public override void AddValueChanged(object component, EventHandler handler)
699 {
700 throw null;
701 }
702
703 [global::Cpp2ILInjected.Token(Token = "0x6001A8C")]
704 [global::Cpp2ILInjected.Address(RVA = "0x1E6BBDC", Offset = "0x1E6BBDC", Length = "0x264")]
705 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtendedPropertyDescriptor), Member = "CanResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
707 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
708 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_DefaultValue", ReturnType = typeof(object))]
709 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderGetValue", MemberParameters = new object[]
710 {
711 typeof(IExtenderProvider),
712 typeof(object)
713 }, ReturnType = typeof(object))]
714 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Equals", MemberParameters = new object[]
715 {
716 typeof(object),
717 typeof(object)
718 }, ReturnType = typeof(bool))]
719 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ResetMethodValue", ReturnType = typeof(MethodInfo))]
720 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
721 {
724 }, ReturnType = typeof(bool))]
725 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ShouldSerializeMethodValue", ReturnType = typeof(MethodInfo))]
726 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "Invoke", MemberParameters = new object[]
727 {
728 typeof(object),
729 typeof(object[])
730 }, ReturnType = typeof(object))]
731 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
732 internal bool ExtenderCanResetValue(IExtenderProvider provider, object component)
733 {
734 throw null;
735 }
736
737 [global::Cpp2ILInjected.Token(Token = "0x6001A8D")]
738 [global::Cpp2ILInjected.Address(RVA = "0x1E6BF5C", Offset = "0x1E6BF5C", Length = "0x8")]
739 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
741 {
742 throw null;
743 }
744
745 [global::Cpp2ILInjected.Token(Token = "0x6001A8E")]
746 [global::Cpp2ILInjected.Address(RVA = "0x1E6BF64", Offset = "0x1E6BF64", Length = "0x10")]
747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtendedPropertyDescriptor), Member = "get_PropertyType", ReturnType = typeof(Type))]
748 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
749 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
751 {
752 throw null;
753 }
754
755 [global::Cpp2ILInjected.Token(Token = "0x6001A8F")]
756 [global::Cpp2ILInjected.Address(RVA = "0x1E6BE40", Offset = "0x1E6BE40", Length = "0x11C")]
757 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
758 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtendedPropertyDescriptor), Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
759 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderCanResetValue", MemberParameters = new object[]
760 {
761 typeof(IExtenderProvider),
762 typeof(object)
763 }, ReturnType = typeof(bool))]
764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderResetValue", MemberParameters = new object[]
765 {
766 typeof(IExtenderProvider),
767 typeof(object),
768 typeof(PropertyDescriptor)
769 }, ReturnType = typeof(void))]
770 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderSetValue", MemberParameters = new object[]
771 {
772 typeof(IExtenderProvider),
773 typeof(object),
774 typeof(object),
775 typeof(PropertyDescriptor)
776 }, ReturnType = typeof(void))]
777 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderShouldSerializeValue", MemberParameters = new object[]
778 {
779 typeof(IExtenderProvider),
780 typeof(object)
781 }, ReturnType = typeof(bool))]
782 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
783 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_GetMethodValue", ReturnType = typeof(MethodInfo))]
784 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "Invoke", MemberParameters = new object[]
785 {
786 typeof(object),
787 typeof(object[])
788 }, ReturnType = typeof(object))]
789 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
790 internal object ExtenderGetValue(IExtenderProvider provider, object component)
791 {
792 throw null;
793 }
794
795 [global::Cpp2ILInjected.Token(Token = "0x6001A90")]
796 [global::Cpp2ILInjected.Address(RVA = "0x1E6BF74", Offset = "0x1E6BF74", Length = "0x500")]
797 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtendedPropertyDescriptor), Member = "ResetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
799 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
800 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_DefaultValue", ReturnType = typeof(object))]
801 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_AmbientValue", ReturnType = typeof(object))]
802 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ResetMethodValue", ReturnType = typeof(MethodInfo))]
803 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
804 {
807 }, ReturnType = typeof(bool))]
808 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = "GetSite", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(ISite))]
809 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
810 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderGetValue", MemberParameters = new object[]
811 {
812 typeof(IExtenderProvider),
813 typeof(object)
814 }, ReturnType = typeof(object))]
815 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "Invoke", MemberParameters = new object[]
816 {
817 typeof(object),
818 typeof(object[])
819 }, ReturnType = typeof(object))]
820 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 36)]
821 internal void ExtenderResetValue(IExtenderProvider provider, object component, PropertyDescriptor notifyDesc)
822 {
823 throw null;
824 }
825
826 [global::Cpp2ILInjected.Token(Token = "0x6001A91")]
827 [global::Cpp2ILInjected.Address(RVA = "0x1E6C474", Offset = "0x1E6C474", Length = "0x440")]
828 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
829 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtendedPropertyDescriptor), Member = "SetValue", MemberParameters = new object[]
830 {
831 typeof(object),
832 typeof(object)
833 }, ReturnType = typeof(void))]
834 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
835 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = "GetSite", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(ISite))]
836 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
837 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderGetValue", MemberParameters = new object[]
838 {
839 typeof(IExtenderProvider),
840 typeof(object)
841 }, ReturnType = typeof(object))]
842 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_SetMethodValue", ReturnType = typeof(MethodInfo))]
843 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
844 {
847 }, ReturnType = typeof(bool))]
848 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "Invoke", MemberParameters = new object[]
849 {
850 typeof(object),
851 typeof(object[])
852 }, ReturnType = typeof(object))]
853 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 34)]
854 internal void ExtenderSetValue(IExtenderProvider provider, object component, object value, PropertyDescriptor notifyDesc)
855 {
856 throw null;
857 }
858
859 [global::Cpp2ILInjected.Token(Token = "0x6001A92")]
860 [global::Cpp2ILInjected.Address(RVA = "0x1E6C8B4", Offset = "0x1E6C8B4", Length = "0x3E4")]
861 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
862 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExtendedPropertyDescriptor), Member = "ShouldSerializeValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
863 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
864 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ShouldSerializeMethodValue", ReturnType = typeof(MethodInfo))]
865 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
866 {
869 }, ReturnType = typeof(bool))]
870 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "Invoke", MemberParameters = new object[]
871 {
872 typeof(object),
873 typeof(object[])
874 }, ReturnType = typeof(object))]
875 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_DefaultValue", ReturnType = typeof(object))]
876 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "ExtenderGetValue", MemberParameters = new object[]
877 {
878 typeof(IExtenderProvider),
879 typeof(object)
880 }, ReturnType = typeof(object))]
881 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Equals", MemberParameters = new object[]
882 {
883 typeof(object),
884 typeof(object)
885 }, ReturnType = typeof(bool))]
886 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AttributeCollection), Member = "Contains", MemberParameters = new object[] { typeof(Attribute) }, ReturnType = typeof(bool))]
887 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 37)]
888 internal bool ExtenderShouldSerializeValue(IExtenderProvider provider, object component)
889 {
890 throw null;
891 }
892
893 [global::Cpp2ILInjected.Token(Token = "0x6001A93")]
894 [global::Cpp2ILInjected.Address(RVA = "0x1E6CC98", Offset = "0x1E6CC98", Length = "0x264")]
895 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
896 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
897 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_IsExtender", ReturnType = typeof(bool))]
898 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_DefaultValue", ReturnType = typeof(object))]
899 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Equals", MemberParameters = new object[]
900 {
901 typeof(object),
902 typeof(object)
903 }, ReturnType = typeof(bool))]
904 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ResetMethodValue", ReturnType = typeof(MethodInfo))]
905 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
906 {
909 }, ReturnType = typeof(bool))]
910 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ShouldSerializeMethodValue", ReturnType = typeof(MethodInfo))]
911 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "Invoke", MemberParameters = new object[]
912 {
913 typeof(object),
914 typeof(object[])
915 }, ReturnType = typeof(object))]
916 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_AmbientValue", ReturnType = typeof(object))]
917 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
918 public override bool CanResetValue(object component)
919 {
920 throw null;
921 }
922
923 [global::Cpp2ILInjected.Token(Token = "0x6001A94")]
924 [global::Cpp2ILInjected.Address(RVA = "0x1E6CEFC", Offset = "0x1E6CEFC", Length = "0xA10")]
925 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
926 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
927 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeDescriptor), Member = "GetAttributes", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(AttributeCollection))]
928 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AttributeCollection), Member = "GetEnumerator", ReturnType = typeof(IEnumerator))]
929 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Inequality", MemberParameters = new object[]
930 {
931 typeof(Type),
932 typeof(Type)
933 }, ReturnType = typeof(bool))]
934 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
935 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_IsExtender", ReturnType = typeof(bool))]
936 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
937 {
938 typeof(string),
939 typeof(string)
940 }, ReturnType = typeof(string))]
941 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetMethod", MemberParameters = new object[]
942 {
943 typeof(string),
945 typeof(Binder),
946 typeof(Type[]),
948 }, ReturnType = typeof(MethodInfo))]
949 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetProperty", MemberParameters = new object[]
950 {
951 typeof(string),
953 typeof(Binder),
954 typeof(Type),
955 typeof(Type[]),
957 }, ReturnType = typeof(PropertyInfo))]
958 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberInfo), Member = "op_Inequality", MemberParameters = new object[]
959 {
962 }, ReturnType = typeof(bool))]
963 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectTypeDescriptionProvider), Member = "ReflectGetAttributes", MemberParameters = new object[] { typeof(MemberInfo) }, ReturnType = typeof(Attribute[]))]
964 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
965 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetMember", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(MemberInfo[]))]
966 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyDescriptor), Member = "FillAttributes", MemberParameters = new object[] { typeof(IList) }, ReturnType = typeof(void))]
967 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_SetMethodValue", ReturnType = typeof(MethodInfo))]
968 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Equality", MemberParameters = new object[]
969 {
972 }, ReturnType = typeof(bool))]
973 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 52)]
974 protected override void FillAttributes(IList attributes)
975 {
976 throw null;
977 }
978
979 [global::Cpp2ILInjected.Token(Token = "0x6001A95")]
980 [global::Cpp2ILInjected.Address(RVA = "0x1E6DE70", Offset = "0x1E6DE70", Length = "0x380")]
981 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
982 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
983 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_IsExtender", ReturnType = typeof(bool))]
984 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_GetMethodValue", ReturnType = typeof(MethodInfo))]
985 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityUtils), Member = "MethodInfoInvoke", MemberParameters = new object[]
986 {
988 typeof(object),
989 typeof(object[])
990 }, ReturnType = typeof(object))]
991 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
992 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = "GetType", ReturnType = typeof(Type))]
993 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
994 {
995 typeof(string),
996 typeof(object[])
997 }, ReturnType = typeof(string))]
998 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TargetInvocationException), Member = ".ctor", MemberParameters = new object[]
999 {
1000 typeof(string),
1002 }, ReturnType = typeof(void))]
1003 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 28)]
1004 public override object GetValue(object component)
1005 {
1006 throw null;
1007 }
1008
1009 [global::Cpp2ILInjected.Token(Token = "0x6001A96")]
1010 [global::Cpp2ILInjected.Address(RVA = "0x1E6E1F0", Offset = "0x1E6E1F0", Length = "0xF4")]
1011 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1012 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1013 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
1014 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
1015 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
1016 {
1017 typeof(string),
1018 typeof(string),
1019 typeof(bool),
1021 }, ReturnType = typeof(int))]
1022 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1023 internal void OnINotifyPropertyChanged(object component, PropertyChangedEventArgs e)
1024 {
1025 throw null;
1026 }
1027
1028 [global::Cpp2ILInjected.Token(Token = "0x6001A97")]
1029 [global::Cpp2ILInjected.Address(RVA = "0x1E6E2E4", Offset = "0x1E6E2E4", Length = "0xA8")]
1030 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1031 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
1032 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyDescriptor), Member = "OnValueChanged", MemberParameters = new object[]
1033 {
1034 typeof(object),
1036 }, ReturnType = typeof(void))]
1037 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1038 protected override void OnValueChanged(object component, EventArgs e)
1039 {
1040 throw null;
1041 }
1042
1043 [global::Cpp2ILInjected.Token(Token = "0x6001A98")]
1044 [global::Cpp2ILInjected.Address(RVA = "0x1E6E38C", Offset = "0x1E6E38C", Length = "0x19C")]
1045 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1046 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1047 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ChangedEventValue", ReturnType = typeof(EventDescriptor))]
1048 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyDescriptor), Member = "RemoveValueChanged", MemberParameters = new object[]
1049 {
1050 typeof(object),
1051 typeof(EventHandler)
1052 }, ReturnType = typeof(void))]
1053 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyDescriptor), Member = "GetValueChangedHandler", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(EventHandler))]
1054 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_IPropChangedEventValue", ReturnType = typeof(EventDescriptor))]
1055 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PropertyChangedEventHandler), Member = ".ctor", MemberParameters = new object[]
1056 {
1057 typeof(object),
1058 typeof(IntPtr)
1059 }, ReturnType = typeof(void))]
1060 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1061 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
1062 public override void RemoveValueChanged(object component, EventHandler handler)
1063 {
1064 throw null;
1065 }
1066
1067 [global::Cpp2ILInjected.Token(Token = "0x6001A99")]
1068 [global::Cpp2ILInjected.Address(RVA = "0x1E6E528", Offset = "0x1E6E528", Length = "0x458")]
1069 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1070 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1071 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_DefaultValue", ReturnType = typeof(object))]
1072 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_AmbientValue", ReturnType = typeof(object))]
1073 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ResetMethodValue", ReturnType = typeof(MethodInfo))]
1074 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
1075 {
1078 }, ReturnType = typeof(bool))]
1079 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = "GetSite", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(ISite))]
1080 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
1081 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_GetMethodValue", ReturnType = typeof(MethodInfo))]
1082 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityUtils), Member = "MethodInfoInvoke", MemberParameters = new object[]
1083 {
1085 typeof(object),
1086 typeof(object[])
1087 }, ReturnType = typeof(object))]
1088 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 29)]
1089 public override void ResetValue(object component)
1090 {
1091 throw null;
1092 }
1093
1094 [global::Cpp2ILInjected.Token(Token = "0x6001A9A")]
1095 [global::Cpp2ILInjected.Address(RVA = "0x1E6E980", Offset = "0x1E6E980", Length = "0x5CC")]
1096 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1097 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1098 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = "GetSite", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(ISite))]
1099 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
1100 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_GetMethodValue", ReturnType = typeof(MethodInfo))]
1101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecurityUtils), Member = "MethodInfoInvoke", MemberParameters = new object[]
1102 {
1104 typeof(object),
1105 typeof(object[])
1106 }, ReturnType = typeof(object))]
1107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_SetMethodValue", ReturnType = typeof(MethodInfo))]
1108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 48)]
1109 public override void SetValue(object component, object value)
1110 {
1111 throw null;
1112 }
1113
1114 [global::Cpp2ILInjected.Token(Token = "0x6001A9B")]
1115 [global::Cpp2ILInjected.Address(RVA = "0x1E6EF4C", Offset = "0x1E6EF4C", Length = "0x2FC")]
1116 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ShouldSerializeMethodValue", ReturnType = typeof(MethodInfo))]
1119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
1120 {
1123 }, ReturnType = typeof(bool))]
1124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "Invoke", MemberParameters = new object[]
1125 {
1126 typeof(object),
1127 typeof(object[])
1128 }, ReturnType = typeof(object))]
1129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_DefaultValue", ReturnType = typeof(object))]
1130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Equals", MemberParameters = new object[]
1131 {
1132 typeof(object),
1133 typeof(object)
1134 }, ReturnType = typeof(bool))]
1135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AttributeCollection), Member = "Contains", MemberParameters = new object[] { typeof(Attribute) }, ReturnType = typeof(bool))]
1136 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
1137 public override bool ShouldSerializeValue(object component)
1138 {
1139 throw null;
1140 }
1141
1142 [global::Cpp2ILInjected.Token(Token = "0x17000623")]
1143 public override bool SupportsChangeEvents
1144 {
1145 [global::Cpp2ILInjected.Token(Token = "0x6001A9C")]
1146 [global::Cpp2ILInjected.Address(RVA = "0x1E6F248", Offset = "0x1E6F248", Length = "0x30")]
1147 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_IPropChangedEventValue", ReturnType = typeof(EventDescriptor))]
1150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectPropertyDescriptor), Member = "get_ChangedEventValue", ReturnType = typeof(EventDescriptor))]
1151 get
1152 {
1153 throw null;
1154 }
1155 }
1156
1157 // Note: this type is marked as 'beforefieldinit'.
1158 [global::Cpp2ILInjected.Token(Token = "0x6001A9D")]
1159 [global::Cpp2ILInjected.Address(RVA = "0x1E6F278", Offset = "0x1E6F278", Length = "0x230")]
1160 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1161 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TraceSwitch), Member = ".ctor", MemberParameters = new object[]
1163 {
1164 typeof(string),
1165 typeof(string)
1166 }, ReturnType = typeof(void))]
1167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "CreateMask", ReturnType = typeof(int))]
1168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitVector32), Member = "CreateMask", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1169 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
1171 {
1172 throw null;
1173 }
1174
1175 [global::Cpp2ILInjected.Token(Token = "0x400131B")]
1176 private static readonly Type[] argsNone;
1177
1178 [global::Cpp2ILInjected.Token(Token = "0x400131C")]
1179 private static readonly object noValue;
1180
1181 [global::Cpp2ILInjected.Token(Token = "0x400131D")]
1183
1184 [global::Cpp2ILInjected.Token(Token = "0x400131E")]
1186
1187 [global::Cpp2ILInjected.Token(Token = "0x400131F")]
1189
1190 [global::Cpp2ILInjected.Token(Token = "0x4001320")]
1191 private static readonly int BitGetQueried;
1192
1193 [global::Cpp2ILInjected.Token(Token = "0x4001321")]
1194 private static readonly int BitSetQueried;
1195
1196 [global::Cpp2ILInjected.Token(Token = "0x4001322")]
1198
1199 [global::Cpp2ILInjected.Token(Token = "0x4001323")]
1200 private static readonly int BitResetQueried;
1201
1202 [global::Cpp2ILInjected.Token(Token = "0x4001324")]
1203 private static readonly int BitChangedQueried;
1204
1205 [global::Cpp2ILInjected.Token(Token = "0x4001325")]
1207
1208 [global::Cpp2ILInjected.Token(Token = "0x4001326")]
1209 private static readonly int BitReadOnlyChecked;
1210
1211 [global::Cpp2ILInjected.Token(Token = "0x4001327")]
1213
1214 [global::Cpp2ILInjected.Token(Token = "0x4001328")]
1215 private static readonly int BitSetOnDemand;
1216
1217 [global::Cpp2ILInjected.Token(Token = "0x4001329")]
1218 [global::Cpp2ILInjected.FieldOffset(Offset = "0x84")]
1220
1221 [global::Cpp2ILInjected.Token(Token = "0x400132A")]
1222 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
1224
1225 [global::Cpp2ILInjected.Token(Token = "0x400132B")]
1226 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
1227 private Type type;
1228
1229 [global::Cpp2ILInjected.Token(Token = "0x400132C")]
1230 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
1231 private object defaultValue;
1232
1233 [global::Cpp2ILInjected.Token(Token = "0x400132D")]
1234 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
1235 private object ambientValue;
1236
1237 [global::Cpp2ILInjected.Token(Token = "0x400132E")]
1238 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
1240
1241 [global::Cpp2ILInjected.Token(Token = "0x400132F")]
1242 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB0")]
1244
1245 [global::Cpp2ILInjected.Token(Token = "0x4001330")]
1246 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB8")]
1248
1249 [global::Cpp2ILInjected.Token(Token = "0x4001331")]
1250 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC0")]
1252
1253 [global::Cpp2ILInjected.Token(Token = "0x4001332")]
1254 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC8")]
1256
1257 [global::Cpp2ILInjected.Token(Token = "0x4001333")]
1258 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD0")]
1260
1261 [global::Cpp2ILInjected.Token(Token = "0x4001334")]
1262 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD8")]
1264
1265 [global::Cpp2ILInjected.Token(Token = "0x4001335")]
1266 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE0")]
1268 }
1269}
class f__AnonymousType0<< Count > j__TPar
void ExtenderSetValue(IExtenderProvider provider, object component, object value, PropertyDescriptor notifyDesc)
ReflectPropertyDescriptor(Type componentClass, string name, Type type, Attribute[] attributes)
void OnINotifyPropertyChanged(object component, PropertyChangedEventArgs e)
ReflectPropertyDescriptor(Type componentClass, string name, Type type, PropertyInfo propInfo, MethodInfo getMethod, MethodInfo setMethod, Attribute[] attrs)
void ExtenderResetValue(IExtenderProvider provider, object component, PropertyDescriptor notifyDesc)
ReflectPropertyDescriptor(Type componentClass, PropertyDescriptor oldReflectPropertyDescriptor, Attribute[] attributes)
bool ExtenderCanResetValue(IExtenderProvider provider, object component)
object ExtenderGetValue(IExtenderProvider provider, object component)
override void RemoveValueChanged(object component, EventHandler handler)
override void SetValue(object component, object value)
bool ExtenderShouldSerializeValue(IExtenderProvider provider, object component)
override void AddValueChanged(object component, EventHandler handler)
override void OnValueChanged(object component, EventArgs e)
ReflectPropertyDescriptor(Type componentClass, string name, Type type, Type receiverType, MethodInfo getMethod, MethodInfo setMethod, Attribute[] attrs)