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
EventDescriptorCollection.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000374")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001710")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1E4AC2C", Offset = "0x1E4AC2C", Length = "0xB0")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = ".ctor", MemberParameters = new object[]
16 {
18 typeof(bool)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = ".cctor", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6001711")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1E4ACDC", Offset = "0x1E4ACDC", Length = "0x24")]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetEvents", ReturnType = typeof(EventDescriptorCollection))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeDescriptor), Member = "GetEvents", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(EventDescriptorCollection))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeDescriptor), Member = "GetEvents", MemberParameters = new object[]
34 {
35 typeof(Type),
37 }, ReturnType = typeof(EventDescriptorCollection))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeDescriptor), Member = "GetEvents", MemberParameters = new object[]
39 {
40 typeof(object),
42 typeof(bool)
43 }, ReturnType = typeof(EventDescriptorCollection))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeDescriptor), Member = "PipelineAttributeFilter", MemberParameters = new object[]
45 {
46 typeof(int),
49 typeof(object),
51 }, ReturnType = typeof(ICollection))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeDescriptor), Member = "PipelineFilter", MemberParameters = new object[]
53 {
54 typeof(int),
56 typeof(object),
58 }, ReturnType = typeof(ICollection))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeDescriptor), Member = "PipelineMerge", MemberParameters = new object[]
60 {
61 typeof(int),
64 typeof(object),
66 }, ReturnType = typeof(ICollection))]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = ".ctor", MemberParameters = new object[] { typeof(EventDescriptor[]) }, ReturnType = typeof(void))]
69 public EventDescriptorCollection(EventDescriptor[] events, bool readOnly)
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x6001712")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1E4AD00", Offset = "0x1E4AD00", Length = "0xD4")]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "Sort", ReturnType = typeof(EventDescriptorCollection))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "Sort", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(EventDescriptorCollection))]
78 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "Sort", MemberParameters = new object[]
79 {
80 typeof(string[]),
82 }, ReturnType = typeof(EventDescriptorCollection))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "Sort", MemberParameters = new object[] { typeof(IComparer) }, ReturnType = typeof(EventDescriptorCollection))]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clone", ReturnType = typeof(object))]
87 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x1700053D")]
94 public int Count
95 {
97 [global::Cpp2ILInjected.Token(Token = "0x6001713")]
98 [global::Cpp2ILInjected.Address(RVA = "0x1E4ADD4", Offset = "0x1E4ADD4", Length = "0x8")]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
100 get
101 {
102 throw null;
103 }
105 [global::Cpp2ILInjected.Token(Token = "0x6001714")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1E4ADDC", Offset = "0x1E4ADDC", Length = "0x8")]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 private set
109 {
110 throw null;
111 }
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x1700053E")]
115 public virtual EventDescriptor this[int index]
116 {
117 [global::Cpp2ILInjected.Token(Token = "0x6001715")]
118 [global::Cpp2ILInjected.Address(RVA = "0x1E4ADE4", Offset = "0x1E4ADE4", Length = "0x6C")]
119 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "EnsureEventsOwned", ReturnType = typeof(void))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IndexOutOfRangeException), Member = ".ctor", ReturnType = typeof(void))]
123 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
124 get
125 {
126 throw null;
127 }
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x1700053F")]
131 public virtual EventDescriptor this[string name]
132 {
133 [global::Cpp2ILInjected.Token(Token = "0x6001716")]
134 [global::Cpp2ILInjected.Address(RVA = "0x1E4AEFC", Offset = "0x1E4AEFC", Length = "0x14")]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
136 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
137 get
138 {
139 throw null;
140 }
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x6001717")]
144 [global::Cpp2ILInjected.Address(RVA = "0x1E4AF10", Offset = "0x1E4AF10", Length = "0xB0")]
145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IList.Add", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "EnsureSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
150 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
152 {
153 throw null;
154 }
155
156 [global::Cpp2ILInjected.Token(Token = "0x6001718")]
157 [global::Cpp2ILInjected.Address(RVA = "0x1E4B0B4", Offset = "0x1E4B0B4", Length = "0x4C")]
158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IList.Clear", ReturnType = typeof(void))]
159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
160 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
161 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
162 public void Clear()
163 {
164 throw null;
165 }
166
167 [global::Cpp2ILInjected.Token(Token = "0x6001719")]
168 [global::Cpp2ILInjected.Address(RVA = "0x1E4B100", Offset = "0x1E4B100", Length = "0x18")]
169 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "IndexOf", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(int))]
173 {
174 throw null;
175 }
176
177 [global::Cpp2ILInjected.Token(Token = "0x600171A")]
178 [global::Cpp2ILInjected.Address(RVA = "0x1E4B178", Offset = "0x1E4B178", Length = "0x3C")]
179 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
180 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "EnsureEventsOwned", ReturnType = typeof(void))]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
182 {
183 typeof(Array),
184 typeof(int),
185 typeof(Array),
186 typeof(int),
187 typeof(int)
188 }, ReturnType = typeof(void))]
190 {
191 throw null;
192 }
193
194 [global::Cpp2ILInjected.Token(Token = "0x600171B")]
195 [global::Cpp2ILInjected.Address(RVA = "0x1E4AE50", Offset = "0x1E4AE50", Length = "0xAC")]
196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(EventDescriptor))]
197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
198 {
199 typeof(Array),
200 typeof(int)
201 }, ReturnType = typeof(void))]
202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "EnsureSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IList.set_Item", MemberParameters = new object[]
204 {
205 typeof(int),
206 typeof(object)
207 }, ReturnType = typeof(void))]
208 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
210 {
211 typeof(Array),
212 typeof(int),
213 typeof(Array),
214 typeof(int),
215 typeof(int)
216 }, ReturnType = typeof(void))]
217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "InternalSort", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(void))]
218 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
219 private void EnsureEventsOwned()
220 {
221 throw null;
222 }
223
224 [global::Cpp2ILInjected.Token(Token = "0x600171C")]
225 [global::Cpp2ILInjected.Address(RVA = "0x1E4AFC0", Offset = "0x1E4AFC0", Length = "0xF4")]
226 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "Add", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(int))]
228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "Insert", MemberParameters = new object[]
229 {
230 typeof(int),
231 typeof(EventDescriptor)
232 }, ReturnType = typeof(void))]
233 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
234 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "EnsureEventsOwned", ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Max", MemberParameters = new object[]
236 {
237 typeof(int),
238 typeof(int)
239 }, ReturnType = typeof(int))]
240 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
241 {
242 typeof(Array),
243 typeof(int),
244 typeof(Array),
245 typeof(int),
246 typeof(int)
247 }, ReturnType = typeof(void))]
248 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
249 private void EnsureSize(int sizeNeeded)
250 {
251 throw null;
252 }
253
254 [global::Cpp2ILInjected.Token(Token = "0x600171D")]
255 [global::Cpp2ILInjected.Address(RVA = "0x1E4B3CC", Offset = "0x1E4B3CC", Length = "0xC4")]
256 [global::Cpp2ILInjected.CallAnalysis.ContainsInvalidInstructions]
257 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
258 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
259 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
260 {
261 typeof(string),
262 typeof(string),
264 }, ReturnType = typeof(bool))]
265 public virtual EventDescriptor Find(string name, bool ignoreCase)
266 {
267 throw null;
268 }
269
270 [global::Cpp2ILInjected.Token(Token = "0x600171E")]
271 [global::Cpp2ILInjected.Address(RVA = "0x1E4B118", Offset = "0x1E4B118", Length = "0x60")]
272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "Contains", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(bool))]
273 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "Remove", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(void))]
274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IList.Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IList.IndexOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
276 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
277 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array[]), Member = "IndexOf", MemberTypeParameters = new object[] { typeof(object) }, MemberParameters = new object[]
278 {
279 typeof(object[]),
280 typeof(object),
281 typeof(int),
282 typeof(int)
283 }, ReturnType = typeof(int))]
284 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
286 {
287 throw null;
288 }
289
290 [global::Cpp2ILInjected.Token(Token = "0x600171F")]
291 [global::Cpp2ILInjected.Address(RVA = "0x1E4B490", Offset = "0x1E4B490", Length = "0xD0")]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IList.Insert", MemberParameters = new object[]
293 {
294 typeof(int),
295 typeof(object)
296 }, ReturnType = typeof(void))]
297 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "EnsureSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
299 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
300 {
301 typeof(Array),
302 typeof(int),
303 typeof(Array),
304 typeof(int),
305 typeof(int)
306 }, ReturnType = typeof(void))]
307 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
310 {
311 throw null;
312 }
313
314 [global::Cpp2ILInjected.Token(Token = "0x6001720")]
315 [global::Cpp2ILInjected.Address(RVA = "0x1E4B560", Offset = "0x1E4B560", Length = "0x68")]
316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IList.Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
317 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "IndexOf", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(int))]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
320 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
322 {
323 throw null;
324 }
325
326 [global::Cpp2ILInjected.Token(Token = "0x6001721")]
327 [global::Cpp2ILInjected.Address(RVA = "0x1E4B5C8", Offset = "0x1E4B5C8", Length = "0x94")]
328 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IList.RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
330 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
331 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
332 {
333 typeof(Array),
334 typeof(int),
335 typeof(Array),
336 typeof(int),
337 typeof(int)
338 }, ReturnType = typeof(void))]
339 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
340 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
341 public void RemoveAt(int index)
342 {
343 throw null;
344 }
345
346 [global::Cpp2ILInjected.Token(Token = "0x6001722")]
347 [global::Cpp2ILInjected.Address(RVA = "0x1E4B65C", Offset = "0x1E4B65C", Length = "0x8C")]
348 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(IEnumerator))]
350 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "GetEnumerator", ReturnType = typeof(IEnumerator))]
352 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
353 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
355 {
356 throw null;
357 }
358
359 [global::Cpp2ILInjected.Token(Token = "0x6001723")]
360 [global::Cpp2ILInjected.Address(RVA = "0x1E4B71C", Offset = "0x1E4B71C", Length = "0x78")]
361 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = ".ctor", MemberParameters = new object[]
363 {
365 typeof(int),
366 typeof(string[]),
368 }, ReturnType = typeof(void))]
369 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
371 {
372 throw null;
373 }
374
375 [global::Cpp2ILInjected.Token(Token = "0x6001724")]
376 [global::Cpp2ILInjected.Address(RVA = "0x1E4B794", Offset = "0x1E4B794", Length = "0x7C")]
377 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = ".ctor", MemberParameters = new object[]
379 {
381 typeof(int),
382 typeof(string[]),
384 }, ReturnType = typeof(void))]
385 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
386 public virtual EventDescriptorCollection Sort(string[] names)
387 {
388 throw null;
389 }
390
391 [global::Cpp2ILInjected.Token(Token = "0x6001725")]
392 [global::Cpp2ILInjected.Address(RVA = "0x1E4B810", Offset = "0x1E4B810", Length = "0x7C")]
393 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
394 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = ".ctor", MemberParameters = new object[]
395 {
397 typeof(int),
398 typeof(string[]),
400 }, ReturnType = typeof(void))]
401 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
402 public virtual EventDescriptorCollection Sort(string[] names, IComparer comparer)
403 {
404 throw null;
405 }
406
407 [global::Cpp2ILInjected.Token(Token = "0x6001726")]
408 [global::Cpp2ILInjected.Address(RVA = "0x1E4B88C", Offset = "0x1E4B88C", Length = "0x7C")]
409 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
410 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = ".ctor", MemberParameters = new object[]
411 {
413 typeof(int),
414 typeof(string[]),
416 }, ReturnType = typeof(void))]
417 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
419 {
420 throw null;
421 }
422
423 [global::Cpp2ILInjected.Token(Token = "0x6001727")]
424 [global::Cpp2ILInjected.Address(RVA = "0x1E4B1B4", Offset = "0x1E4B1B4", Length = "0x218")]
425 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "EnsureEventsOwned", ReturnType = typeof(void))]
427 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
428 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "InternalSort", MemberParameters = new object[] { typeof(IComparer) }, ReturnType = typeof(void))]
429 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", MemberParameters = new object[] { typeof(IEnumerable<object>) }, ReturnType = typeof(void))]
430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
431 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
432 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "set_Item", MemberParameters = new object[]
433 {
434 typeof(int),
435 typeof(object)
436 }, ReturnType = typeof(void))]
437 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
438 protected void InternalSort(string[] names)
439 {
440 throw null;
441 }
442
443 [global::Cpp2ILInjected.Token(Token = "0x6001728")]
444 [global::Cpp2ILInjected.Address(RVA = "0x1E4B908", Offset = "0x1E4B908", Length = "0x78")]
445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventDescriptorCollection), Member = "InternalSort", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(void))]
446 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Sort", MemberParameters = new object[]
448 {
449 typeof(Array),
451 }, ReturnType = typeof(void))]
452 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeDescriptor), Member = "SortDescriptorArray", MemberParameters = new object[] { typeof(IList) }, ReturnType = typeof(void))]
453 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
455 {
456 throw null;
457 }
458
459 [global::Cpp2ILInjected.Token(Token = "0x17000540")]
461 {
462 [global::Cpp2ILInjected.Token(Token = "0x6001729")]
463 [global::Cpp2ILInjected.Address(RVA = "0x1E4B980", Offset = "0x1E4B980", Length = "0x8")]
464 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
465 get
466 {
467 throw null;
468 }
469 }
470
471 [global::Cpp2ILInjected.Token(Token = "0x17000541")]
473 {
474 [global::Cpp2ILInjected.Token(Token = "0x600172A")]
475 [global::Cpp2ILInjected.Address(RVA = "0x1E4B988", Offset = "0x1E4B988", Length = "0x8")]
476 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
477 get
478 {
479 throw null;
480 }
481 }
482
483 [global::Cpp2ILInjected.Token(Token = "0x17000542")]
485 {
486 [global::Cpp2ILInjected.Token(Token = "0x600172B")]
487 [global::Cpp2ILInjected.Address(RVA = "0x1E4B990", Offset = "0x1E4B990", Length = "0x8")]
488 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
489 get
490 {
491 throw null;
492 }
493 }
494
495 [global::Cpp2ILInjected.Token(Token = "0x600172C")]
496 [global::Cpp2ILInjected.Address(RVA = "0x1E4B998", Offset = "0x1E4B998", Length = "0x4")]
497 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
498 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "GetEnumerator", ReturnType = typeof(IEnumerator))]
500 {
501 throw null;
502 }
503
504 [global::Cpp2ILInjected.Token(Token = "0x17000543")]
506 {
507 [global::Cpp2ILInjected.Token(Token = "0x600172D")]
508 [global::Cpp2ILInjected.Address(RVA = "0x1E4B99C", Offset = "0x1E4B99C", Length = "0x10")]
509 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
510 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
511 get
512 {
513 throw null;
514 }
515 [global::Cpp2ILInjected.Token(Token = "0x600172E")]
516 [global::Cpp2ILInjected.Address(RVA = "0x1E4B9AC", Offset = "0x1E4B9AC", Length = "0x150")]
517 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
518 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
519 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "EnsureEventsOwned", ReturnType = typeof(void))]
520 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
521 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IndexOutOfRangeException), Member = ".ctor", ReturnType = typeof(void))]
522 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
523 set
524 {
525 throw null;
526 }
527 }
528
529 [global::Cpp2ILInjected.Token(Token = "0x600172F")]
530 [global::Cpp2ILInjected.Address(RVA = "0x1E4BAFC", Offset = "0x1E4BAFC", Length = "0x84")]
531 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
532 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
533 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "Add", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(int))]
534 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
535 private int System.Collections.IList.Add(object value)
536 {
537 throw null;
538 }
539
540 [global::Cpp2ILInjected.Token(Token = "0x6001730")]
541 [global::Cpp2ILInjected.Address(RVA = "0x1E4BB80", Offset = "0x1E4BB80", Length = "0x90")]
542 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
543 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
544 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "IndexOf", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(int))]
545 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
546 private bool System.Collections.IList.Contains(object value)
547 {
548 throw null;
549 }
550
551 [global::Cpp2ILInjected.Token(Token = "0x6001731")]
552 [global::Cpp2ILInjected.Address(RVA = "0x1E4BC10", Offset = "0x1E4BC10", Length = "0x4")]
553 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
554 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "Clear", ReturnType = typeof(void))]
556 {
557 throw null;
558 }
559
560 [global::Cpp2ILInjected.Token(Token = "0x6001732")]
561 [global::Cpp2ILInjected.Address(RVA = "0x1E4BC14", Offset = "0x1E4BC14", Length = "0x84")]
562 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
563 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
564 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "IndexOf", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(int))]
565 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
567 {
568 throw null;
569 }
570
571 [global::Cpp2ILInjected.Token(Token = "0x6001733")]
572 [global::Cpp2ILInjected.Address(RVA = "0x1E4BC98", Offset = "0x1E4BC98", Length = "0x94")]
573 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
574 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
575 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "Insert", MemberParameters = new object[]
576 {
577 typeof(int),
579 }, ReturnType = typeof(void))]
580 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
581 private void System.Collections.IList.Insert(int index, object value)
582 {
583 throw null;
584 }
585
586 [global::Cpp2ILInjected.Token(Token = "0x6001734")]
587 [global::Cpp2ILInjected.Address(RVA = "0x1E4BD2C", Offset = "0x1E4BD2C", Length = "0x84")]
588 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
589 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
590 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "Remove", MemberParameters = new object[] { typeof(EventDescriptor) }, ReturnType = typeof(void))]
591 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
592 private void System.Collections.IList.Remove(object value)
593 {
594 throw null;
595 }
596
597 [global::Cpp2ILInjected.Token(Token = "0x6001735")]
598 [global::Cpp2ILInjected.Address(RVA = "0x1E4BDB0", Offset = "0x1E4BDB0", Length = "0x4")]
599 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
600 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
602 {
603 throw null;
604 }
605
606 [global::Cpp2ILInjected.Token(Token = "0x17000544")]
608 {
609 [global::Cpp2ILInjected.Token(Token = "0x6001736")]
610 [global::Cpp2ILInjected.Address(RVA = "0x1E4BDB4", Offset = "0x1E4BDB4", Length = "0x8")]
611 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
612 get
613 {
614 throw null;
615 }
616 }
617
618 [global::Cpp2ILInjected.Token(Token = "0x17000545")]
620 {
621 [global::Cpp2ILInjected.Token(Token = "0x6001737")]
622 [global::Cpp2ILInjected.Address(RVA = "0x1E4BDBC", Offset = "0x1E4BDBC", Length = "0x8")]
623 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
624 get
625 {
626 throw null;
627 }
628 }
629
630 // Note: this type is marked as 'beforefieldinit'.
631 [global::Cpp2ILInjected.Token(Token = "0x6001738")]
632 [global::Cpp2ILInjected.Address(RVA = "0x1E4BDC4", Offset = "0x1E4BDC4", Length = "0x64")]
633 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
634 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventDescriptorCollection), Member = ".ctor", MemberParameters = new object[] { typeof(EventDescriptor[]) }, ReturnType = typeof(void))]
635 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
637 {
638 throw null;
639 }
640
641 [global::Cpp2ILInjected.Token(Token = "0x400121B")]
642 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
644
645 [global::Cpp2ILInjected.Token(Token = "0x400121C")]
646 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
647 private string[] _namedSort;
648
649 [global::Cpp2ILInjected.Token(Token = "0x400121D")]
650 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
652
653 [global::Cpp2ILInjected.Token(Token = "0x400121E")]
654 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
655 private bool _eventsOwned;
656
657 [global::Cpp2ILInjected.Token(Token = "0x400121F")]
658 [global::Cpp2ILInjected.FieldOffset(Offset = "0x29")]
659 private bool _needSort;
660
661 [global::Cpp2ILInjected.Token(Token = "0x4001220")]
662 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2A")]
663 private readonly bool _readOnly;
664
665 [global::Cpp2ILInjected.Token(Token = "0x4001221")]
667
669 [global::Cpp2ILInjected.Token(Token = "0x4001222")]
670 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
671 private int <Count>k__BackingField;
672
673 [global::Cpp2ILInjected.Token(Token = "0x2000375")]
675 {
676 [global::Cpp2ILInjected.Token(Token = "0x6001739")]
677 [global::Cpp2ILInjected.Address(RVA = "0x1E4B6E8", Offset = "0x1E4B6E8", Length = "0x34")]
678 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
679 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
681 {
682 throw null;
683 }
684
685 [global::Cpp2ILInjected.Token(Token = "0x600173A")]
686 [global::Cpp2ILInjected.Address(RVA = "0x1E4BE28", Offset = "0x1E4BE28", Length = "0x28")]
687 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
688 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
689 public bool MoveNext()
690 {
691 throw null;
692 }
693
694 [global::Cpp2ILInjected.Token(Token = "0x600173B")]
695 [global::Cpp2ILInjected.Address(RVA = "0x1E4BE50", Offset = "0x1E4BE50", Length = "0xC")]
696 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
697 public void Reset()
698 {
699 throw null;
700 }
701
702 [global::Cpp2ILInjected.Token(Token = "0x17000546")]
703 public object Current
704 {
705 [global::Cpp2ILInjected.Token(Token = "0x600173C")]
706 [global::Cpp2ILInjected.Address(RVA = "0x1E4BE5C", Offset = "0x1E4BE5C", Length = "0x54")]
707 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
708 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
709 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", ReturnType = typeof(void))]
710 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
711 get
712 {
713 throw null;
714 }
715 }
716
717 [global::Cpp2ILInjected.Token(Token = "0x4001223")]
718 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
720
721 [global::Cpp2ILInjected.Token(Token = "0x4001224")]
722 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
723 private readonly int _total;
724
725 [global::Cpp2ILInjected.Token(Token = "0x4001225")]
726 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
727 private int _current;
728 }
729 }
730}
class f__AnonymousType0<< Count > j__TPar
virtual EventDescriptorCollection Sort(string[] names, IComparer comparer)
static readonly EventDescriptorCollection Empty
virtual EventDescriptor Find(string name, bool ignoreCase)
EventDescriptorCollection(EventDescriptor[] events, int eventCount, string[] namedSort, IComparer comparer)
virtual EventDescriptorCollection Sort(string[] names)
EventDescriptorCollection(EventDescriptor[] events, bool readOnly)
virtual EventDescriptorCollection Sort(IComparer comparer)
void CopyTo(global::System.Array array, int index)
int Add(object value)
void RemoveAt(int index)
void Remove(object value)
int IndexOf(object value)
bool Contains(object value)
void Insert(int index, object value)