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
Array.cs
Go to the documentation of this file.
1using System;
8using System.IO;
19using System.Security;
24using System.Text;
26using Cpp2ILInjected;
30using Mono.Math;
31using Mono.Security;
33using Mono.Xml;
34
35namespace System
36{
37 [global::Cpp2ILInjected.Token(Token = "0x2000134")]
38 [global::System.Serializable]
39 public abstract class Array : global::System.Collections.ICollection, global::System.Collections.IEnumerable, global::System.Collections.IList, global::System.Collections.IStructuralComparable, global::System.Collections.IStructuralEquatable, global::System.ICloneable
40 {
41 [global::Cpp2ILInjected.Token(Token = "0x6000BE7")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1C56D6C", Offset = "0x1C56D6C", Length = "0x158")]
43 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
46 {
47 typeof(string),
48 typeof(string)
49 }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
53 public static global::System.Array CreateInstance(global::System.Type elementType, params long[] lengths)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x6000BE8")]
59 [global::Cpp2ILInjected.Address(RVA = "0x14D7044", Offset = "0x14D7044", Length = "0x9C")]
60 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
61 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeData), Member = "ResolveArguments", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
66 public static global::System.Collections.ObjectModel.ReadOnlyCollection<T> AsReadOnly<T>(T[] array)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6000BE9")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1562E00", Offset = "0x1562E00", Length = "0x104")]
73 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
74 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "InitialiseTargets", ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
78 {
79 typeof(global::System.Array),
80 typeof(int),
81 typeof(global::System.Array),
82 typeof(int),
83 typeof(int)
84 }, ReturnType = typeof(void))]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
86 {
87 typeof(string),
88 typeof(string)
89 }, ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
91 public static void Resize<T>(ref T[] array, int newSize)
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x17000108")]
98 {
99 [global::Cpp2ILInjected.Token(Token = "0x6000BEA")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1C5713C", Offset = "0x1C5713C", Length = "0x4")]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
103 get
104 {
105 throw null;
106 }
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x17000109")]
111 {
112 [global::Cpp2ILInjected.Token(Token = "0x6000BEB")]
113 [global::Cpp2ILInjected.Address(RVA = "0x1C57140", Offset = "0x1C57140", Length = "0x8")]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
115 get
116 {
117 throw null;
118 }
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x1700010A")]
123 {
124 [global::Cpp2ILInjected.Token(Token = "0x6000BEC")]
125 [global::Cpp2ILInjected.Address(RVA = "0x1C57148", Offset = "0x1C57148", Length = "0x4")]
126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
128 get
129 {
130 throw null;
131 }
132 [global::Cpp2ILInjected.Token(Token = "0x6000BED")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1C5714C", Offset = "0x1C5714C", Length = "0x10")]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
135 set
136 {
137 throw null;
138 }
139 }
140
141 [global::Cpp2ILInjected.Token(Token = "0x6000BEE")]
142 [global::Cpp2ILInjected.Address(RVA = "0x1C572C0", Offset = "0x1C572C0", Length = "0x4C")]
143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
146 private int System.Collections.IList.Add(object value)
147 {
148 throw null;
149 }
150
151 [global::Cpp2ILInjected.Token(Token = "0x6000BEF")]
152 [global::Cpp2ILInjected.Address(RVA = "0x1C5730C", Offset = "0x1C5730C", Length = "0x18")]
153 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
155 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
156 {
157 typeof(global::System.Array),
158 typeof(object)
159 }, ReturnType = typeof(int))]
160 private bool System.Collections.IList.Contains(object value)
161 {
162 throw null;
163 }
164
165 [global::Cpp2ILInjected.Token(Token = "0x6000BF0")]
166 [global::Cpp2ILInjected.Address(RVA = "0x1C573B0", Offset = "0x1C573B0", Length = "0x38")]
167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clear", MemberParameters = new object[]
170 {
171 typeof(global::System.Array),
172 typeof(int),
173 typeof(int)
174 }, ReturnType = typeof(void))]
175 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
177 {
178 throw null;
179 }
180
181 [global::Cpp2ILInjected.Token(Token = "0x6000BF1")]
182 [global::Cpp2ILInjected.Address(RVA = "0x1C57504", Offset = "0x1C57504", Length = "0x4")]
183 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
185 {
186 typeof(global::System.Array),
187 typeof(object)
188 }, ReturnType = typeof(int))]
190 {
191 throw null;
192 }
193
194 [global::Cpp2ILInjected.Token(Token = "0x6000BF2")]
195 [global::Cpp2ILInjected.Address(RVA = "0x1C57508", Offset = "0x1C57508", Length = "0x4C")]
196 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
198 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
199 private void System.Collections.IList.Insert(int index, object value)
200 {
201 throw null;
202 }
203
204 [global::Cpp2ILInjected.Token(Token = "0x6000BF3")]
205 [global::Cpp2ILInjected.Address(RVA = "0x1C57554", Offset = "0x1C57554", Length = "0x4C")]
206 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
208 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
209 private void System.Collections.IList.Remove(object value)
210 {
211 throw null;
212 }
213
214 [global::Cpp2ILInjected.Token(Token = "0x6000BF4")]
215 [global::Cpp2ILInjected.Address(RVA = "0x1C575A0", Offset = "0x1C575A0", Length = "0x4C")]
216 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
218 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
220 {
221 throw null;
222 }
223
224 [global::Cpp2ILInjected.Token(Token = "0x6000BF5")]
225 [global::Cpp2ILInjected.Address(RVA = "0x1C575EC", Offset = "0x1C575EC", Length = "0xB0")]
226 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Modules.TileObjectBaseModule", Member = ".ctor", MemberParameters = new object[] { "Terraria.Modules.TileObjectBaseModule" }, ReturnType = typeof(void))]
228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CopyTo", MemberParameters = new object[]
229 {
230 typeof(global::System.Array),
231 typeof(long)
232 }, ReturnType = typeof(void))]
233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
234 {
235 typeof(global::System.Reflection.ICustomAttributeProvider),
236 typeof(global::System.Type),
237 typeof(bool)
238 }, ReturnType = typeof(object[]))]
239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "UnmarshalArgument", MemberParameters = new object[]
240 {
241 typeof(object),
242 typeof(global::System.Collections.ArrayList)
243 }, ReturnType = typeof(object))]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.SizedArray), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.SizedArray) }, ReturnType = typeof(void))]
245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.IntSizedArray), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.IntSizedArray) }, ReturnType = typeof(void))]
246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimePropertyInfo), Member = "SetValue", MemberParameters = new object[]
247 {
248 typeof(object),
249 typeof(object),
250 typeof(global::System.Reflection.BindingFlags),
251 typeof(global::System.Reflection.Binder),
252 typeof(object[]),
253 typeof(global::System.Globalization.CultureInfo)
254 }, ReturnType = typeof(void))]
255 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "InsertRange", MemberParameters = new object[]
256 {
257 typeof(int),
258 typeof(global::System.Collections.ICollection)
259 }, ReturnType = typeof(void))]
260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentQueue<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
261 {
262 typeof(global::System.Array),
263 typeof(int)
264 }, ReturnType = typeof(void))]
265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.BufferOffsetSize2", Member = "MakeRoom", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Mime.WriteStateInfoBase", Member = "EnsureSpaceInBuffer", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
267 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Mime.WriteStateInfoBase", Member = "Append", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetEditor", MemberParameters = new object[]
269 {
270 typeof(object),
271 typeof(global::System.Type)
272 }, ReturnType = typeof(object))]
273 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetAttributes", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.Attribute[]")]
274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetAttributes", MemberParameters = new object[] { typeof(global::System.Reflection.MemberInfo) }, ReturnType = "System.Attribute[]")]
275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLMv2_Session", MemberParameters = new object[]
276 {
277 typeof(string),
278 "System.Byte[]",
279 "System.Byte[]&",
280 "System.Byte[]&"
281 }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLMv2", MemberParameters = new object[]
283 {
284 "Mono.Security.Protocol.Ntlm.Type2Message",
285 typeof(string),
286 typeof(string),
287 typeof(string)
288 }, ReturnType = "System.Byte[]")]
289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Interface.MonoTlsSettings", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.Interface.MonoTlsSettings" }, ReturnType = typeof(void))]
290 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 27)]
291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
292 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
293 {
294 typeof(global::System.Array),
295 typeof(int),
296 typeof(global::System.Array),
297 typeof(int),
298 typeof(int)
299 }, ReturnType = typeof(void))]
300 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
301 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
302 public void CopyTo(global::System.Array array, int index)
303 {
304 throw null;
305 }
306
307 [global::Cpp2ILInjected.Token(Token = "0x6000BF6")]
308 [global::Cpp2ILInjected.Address(RVA = "0x1C57B94", Offset = "0x1C57B94", Length = "0x8")]
309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ObjectData.TileObjectData", Member = "set_AnchorValidTiles", MemberParameters = new object[] { "System.Int32[]" }, ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ObjectData.TileObjectData", Member = "set_AnchorInvalidTiles", MemberParameters = new object[] { "System.Int32[]" }, ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ObjectData.TileObjectData", Member = "set_AnchorAlternateTiles", MemberParameters = new object[] { "System.Int32[]" }, ReturnType = typeof(void))]
312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ObjectData.TileObjectData", Member = "set_AnchorValidWalls", MemberParameters = new object[] { "System.Int32[]" }, ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ObjectData.TileObjectData", Member = "set_CoordinateHeights", MemberParameters = new object[] { "System.Int32[]" }, ReturnType = typeof(void))]
314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "SaveNPCs", MemberParameters = new object[] { typeof(global::System.IO.BinaryWriter) }, ReturnType = typeof(int))]
315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.ASN1), Member = "get_Value", ReturnType = typeof(byte[]))]
316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.MD2Managed), Member = "HashFinal", ReturnType = typeof(byte[]))]
317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.SymmetricTransform), Member = ".ctor", MemberParameters = new object[]
318 {
319 typeof(global::System.Security.Cryptography.SymmetricAlgorithm),
320 typeof(bool),
321 typeof(byte[])
322 }, ReturnType = typeof(void))]
323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Math.BigInteger), Member = ".ctor", MemberParameters = new object[] { typeof(Mono.Math.BigInteger) }, ReturnType = typeof(void))]
324 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Internal.Cryptography.Helpers), Member = "CloneByteArray", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "JoinCore", MemberParameters = new object[]
327 {
328 typeof(char*),
329 typeof(int),
330 typeof(string[]),
331 typeof(int),
332 typeof(int)
333 }, ReturnType = typeof(string))]
334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateCustomTimeZone", MemberParameters = new object[]
335 {
336 typeof(string),
337 typeof(global::System.TimeSpan),
338 typeof(string),
339 typeof(string),
340 typeof(string),
341 typeof(global::System.TimeZoneInfo.AdjustmentRule[]),
342 typeof(bool)
343 }, ReturnType = typeof(global::System.TimeZoneInfo))]
344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
345 {
346 typeof(global::System.Reflection.BindingFlags),
347 typeof(global::System.Reflection.MethodBase[]),
348 typeof(ref object[]),
349 typeof(global::System.Reflection.ParameterModifier[]),
350 typeof(global::System.Globalization.CultureInfo),
351 typeof(string[]),
352 typeof(ref object)
353 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
354 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToField", MemberParameters = new object[]
355 {
356 typeof(global::System.Reflection.BindingFlags),
357 typeof(global::System.Reflection.FieldInfo[]),
358 typeof(object),
359 typeof(global::System.Globalization.CultureInfo)
360 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectProperty", MemberParameters = new object[]
362 {
363 typeof(global::System.Reflection.BindingFlags),
364 typeof(global::System.Reflection.PropertyInfo[]),
365 typeof(global::System.Type),
366 typeof(global::System.Type[]),
367 typeof(global::System.Reflection.ParameterModifier[])
368 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
369 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectMethod", MemberParameters = new object[]
370 {
371 typeof(global::System.Reflection.BindingFlags),
372 typeof(global::System.Reflection.MethodBase[]),
373 typeof(global::System.Type[]),
374 typeof(global::System.Reflection.ParameterModifier[])
375 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
377 {
378 typeof(global::System.Reflection.ICustomAttributeProvider),
379 typeof(bool)
380 }, ReturnType = typeof(object[]))]
381 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MulticastDelegate), Member = "GetInvocationList", ReturnType = typeof(global::System.Delegate[]))]
382 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecureString), Member = "Copy", ReturnType = typeof(global::System.Security.SecureString))]
383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.HashAlgorithm), Member = "get_Hash", ReturnType = typeof(byte[]))]
384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.HashAlgorithm), Member = "CaptureHashCodeAndReinitialize", ReturnType = typeof(byte[]))]
385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "get_LegalKeySizes", ReturnType = typeof(global::System.Security.Cryptography.KeySizes[]))]
386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DES), Member = "get_Key", ReturnType = typeof(byte[]))]
387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DES), Member = "set_Key", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.HMAC), Member = "InitializeKey", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.HMAC), Member = "get_Key", ReturnType = typeof(byte[]))]
390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.KeyedHashAlgorithm), Member = "get_Key", ReturnType = typeof(byte[]))]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.KeyedHashAlgorithm), Member = "set_Key", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.MACTripleDES), Member = ".ctor", MemberParameters = new object[]
393 {
394 typeof(string),
395 typeof(byte[])
396 }, ReturnType = typeof(void))]
397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.TailStream), Member = "get_Buffer", ReturnType = typeof(byte[]))]
398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.PasswordDeriveBytes), Member = "get_Salt", ReturnType = typeof(byte[]))]
399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.PasswordDeriveBytes), Member = "set_Salt", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAOAEPKeyExchangeFormatter), Member = "get_Parameter", ReturnType = typeof(byte[]))]
401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSAOAEPKeyExchangeFormatter), Member = "set_Parameter", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "get_IV", ReturnType = typeof(byte[]))]
403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "set_IV", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
404 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "get_Key", ReturnType = typeof(byte[]))]
405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "set_Key", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "get_LegalBlockSizes", ReturnType = typeof(global::System.Security.Cryptography.KeySizes[]))]
407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "get_LegalKeySizes", ReturnType = typeof(global::System.Security.Cryptography.KeySizes[]))]
408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.TripleDES), Member = "get_Key", ReturnType = typeof(byte[]))]
409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.TripleDES), Member = "set_Key", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DESTransform), Member = ".ctor", MemberParameters = new object[]
411 {
412 typeof(global::System.Security.Cryptography.SymmetricAlgorithm),
413 typeof(bool),
414 typeof(byte[]),
415 typeof(byte[])
416 }, ReturnType = typeof(void))]
417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RC2Transform), Member = ".ctor", MemberParameters = new object[]
418 {
419 typeof(global::System.Security.Cryptography.RC2),
420 typeof(bool),
421 typeof(byte[]),
422 typeof(byte[])
423 }, ReturnType = typeof(void))]
424 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.Claim), Member = ".ctor", MemberParameters = new object[]
425 {
426 typeof(global::System.Security.Claims.Claim),
427 typeof(global::System.Security.Claims.ClaimsIdentity)
428 }, ReturnType = typeof(void))]
429 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
430 {
431 typeof(global::System.Security.Principal.IIdentity),
432 typeof(global::System.Collections.Generic.IEnumerable<global::System.Security.Claims.Claim>),
433 typeof(string),
434 typeof(string),
435 typeof(string),
436 typeof(bool)
437 }, ReturnType = typeof(void))]
438 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Claims.ClaimsIdentity) }, ReturnType = typeof(void))]
439 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "RegisterObject", MemberParameters = new object[]
440 {
441 typeof(object),
442 typeof(long),
443 typeof(global::System.Runtime.Serialization.SerializationInfo),
444 typeof(long),
445 typeof(global::System.Reflection.MemberInfo),
446 typeof(int[])
447 }, ReturnType = typeof(void))]
448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureConstructedGenericType), Member = ".ctor", MemberParameters = new object[]
449 {
450 typeof(global::System.Type),
451 typeof(global::System.Type[])
452 }, ReturnType = typeof(void))]
453 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.SignatureConstructedGenericType), Member = "get_GenericTypeArguments", ReturnType = typeof(global::System.Type[]))]
454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_AbbreviatedDayNames", ReturnType = typeof(string[]))]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_DayNames", ReturnType = typeof(string[]))]
456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_AbbreviatedMonthNames", ReturnType = typeof(string[]))]
457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_MonthNames", ReturnType = typeof(string[]))]
458 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetMergedPatterns", MemberParameters = new object[]
459 {
460 typeof(string[]),
461 typeof(string)
462 }, ReturnType = typeof(string[]))]
463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_MonthGenitiveNames", ReturnType = typeof(string[]))]
464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendarHelper), Member = "get_Eras", ReturnType = typeof(int[]))]
465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "get_CurrencyGroupSizes", ReturnType = typeof(int[]))]
466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "get_NumberGroupSizes", ReturnType = typeof(int[]))]
467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "get_PercentGroupSizes", ReturnType = typeof(int[]))]
468 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AsnEncodedData", Member = "set_RawData", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension", Member = ".ctor", MemberParameters = new object[]
470 {
471 "System.Byte[]",
472 typeof(bool)
473 }, ReturnType = typeof(void))]
474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "UrlEncode", MemberParameters = new object[]
475 {
476 "System.Byte[]",
477 typeof(int),
478 typeof(int),
479 typeof(bool)
480 }, ReturnType = "System.Byte[]")]
481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = "get_TabClassNames", ReturnType = "System.String[]")]
482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = "InitializeArrays", MemberParameters = new object[] { "System.String[]", "System.Type[]", "System.ComponentModel.PropertyTabScope[]" }, ReturnType = typeof(void))]
483 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection", Member = ".ctor", MemberParameters = new object[]
484 {
485 "System.ComponentModel.EventDescriptor[]",
486 typeof(int),
487 "System.String[]",
488 typeof(global::System.Collections.IComparer)
489 }, ReturnType = typeof(void))]
490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = ".ctor", MemberParameters = new object[]
491 {
492 "System.ComponentModel.PropertyDescriptor[]",
493 typeof(int),
494 "System.String[]",
495 typeof(global::System.Collections.IComparer)
496 }, ReturnType = typeof(void))]
497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "System.Collections.IDictionary.get_Values", ReturnType = typeof(global::System.Collections.ICollection))]
498 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.BitSet", Member = "Clone", ReturnType = "System.Xml.Schema.BitSet")]
499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1", Member = "get_Value", ReturnType = "System.Byte[]")]
500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1", Member = "set_Value", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
501 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.PKCS7.EncryptedData", Member = "get_EncryptedContent", ReturnType = "System.Byte[]")]
502 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.PKCS7.SignerInfo", Member = "get_SerialNumber", ReturnType = "System.Byte[]")]
503 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.PKCS7.SignerInfo", Member = "get_Signature", ReturnType = "System.Byte[]")]
504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12.DeriveBytes", Member = "get_Password", ReturnType = "System.Byte[]")]
505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12.DeriveBytes", Member = "set_Password", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
506 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12.DeriveBytes", Member = "get_Salt", ReturnType = "System.Byte[]")]
507 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12.DeriveBytes", Member = "set_Salt", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
508 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl.X509CrlEntry", Member = "get_SerialNumber", ReturnType = "System.Byte[]")]
509 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = ".ctor", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "get_Signature", ReturnType = "System.Byte[]")]
511 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "get_RawData", ReturnType = "System.Byte[]")]
512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "GetBytes", ReturnType = "System.Byte[]")]
513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "Parse", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_Hash", ReturnType = "System.Byte[]")]
515 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_KeyAlgorithmParameters", ReturnType = "System.Byte[]")]
516 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_PublicKey", ReturnType = "System.Byte[]")]
517 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_RawData", ReturnType = "System.Byte[]")]
518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_SerialNumber", ReturnType = "System.Byte[]")]
519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_Signature", ReturnType = "System.Byte[]")]
520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_SignatureAlgorithmParameters", ReturnType = "System.Byte[]")]
521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_IssuerUniqueIdentifier", ReturnType = "System.Byte[]")]
522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_SubjectUniqueIdentifier", ReturnType = "System.Byte[]")]
523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.Extensions.AuthorityKeyIdentifierExtension", Member = "get_Identifier", ReturnType = "System.Byte[]")]
524 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.Extensions.SubjectKeyIdentifierExtension", Member = "get_Identifier", ReturnType = "System.Byte[]")]
525 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse", Member = "set_Challenge", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
526 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.Type2Message", Member = "get_Nonce", ReturnType = "System.Byte[]")]
527 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.Type2Message", Member = "get_TargetInfo", ReturnType = "System.Byte[]")]
528 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.Type3Message", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.Protocol.Ntlm.Type2Message" }, ReturnType = typeof(void))]
529 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.ARC4Managed", Member = "get_Key", ReturnType = "System.Byte[]")]
530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.ARC4Managed", Member = "set_Key", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.MD2Managed", Member = "HashFinal", ReturnType = "System.Byte[]")]
532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.PKCS8.PrivateKeyInfo", Member = "get_PrivateKey", ReturnType = "System.Byte[]")]
533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.PKCS8.PrivateKeyInfo", Member = "set_PrivateKey", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.PKCS8.EncryptedPrivateKeyInfo", Member = "get_EncryptedData", ReturnType = "System.Byte[]")]
535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.PKCS8.EncryptedPrivateKeyInfo", Member = "set_EncryptedData", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.PKCS8.EncryptedPrivateKeyInfo", Member = "get_Salt", ReturnType = "System.Byte[]")]
537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Math.BigInteger", Member = ".ctor", MemberParameters = new object[] { "Mono.Math.BigInteger" }, ReturnType = typeof(void))]
538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = "CopyFrom", MemberParameters = new object[] { "System.Collections.Generic.HashSet`1<T>" }, ReturnType = typeof(void))]
539 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 117)]
540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "MemberwiseClone", ReturnType = typeof(object))]
541 public unsafe object Clone()
542 {
543 throw null;
544 }
545
546 [global::Cpp2ILInjected.Token(Token = "0x6000BF7")]
547 [global::Cpp2ILInjected.Address(RVA = "0x1C57B9C", Offset = "0x1C57B9C", Length = "0x1D8")]
548 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
549 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
551 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
552 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
553 {
554 typeof(string),
555 typeof(string)
556 }, ReturnType = typeof(void))]
557 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
558 private int System.Collections.IStructuralComparable.CompareTo(object other, global::System.Collections.IComparer comparer)
559 {
560 throw null;
561 }
562
563 [global::Cpp2ILInjected.Token(Token = "0x6000BF8")]
564 [global::Cpp2ILInjected.Address(RVA = "0x1C57D74", Offset = "0x1C57D74", Length = "0x184")]
565 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
566 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
567 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
569 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
570 private bool System.Collections.IStructuralEquatable.Equals(object other, global::System.Collections.IEqualityComparer comparer)
571 {
572 throw null;
573 }
574
575 [global::Cpp2ILInjected.Token(Token = "0x6000BF9")]
576 [global::Cpp2ILInjected.Address(RVA = "0x1C57EF8", Offset = "0x1C57EF8", Length = "0xC")]
577 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
578 internal static int CombineHashCodes(int h1, int h2)
579 {
580 throw null;
581 }
582
583 [global::Cpp2ILInjected.Token(Token = "0x6000BFA")]
584 [global::Cpp2ILInjected.Address(RVA = "0x1C57F04", Offset = "0x1C57F04", Length = "0x170")]
585 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
586 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
587 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
588 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
589 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
590 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
591 private int System.Collections.IStructuralEquatable.GetHashCode(global::System.Collections.IEqualityComparer comparer)
592 {
593 throw null;
594 }
595
596 [global::Cpp2ILInjected.Token(Token = "0x6000BFB")]
597 [global::Cpp2ILInjected.Address(RVA = "0x1C58074", Offset = "0x1C58074", Length = "0x90")]
598 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
599 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
600 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
601 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
602 public static int BinarySearch(global::System.Array array, object value)
603 {
604 throw null;
605 }
606
607 [global::Cpp2ILInjected.Token(Token = "0x6000BFC")]
608 [global::Cpp2ILInjected.Address(RVA = "0x14D78B0", Offset = "0x14D78B0", Length = "0x108")]
609 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
610 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
611 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
612 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
613 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
614 public static TOutput[] ConvertAll<TInput, TOutput>(TInput[] array, global::System.Converter<TInput, TOutput> converter)
615 {
616 throw null;
617 }
618
619 [global::Cpp2ILInjected.Token(Token = "0x6000BFD")]
620 [global::Cpp2ILInjected.Address(RVA = "0x1C5856C", Offset = "0x1C5856C", Length = "0x70")]
621 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
622 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
623 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
624 {
625 typeof(string),
626 typeof(string)
627 }, ReturnType = typeof(void))]
628 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
629 public static void Copy(global::System.Array sourceArray, global::System.Array destinationArray, long length)
630 {
631 throw null;
632 }
633
634 [global::Cpp2ILInjected.Token(Token = "0x6000BFE")]
635 [global::Cpp2ILInjected.Address(RVA = "0x1C586A0", Offset = "0x1C586A0", Length = "0xC8")]
636 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
637 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
638 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
639 {
640 typeof(global::System.Array),
641 typeof(int),
642 typeof(global::System.Array),
643 typeof(int),
644 typeof(int)
645 }, ReturnType = typeof(void))]
646 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
647 {
648 typeof(string),
649 typeof(string)
650 }, ReturnType = typeof(void))]
651 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
652 public static void Copy(global::System.Array sourceArray, long sourceIndex, global::System.Array destinationArray, long destinationIndex, long length)
653 {
654 throw null;
655 }
656
657 [global::Cpp2ILInjected.Token(Token = "0x6000BFF")]
658 [global::Cpp2ILInjected.Address(RVA = "0x1C58768", Offset = "0x1C58768", Length = "0x70")]
659 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
660 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
661 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "CopyTo", MemberParameters = new object[]
662 {
663 typeof(global::System.Array),
664 typeof(int)
665 }, ReturnType = typeof(void))]
666 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
667 {
668 typeof(string),
669 typeof(string)
670 }, ReturnType = typeof(void))]
671 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
672 public void CopyTo(global::System.Array array, long index)
673 {
674 throw null;
675 }
676
677 [global::Cpp2ILInjected.Token(Token = "0x6000C00")]
678 [global::Cpp2ILInjected.Address(RVA = "0x14D8848", Offset = "0x14D8848", Length = "0xD4")]
679 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
680 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
681 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
682 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
683 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
684 public static void ForEach<T>(T[] array, global::System.Action<T> action)
685 {
686 throw null;
687 }
688
689 [global::Cpp2ILInjected.Token(Token = "0x1700010B")]
690 public long LongLength
691 {
692 [global::Cpp2ILInjected.Token(Token = "0x6000C01")]
693 [global::Cpp2ILInjected.Address(RVA = "0x1C587D8", Offset = "0x1C587D8", Length = "0x64")]
694 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
695 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
696 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
697 get
698 {
699 throw null;
700 }
701 }
702
703 [global::Cpp2ILInjected.Token(Token = "0x6000C02")]
704 [global::Cpp2ILInjected.Address(RVA = "0x1C58840", Offset = "0x1C58840", Length = "0x14")]
705 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
706 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
707 public long GetLongLength(int dimension)
708 {
709 throw null;
710 }
711
712 [global::Cpp2ILInjected.Token(Token = "0x6000C03")]
713 [global::Cpp2ILInjected.Address(RVA = "0x1C58854", Offset = "0x1C58854", Length = "0x70")]
714 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
715 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
716 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
717 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
718 {
719 typeof(string),
720 typeof(string)
721 }, ReturnType = typeof(void))]
722 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
723 public object GetValue(long index)
724 {
725 throw null;
726 }
727
728 [global::Cpp2ILInjected.Token(Token = "0x6000C04")]
729 [global::Cpp2ILInjected.Address(RVA = "0x1C588C4", Offset = "0x1C588C4", Length = "0xA0")]
730 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
731 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
732 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
733 {
734 typeof(string),
735 typeof(string)
736 }, ReturnType = typeof(void))]
737 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
738 public object GetValue(long index1, long index2)
739 {
740 throw null;
741 }
742
743 [global::Cpp2ILInjected.Token(Token = "0x6000C05")]
744 [global::Cpp2ILInjected.Address(RVA = "0x1C589CC", Offset = "0x1C589CC", Length = "0xC8")]
745 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
746 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
747 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
748 {
749 typeof(string),
750 typeof(string)
751 }, ReturnType = typeof(void))]
752 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
753 public object GetValue(long index1, long index2, long index3)
754 {
755 throw null;
756 }
757
758 [global::Cpp2ILInjected.Token(Token = "0x6000C06")]
759 [global::Cpp2ILInjected.Address(RVA = "0x1C58B0C", Offset = "0x1C58B0C", Length = "0x168")]
760 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
761 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
762 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
763 {
764 typeof(string),
765 typeof(string)
766 }, ReturnType = typeof(void))]
767 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
768 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
769 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
770 public object GetValue(params long[] indices)
771 {
772 throw null;
773 }
774
775 [global::Cpp2ILInjected.Token(Token = "0x1700010C")]
776 public bool IsFixedSize
777 {
778 [global::Cpp2ILInjected.Token(Token = "0x6000C07")]
779 [global::Cpp2ILInjected.Address(RVA = "0x1C58C78", Offset = "0x1C58C78", Length = "0x8")]
780 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
781 get
782 {
783 throw null;
784 }
785 }
786
787 [global::Cpp2ILInjected.Token(Token = "0x1700010D")]
788 public bool IsReadOnly
789 {
790 [global::Cpp2ILInjected.Token(Token = "0x6000C08")]
791 [global::Cpp2ILInjected.Address(RVA = "0x1C58C80", Offset = "0x1C58C80", Length = "0x8")]
792 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
793 get
794 {
795 throw null;
796 }
797 }
798
799 [global::Cpp2ILInjected.Token(Token = "0x1700010E")]
800 public bool IsSynchronized
801 {
802 [global::Cpp2ILInjected.Token(Token = "0x6000C09")]
803 [global::Cpp2ILInjected.Address(RVA = "0x1C58C88", Offset = "0x1C58C88", Length = "0x8")]
804 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
805 get
806 {
807 throw null;
808 }
809 }
810
811 [global::Cpp2ILInjected.Token(Token = "0x1700010F")]
812 public object SyncRoot
813 {
814 [global::Cpp2ILInjected.Token(Token = "0x6000C0A")]
815 [global::Cpp2ILInjected.Address(RVA = "0x1C58C90", Offset = "0x1C58C90", Length = "0x4")]
816 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
817 get
818 {
819 throw null;
820 }
821 }
822
823 [global::Cpp2ILInjected.Token(Token = "0x6000C0B")]
824 [global::Cpp2ILInjected.Address(RVA = "0x1C58C94", Offset = "0x1C58C94", Length = "0x8")]
825 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
826 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
827 {
828 typeof(global::System.Array),
829 typeof(int),
830 typeof(int),
831 typeof(object),
832 typeof(global::System.Collections.IComparer)
833 }, ReturnType = typeof(int))]
834 public static int BinarySearch(global::System.Array array, int index, int length, object value)
835 {
836 throw null;
837 }
838
839 [global::Cpp2ILInjected.Token(Token = "0x6000C0C")]
840 [global::Cpp2ILInjected.Address(RVA = "0x1C58C9C", Offset = "0x1C58C9C", Length = "0x9C")]
841 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.DatatypeImplementation", Member = "FromTypeName", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Xml.Schema.DatatypeImplementation")]
842 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
843 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
844 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
845 {
846 typeof(global::System.Array),
847 typeof(int),
848 typeof(int),
849 typeof(object),
850 typeof(global::System.Collections.IComparer)
851 }, ReturnType = typeof(int))]
852 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
853 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
854 public static int BinarySearch(global::System.Array array, object value, global::System.Collections.IComparer comparer)
855 {
856 throw null;
857 }
858
859 [global::Cpp2ILInjected.Token(Token = "0x6000C0D")]
860 [global::Cpp2ILInjected.Address(RVA = "0x1C58104", Offset = "0x1C58104", Length = "0x468")]
861 [global::Cpp2ILInjected.CallAnalysis.ContainsInvalidInstructions]
862 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
864 {
865 typeof(global::System.Array),
866 typeof(int),
867 typeof(int),
868 typeof(object)
869 }, ReturnType = typeof(int))]
870 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
871 {
872 typeof(global::System.Array),
873 typeof(object),
874 typeof(global::System.Collections.IComparer)
875 }, ReturnType = typeof(int))]
876 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.SortedList.KeyList", Member = "IndexOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
877 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "Add", MemberParameters = new object[]
878 {
879 typeof(object),
880 typeof(object)
881 }, ReturnType = typeof(void))]
882 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "set_Item", MemberParameters = new object[]
883 {
884 typeof(object),
885 typeof(object)
886 }, ReturnType = typeof(void))]
887 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "IndexOfKey", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
888 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
889 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
890 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
891 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
892 {
893 typeof(string),
894 typeof(string)
895 }, ReturnType = typeof(void))]
896 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
897 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
898 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RankException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
899 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[]
900 {
901 typeof(string),
902 typeof(global::System.Exception)
903 }, ReturnType = typeof(void))]
904 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 43)]
905 public static int BinarySearch(global::System.Array array, int index, int length, object value, global::System.Collections.IComparer comparer)
906 {
907 throw null;
908 }
909
910 [global::Cpp2ILInjected.Token(Token = "0x6000C0E")]
911 [global::Cpp2ILInjected.Address(RVA = "0x1C58D38", Offset = "0x1C58D38", Length = "0xC")]
912 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
913 private static int GetMedian(int low, int hi)
914 {
915 throw null;
916 }
917
918 [global::Cpp2ILInjected.Token(Token = "0x6000C0F")]
919 [global::Cpp2ILInjected.Address(RVA = "0x14D7218", Offset = "0x14D7218", Length = "0x74")]
920 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
921 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility.HtmlEntities", Member = "Lookup", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(char))]
922 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
923 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
924 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
925 public static int BinarySearch<T>(T[] array, T value)
926 {
927 throw null;
928 }
929
930 [global::Cpp2ILInjected.Token(Token = "0x6000C10")]
931 [global::Cpp2ILInjected.Address(RVA = "0x14D7374", Offset = "0x14D7374", Length = "0x78")]
932 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
933 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "AddDefaultAttributeDtd", MemberParameters = new object[]
934 {
935 "System.Xml.IDtdDefaultAttributeInfo",
936 typeof(bool),
937 "NodeData[]"
938 }, ReturnType = typeof(bool))]
939 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
940 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
941 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
942 public static int BinarySearch<T>(T[] array, T value, global::System.Collections.Generic.IComparer<T> comparer)
943 {
944 throw null;
945 }
946
947 [global::Cpp2ILInjected.Token(Token = "0x6000C11")]
948 [global::Cpp2ILInjected.Address(RVA = "0x14D73EC", Offset = "0x14D73EC", Length = "0x14")]
949 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
950 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
951 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
952 public static int BinarySearch<T>(T[] array, int index, int length, T value)
953 {
954 throw null;
955 }
956
957 [global::Cpp2ILInjected.Token(Token = "0x6000C12")]
958 [global::Cpp2ILInjected.Address(RVA = "0x14D7400", Offset = "0x14D7400", Length = "0x190")]
959 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
960 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
961 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
962 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
963 {
964 typeof(string),
965 typeof(string)
966 }, ReturnType = typeof(void))]
967 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
968 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
969 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
970 public static int BinarySearch<T>(T[] array, int index, int length, T value, global::System.Collections.Generic.IComparer<T> comparer)
971 {
972 throw null;
973 }
974
975 [global::Cpp2ILInjected.Token(Token = "0x6000C13")]
976 [global::Cpp2ILInjected.Address(RVA = "0x1C57324", Offset = "0x1C57324", Length = "0x8C")]
977 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IList.Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IList.IndexOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
979 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
980 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
981 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
982 {
983 typeof(global::System.Array),
984 typeof(object),
985 typeof(int),
986 typeof(int)
987 }, ReturnType = typeof(int))]
988 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
989 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
990 public static int IndexOf(global::System.Array array, object value)
991 {
992 throw null;
993 }
994
995 [global::Cpp2ILInjected.Token(Token = "0x6000C14")]
996 [global::Cpp2ILInjected.Address(RVA = "0x1C58FB4", Offset = "0x1C58FB4", Length = "0x9C")]
997 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
998 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
999 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
1000 {
1001 typeof(global::System.Array),
1002 typeof(object),
1003 typeof(int),
1004 typeof(int)
1005 }, ReturnType = typeof(int))]
1006 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1007 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1008 public static int IndexOf(global::System.Array array, object value, int startIndex)
1009 {
1010 throw null;
1011 }
1012
1013 [global::Cpp2ILInjected.Token(Token = "0x6000C15")]
1014 [global::Cpp2ILInjected.Address(RVA = "0x1C58D44", Offset = "0x1C58D44", Length = "0x270")]
1015 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1016 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
1017 {
1018 typeof(global::System.Array),
1019 typeof(object)
1020 }, ReturnType = typeof(int))]
1021 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
1022 {
1023 typeof(global::System.Array),
1024 typeof(object),
1025 typeof(int)
1026 }, ReturnType = typeof(int))]
1027 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "IndexOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
1028 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1029 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1030 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
1031 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1032 {
1033 typeof(string),
1034 typeof(string)
1035 }, ReturnType = typeof(void))]
1036 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1037 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RankException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1038 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
1039 public static int IndexOf(global::System.Array array, object value, int startIndex, int count)
1040 {
1041 throw null;
1042 }
1043
1044 [global::Cpp2ILInjected.Token(Token = "0x6000C16")]
1045 [global::Cpp2ILInjected.Address(RVA = "0x14D891C", Offset = "0x14D891C", Length = "0x6C")]
1046 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.CommonUnixIPGlobalProperties", Member = "get_DomainName", ReturnType = typeof(string))]
1048 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1049 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1050 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1051 public static int IndexOf<T>(T[] array, T value)
1052 {
1053 throw null;
1054 }
1055
1056 [global::Cpp2ILInjected.Token(Token = "0x6000C17")]
1057 [global::Cpp2ILInjected.Address(RVA = "0x14D8B38", Offset = "0x14D8B38", Length = "0x6C")]
1058 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1059 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1060 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1061 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1062 public static int IndexOf<T>(T[] array, T value, int startIndex)
1063 {
1064 throw null;
1065 }
1066
1067 [global::Cpp2ILInjected.Token(Token = "0x6000C18")]
1068 [global::Cpp2ILInjected.Address(RVA = "0x14D8BA4", Offset = "0x14D8BA4", Length = "0x100")]
1069 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1070 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1071 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1072 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1073 {
1074 typeof(string),
1075 typeof(string)
1076 }, ReturnType = typeof(void))]
1077 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1078 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
1079 public static int IndexOf<T>(T[] array, T value, int startIndex, int count)
1080 {
1081 throw null;
1082 }
1083
1084 [global::Cpp2ILInjected.Token(Token = "0x6000C19")]
1085 [global::Cpp2ILInjected.Address(RVA = "0x1C59050", Offset = "0x1C59050", Length = "0x88")]
1086 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1087 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1088 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1089 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1090 public static int LastIndexOf(global::System.Array array, object value)
1091 {
1092 throw null;
1093 }
1094
1095 [global::Cpp2ILInjected.Token(Token = "0x6000C1A")]
1096 [global::Cpp2ILInjected.Address(RVA = "0x1C59354", Offset = "0x1C59354", Length = "0x58")]
1097 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1098 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
1099 {
1100 typeof(global::System.Array),
1101 typeof(object),
1102 typeof(int),
1103 typeof(int)
1104 }, ReturnType = typeof(int))]
1105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1106 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1107 public static int LastIndexOf(global::System.Array array, object value, int startIndex)
1108 {
1109 throw null;
1110 }
1111
1112 [global::Cpp2ILInjected.Token(Token = "0x6000C1B")]
1113 [global::Cpp2ILInjected.Address(RVA = "0x1C590D8", Offset = "0x1C590D8", Length = "0x27C")]
1114 [global::Cpp2ILInjected.CallAnalysis.ContainsInvalidInstructions]
1115 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
1117 {
1118 typeof(global::System.Array),
1119 typeof(object),
1120 typeof(int)
1121 }, ReturnType = typeof(int))]
1122 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
1125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1127 {
1128 typeof(string),
1129 typeof(string)
1130 }, ReturnType = typeof(void))]
1131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RankException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1132 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
1133 public static int LastIndexOf(global::System.Array array, object value, int startIndex, int count)
1134 {
1135 throw null;
1136 }
1137
1138 [global::Cpp2ILInjected.Token(Token = "0x6000C1C")]
1139 [global::Cpp2ILInjected.Address(RVA = "0x1562BA4", Offset = "0x1562BA4", Length = "0x6C")]
1140 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MulticastDelegate), Member = "RemoveImpl", MemberParameters = new object[] { typeof(global::System.Delegate) }, ReturnType = typeof(global::System.Delegate))]
1142 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1144 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1145 public static int LastIndexOf<T>(T[] array, T value)
1146 {
1147 throw null;
1148 }
1149
1150 [global::Cpp2ILInjected.Token(Token = "0x6000C1D")]
1151 [global::Cpp2ILInjected.Address(RVA = "0x1562C10", Offset = "0x1562C10", Length = "0x70")]
1152 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1153 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1155 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1156 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1157 public static int LastIndexOf<T>(T[] array, T value, int startIndex)
1158 {
1159 throw null;
1160 }
1161
1162 [global::Cpp2ILInjected.Token(Token = "0x6000C1E")]
1163 [global::Cpp2ILInjected.Address(RVA = "0x1562C80", Offset = "0x1562C80", Length = "0x128")]
1164 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1165 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1166 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1168 {
1169 typeof(string),
1170 typeof(string)
1171 }, ReturnType = typeof(void))]
1172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1173 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
1174 public static int LastIndexOf<T>(T[] array, T value, int startIndex, int count)
1175 {
1176 throw null;
1177 }
1178
1179 [global::Cpp2ILInjected.Token(Token = "0x6000C1F")]
1180 [global::Cpp2ILInjected.Address(RVA = "0x1C593AC", Offset = "0x1C593AC", Length = "0x84")]
1181 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1182 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1183 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1184 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1185 public static void Reverse(global::System.Array array)
1186 {
1187 throw null;
1188 }
1189
1190 [global::Cpp2ILInjected.Token(Token = "0x6000C20")]
1191 [global::Cpp2ILInjected.Address(RVA = "0x1C59430", Offset = "0x1C59430", Length = "0x244")]
1192 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Stack<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1194 {
1195 typeof(global::System.Array),
1196 typeof(int)
1197 }, ReturnType = typeof(void))]
1198 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1200 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array[]), Member = "Reverse", MemberTypeParameters = new object[] { typeof(object) }, MemberParameters = new object[]
1201 {
1202 typeof(object[]),
1203 typeof(int),
1204 typeof(int)
1205 }, ReturnType = typeof(void))]
1206 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
1207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "SetValue", MemberParameters = new object[]
1208 {
1209 typeof(object),
1210 typeof(int)
1211 }, ReturnType = typeof(void))]
1212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1213 {
1214 typeof(string),
1215 typeof(string)
1216 }, ReturnType = typeof(void))]
1217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1219 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RankException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1220 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
1221 public static void Reverse(global::System.Array array, int index, int length)
1222 {
1223 throw null;
1224 }
1225
1226 [global::Cpp2ILInjected.Token(Token = "0x6000C21")]
1227 [global::Cpp2ILInjected.Address(RVA = "0x1563A30", Offset = "0x1563A30", Length = "0x6C")]
1228 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "GetParametersFromCapiPrivateKeyBlob", MemberParameters = new object[]
1230 {
1231 typeof(byte[]),
1232 typeof(int)
1233 }, ReturnType = typeof(global::System.Security.Cryptography.RSAParameters))]
1234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "FromCapiPrivateKeyBlobDSA", MemberParameters = new object[]
1235 {
1236 typeof(byte[]),
1237 typeof(int)
1238 }, ReturnType = typeof(global::System.Security.Cryptography.DSA))]
1239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "ToCapiPrivateKeyBlob", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.DSA) }, ReturnType = typeof(byte[]))]
1240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "GetParametersFromCapiPublicKeyBlob", MemberParameters = new object[]
1241 {
1242 typeof(byte[]),
1243 typeof(int)
1244 }, ReturnType = typeof(global::System.Security.Cryptography.RSAParameters))]
1245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "FromCapiPublicKeyBlobDSA", MemberParameters = new object[]
1246 {
1247 typeof(byte[]),
1248 typeof(int)
1249 }, ReturnType = typeof(global::System.Security.Cryptography.DSA))]
1250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.CryptoConvert), Member = "ToCapiPublicKeyBlob", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.DSA) }, ReturnType = typeof(byte[]))]
1251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "GetSerialNumber", ReturnType = typeof(byte[]))]
1252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
1253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.DerSequenceReader", Member = "ReadInteger", ReturnType = typeof(int))]
1254 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "FromInt32", MemberParameters = new object[] { typeof(int) }, ReturnType = "Mono.Security.ASN1")]
1255 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl.X509CrlEntry", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(void))]
1256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.CryptoConvert", Member = "GetParametersFromCapiPrivateKeyBlob", MemberParameters = new object[]
1257 {
1258 "System.Byte[]",
1259 typeof(int)
1260 }, ReturnType = typeof(global::System.Security.Cryptography.RSAParameters))]
1261 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 42)]
1262 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1263 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1264 public static void Reverse<T>(T[] array)
1265 {
1266 throw null;
1267 }
1268
1269 [global::Cpp2ILInjected.Token(Token = "0x6000C22")]
1270 [global::Cpp2ILInjected.Address(RVA = "0x1563B08", Offset = "0x1563B08", Length = "0x168")]
1271 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1272 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1273 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1274 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1275 {
1276 typeof(string),
1277 typeof(string)
1278 }, ReturnType = typeof(void))]
1279 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1280 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1281 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
1282 public static void Reverse<T>(T[] array, int index, int length)
1283 {
1284 throw null;
1285 }
1286
1287 [global::Cpp2ILInjected.Token(Token = "0x6000C23")]
1288 [global::Cpp2ILInjected.Address(RVA = "0x1C59674", Offset = "0x1C59674", Length = "0x70")]
1289 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1290 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "SetValue", MemberParameters = new object[]
1292 {
1293 typeof(object),
1294 typeof(int)
1295 }, ReturnType = typeof(void))]
1296 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1297 {
1298 typeof(string),
1299 typeof(string)
1300 }, ReturnType = typeof(void))]
1301 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1302 public void SetValue(object value, long index)
1303 {
1304 throw null;
1305 }
1306
1307 [global::Cpp2ILInjected.Token(Token = "0x6000C24")]
1308 [global::Cpp2ILInjected.Address(RVA = "0x1C596E4", Offset = "0x1C596E4", Length = "0xA0")]
1309 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1310 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1311 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1312 {
1313 typeof(string),
1314 typeof(string)
1315 }, ReturnType = typeof(void))]
1316 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
1317 public void SetValue(object value, long index1, long index2)
1318 {
1319 throw null;
1320 }
1321
1322 [global::Cpp2ILInjected.Token(Token = "0x6000C25")]
1323 [global::Cpp2ILInjected.Address(RVA = "0x1C597FC", Offset = "0x1C597FC", Length = "0xC8")]
1324 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1325 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1326 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1327 {
1328 typeof(string),
1329 typeof(string)
1330 }, ReturnType = typeof(void))]
1331 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1332 public void SetValue(object value, long index1, long index2, long index3)
1333 {
1334 throw null;
1335 }
1336
1337 [global::Cpp2ILInjected.Token(Token = "0x6000C26")]
1338 [global::Cpp2ILInjected.Address(RVA = "0x1C59944", Offset = "0x1C59944", Length = "0x178")]
1339 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1340 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1341 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1342 {
1343 typeof(string),
1344 typeof(string)
1345 }, ReturnType = typeof(void))]
1346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1348 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
1349 public void SetValue(object value, params long[] indices)
1350 {
1351 throw null;
1352 }
1353
1354 [global::Cpp2ILInjected.Token(Token = "0x6000C27")]
1355 [global::Cpp2ILInjected.Address(RVA = "0x1C59AC0", Offset = "0x1C59AC0", Length = "0x8C")]
1356 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1357 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1358 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1359 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1360 public static void Sort(global::System.Array array)
1361 {
1362 throw null;
1363 }
1364
1365 [global::Cpp2ILInjected.Token(Token = "0x6000C28")]
1366 [global::Cpp2ILInjected.Address(RVA = "0x1C59D88", Offset = "0x1C59D88", Length = "0x14")]
1367 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1368 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1369 {
1370 typeof(global::System.Array),
1371 typeof(global::System.Array),
1372 typeof(int),
1373 typeof(int),
1374 typeof(global::System.Collections.IComparer)
1375 }, ReturnType = typeof(void))]
1376 public static void Sort(global::System.Array array, int index, int length)
1377 {
1378 throw null;
1379 }
1380
1381 [global::Cpp2ILInjected.Token(Token = "0x6000C29")]
1382 [global::Cpp2ILInjected.Address(RVA = "0x1C59D9C", Offset = "0x1C59D9C", Length = "0x90")]
1383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "GetStandardValues", MemberParameters = new object[] { "System.ComponentModel.ITypeDescriptorContext" }, ReturnType = "System.ComponentModel.TypeConverter.StandardValuesCollection")]
1384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection", Member = "InternalSort", MemberParameters = new object[] { typeof(global::System.Collections.IComparer) }, ReturnType = typeof(void))]
1385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "InternalSort", MemberParameters = new object[] { typeof(global::System.Collections.IComparer) }, ReturnType = typeof(void))]
1386 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1387 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1388 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1389 {
1390 typeof(global::System.Array),
1391 typeof(global::System.Array),
1392 typeof(int),
1393 typeof(int),
1394 typeof(global::System.Collections.IComparer)
1395 }, ReturnType = typeof(void))]
1396 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1397 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1398 public static void Sort(global::System.Array array, global::System.Collections.IComparer comparer)
1399 {
1400 throw null;
1401 }
1402
1403 [global::Cpp2ILInjected.Token(Token = "0x6000C2A")]
1404 [global::Cpp2ILInjected.Address(RVA = "0x1C59E2C", Offset = "0x1C59E2C", Length = "0x14")]
1405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "Sort", MemberParameters = new object[]
1406 {
1407 typeof(int),
1408 typeof(int),
1409 typeof(global::System.Collections.IComparer)
1410 }, ReturnType = typeof(void))]
1411 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "Sort", MemberParameters = new object[]
1412 {
1413 typeof(int),
1414 typeof(int),
1415 typeof(global::System.Collections.IComparer)
1416 }, ReturnType = typeof(void))]
1417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReferenceConverter", Member = "GetStandardValues", MemberParameters = new object[] { "System.ComponentModel.ITypeDescriptorContext" }, ReturnType = "System.ComponentModel.TypeConverter.StandardValuesCollection")]
1418 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1419 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1420 {
1421 typeof(global::System.Array),
1422 typeof(global::System.Array),
1423 typeof(int),
1424 typeof(int),
1425 typeof(global::System.Collections.IComparer)
1426 }, ReturnType = typeof(void))]
1427 public static void Sort(global::System.Array array, int index, int length, global::System.Collections.IComparer comparer)
1428 {
1429 throw null;
1430 }
1431
1432 [global::Cpp2ILInjected.Token(Token = "0x6000C2B")]
1433 [global::Cpp2ILInjected.Address(RVA = "0x1C59E40", Offset = "0x1C59E40", Length = "0x90")]
1434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "AgeCookies", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
1435 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1436 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1438 {
1439 typeof(global::System.Array),
1440 typeof(global::System.Array),
1441 typeof(int),
1442 typeof(int),
1443 typeof(global::System.Collections.IComparer)
1444 }, ReturnType = typeof(void))]
1445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1446 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1447 public static void Sort(global::System.Array keys, global::System.Array items)
1448 {
1449 throw null;
1450 }
1451
1452 [global::Cpp2ILInjected.Token(Token = "0x6000C2C")]
1453 [global::Cpp2ILInjected.Address(RVA = "0x1C59ED0", Offset = "0x1C59ED0", Length = "0x9C")]
1454 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1455 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1456 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1457 {
1458 typeof(global::System.Array),
1459 typeof(global::System.Array),
1460 typeof(int),
1461 typeof(int),
1462 typeof(global::System.Collections.IComparer)
1463 }, ReturnType = typeof(void))]
1464 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1465 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1466 public static void Sort(global::System.Array keys, global::System.Array items, global::System.Collections.IComparer comparer)
1467 {
1468 throw null;
1469 }
1470
1471 [global::Cpp2ILInjected.Token(Token = "0x6000C2D")]
1472 [global::Cpp2ILInjected.Address(RVA = "0x1C59F6C", Offset = "0x1C59F6C", Length = "0x8")]
1473 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1474 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1475 {
1476 typeof(global::System.Array),
1477 typeof(global::System.Array),
1478 typeof(int),
1479 typeof(int),
1480 typeof(global::System.Collections.IComparer)
1481 }, ReturnType = typeof(void))]
1482 public static void Sort(global::System.Array keys, global::System.Array items, int index, int length)
1483 {
1484 throw null;
1485 }
1486
1487 [global::Cpp2ILInjected.Token(Token = "0x6000C2E")]
1488 [global::Cpp2ILInjected.Address(RVA = "0x1C59B4C", Offset = "0x1C59B4C", Length = "0x23C")]
1489 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1491 {
1492 typeof(global::System.Array),
1493 typeof(int),
1494 typeof(int)
1495 }, ReturnType = typeof(void))]
1496 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1497 {
1498 typeof(global::System.Array),
1499 typeof(global::System.Collections.IComparer)
1500 }, ReturnType = typeof(void))]
1501 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1502 {
1503 typeof(global::System.Array),
1504 typeof(int),
1505 typeof(int),
1506 typeof(global::System.Collections.IComparer)
1507 }, ReturnType = typeof(void))]
1508 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1509 {
1510 typeof(global::System.Array),
1511 typeof(global::System.Array)
1512 }, ReturnType = typeof(void))]
1513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1514 {
1515 typeof(global::System.Array),
1516 typeof(global::System.Array),
1517 typeof(global::System.Collections.IComparer)
1518 }, ReturnType = typeof(void))]
1519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
1520 {
1521 typeof(global::System.Array),
1522 typeof(global::System.Array),
1523 typeof(int),
1524 typeof(int)
1525 }, ReturnType = typeof(void))]
1526 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
1527 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1528 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "SortImpl", MemberParameters = new object[]
1529 {
1530 typeof(global::System.Array),
1531 typeof(global::System.Array),
1532 typeof(int),
1533 typeof(int),
1534 typeof(global::System.Collections.IComparer)
1535 }, ReturnType = typeof(void))]
1536 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1537 {
1538 typeof(string),
1539 typeof(string)
1540 }, ReturnType = typeof(void))]
1541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RankException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1543 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1544 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
1545 public static void Sort(global::System.Array keys, global::System.Array items, int index, int length, global::System.Collections.IComparer comparer)
1546 {
1547 throw null;
1548 }
1549
1550 [global::Cpp2ILInjected.Token(Token = "0x6000C2F")]
1551 [global::Cpp2ILInjected.Address(RVA = "0x1569ADC", Offset = "0x1569ADC", Length = "0x70")]
1552 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1553 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1554 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1555 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1556 public static void Sort<T>(T[] array)
1557 {
1558 throw null;
1559 }
1560
1561 [global::Cpp2ILInjected.Token(Token = "0x6000C30")]
1562 [global::Cpp2ILInjected.Address(RVA = "0x156A098", Offset = "0x156A098", Length = "0x14")]
1563 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "AttributeDuplCheck", ReturnType = typeof(void))]
1565 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1566 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1567 public static void Sort<T>(T[] array, int index, int length)
1568 {
1569 throw null;
1570 }
1571
1572 [global::Cpp2ILInjected.Token(Token = "0x6000C31")]
1573 [global::Cpp2ILInjected.Address(RVA = "0x1569B4C", Offset = "0x1569B4C", Length = "0x70")]
1574 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1575 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexParser", Member = "AssignNameSlots", ReturnType = typeof(void))]
1576 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1577 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1578 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1579 public static void Sort<T>(T[] array, global::System.Collections.Generic.IComparer<T> comparer)
1580 {
1581 throw null;
1582 }
1583
1584 [global::Cpp2ILInjected.Token(Token = "0x6000C32")]
1585 [global::Cpp2ILInjected.Address(RVA = "0x156A18C", Offset = "0x156A18C", Length = "0x198")]
1586 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1587 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1588 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1589 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1590 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1591 {
1592 typeof(string),
1593 typeof(string)
1594 }, ReturnType = typeof(void))]
1595 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1596 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
1597 public static void Sort<T>(T[] array, int index, int length, global::System.Collections.Generic.IComparer<T> comparer)
1598 {
1599 throw null;
1600 }
1601
1602 [global::Cpp2ILInjected.Token(Token = "0x6000C33")]
1603 [global::Cpp2ILInjected.Address(RVA = "0x1569BBC", Offset = "0x1569BBC", Length = "0xCC")]
1604 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1605 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1606 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1607 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1608 public static void Sort<T>(T[] array, global::System.Comparison<T> comparison)
1609 {
1610 throw null;
1611 }
1612
1613 [global::Cpp2ILInjected.Token(Token = "0x6000C34")]
1614 [global::Cpp2ILInjected.Address(RVA = "0x156A028", Offset = "0x156A028", Length = "0x70")]
1615 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1616 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1617 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1618 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1619 public static void Sort<TKey, TValue>(TKey[] keys, TValue[] items)
1620 {
1621 throw null;
1622 }
1623
1624 [global::Cpp2ILInjected.Token(Token = "0x6000C35")]
1625 [global::Cpp2ILInjected.Address(RVA = "0x15712B4", Offset = "0x15712B4", Length = "0x14")]
1626 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1627 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1628 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1629 public static void Sort<TKey, TValue>(TKey[] keys, TValue[] items, int index, int length)
1630 {
1631 throw null;
1632 }
1633
1634 [global::Cpp2ILInjected.Token(Token = "0x6000C36")]
1635 [global::Cpp2ILInjected.Address(RVA = "0x156A0AC", Offset = "0x156A0AC", Length = "0x70")]
1636 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1637 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1638 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1639 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1640 public static void Sort<TKey, TValue>(TKey[] keys, TValue[] items, global::System.Collections.Generic.IComparer<TKey> comparer)
1641 {
1642 throw null;
1643 }
1644
1645 [global::Cpp2ILInjected.Token(Token = "0x6000C37")]
1646 [global::Cpp2ILInjected.Address(RVA = "0x15712C8", Offset = "0x15712C8", Length = "0x1F0")]
1647 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1648 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1649 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1650 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1651 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1652 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1653 {
1654 typeof(string),
1655 typeof(string)
1656 }, ReturnType = typeof(void))]
1657 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
1658 public static void Sort<TKey, TValue>(TKey[] keys, TValue[] items, int index, int length, global::System.Collections.Generic.IComparer<TKey> comparer)
1659 {
1660 throw null;
1661 }
1662
1663 [global::Cpp2ILInjected.Token(Token = "0x6000C38")]
1664 [global::Cpp2ILInjected.Address(RVA = "0x14D7E2C", Offset = "0x14D7E2C", Length = "0x24")]
1665 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1666 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1667 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1668 public static bool Exists<T>(T[] array, global::System.Predicate<T> match)
1669 {
1670 throw null;
1671 }
1672
1673 [global::Cpp2ILInjected.Token(Token = "0x6000C39")]
1674 [global::Cpp2ILInjected.Address(RVA = "0x14D7E50", Offset = "0x14D7E50", Length = "0x80")]
1675 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1676 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1677 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1678 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1679 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1680 public static void Fill<T>(T[] array, T value)
1681 {
1682 throw null;
1683 }
1684
1685 [global::Cpp2ILInjected.Token(Token = "0x6000C3A")]
1686 [global::Cpp2ILInjected.Address(RVA = "0x14D7ED0", Offset = "0x14D7ED0", Length = "0x120")]
1687 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1688 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1689 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1690 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1691 {
1692 typeof(string),
1693 typeof(string)
1694 }, ReturnType = typeof(void))]
1695 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1696 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
1697 public static void Fill<T>(T[] array, T value, int startIndex, int count)
1698 {
1699 throw null;
1700 }
1701
1702 [global::Cpp2ILInjected.Token(Token = "0x6000C3B")]
1703 [global::Cpp2ILInjected.Address(RVA = "0x14D7FF0", Offset = "0x14D7FF0", Length = "0xE8")]
1704 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1705 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1706 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1707 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1708 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1709 public static T Find<T>(T[] array, global::System.Predicate<T> match)
1710 {
1711 throw null;
1712 }
1713
1714 [global::Cpp2ILInjected.Token(Token = "0x6000C3C")]
1715 [global::Cpp2ILInjected.Address(RVA = "0x14D80D8", Offset = "0x14D80D8", Length = "0x1D8")]
1716 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1717 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Localization.LanguageManager", Member = "GetLanguageFilesForCulture", MemberParameters = new object[] { "Terraria.Localization.GameCulture" }, ReturnType = "System.String[]")]
1719 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1720 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Math), Member = "Min", MemberParameters = new object[]
1721 {
1722 typeof(int),
1723 typeof(int)
1724 }, ReturnType = typeof(int))]
1725 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1726 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
1727 public static T[] FindAll<T>(T[] array, global::System.Predicate<T> match)
1728 {
1729 throw null;
1730 }
1731
1732 [global::Cpp2ILInjected.Token(Token = "0x6000C3D")]
1733 [global::Cpp2ILInjected.Address(RVA = "0x14D82B0", Offset = "0x14D82B0", Length = "0x70")]
1734 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1735 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1736 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1737 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1738 public static int FindIndex<T>(T[] array, global::System.Predicate<T> match)
1739 {
1740 throw null;
1741 }
1742
1743 [global::Cpp2ILInjected.Token(Token = "0x6000C3E")]
1744 [global::Cpp2ILInjected.Address(RVA = "0x14D8320", Offset = "0x14D8320", Length = "0x74")]
1745 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1746 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1747 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1748 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1749 public static int FindIndex<T>(T[] array, int startIndex, global::System.Predicate<T> match)
1750 {
1751 throw null;
1752 }
1753
1754 [global::Cpp2ILInjected.Token(Token = "0x6000C3F")]
1755 [global::Cpp2ILInjected.Address(RVA = "0x14D8394", Offset = "0x14D8394", Length = "0x180")]
1756 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1757 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1758 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1759 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1760 {
1761 typeof(string),
1762 typeof(string)
1763 }, ReturnType = typeof(void))]
1764 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1765 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
1766 public static int FindIndex<T>(T[] array, int startIndex, int count, global::System.Predicate<T> match)
1767 {
1768 throw null;
1769 }
1770
1771 [global::Cpp2ILInjected.Token(Token = "0x6000C40")]
1772 [global::Cpp2ILInjected.Address(RVA = "0x14D8514", Offset = "0x14D8514", Length = "0xDC")]
1773 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1774 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1775 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1776 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1777 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1778 public static T FindLast<T>(T[] array, global::System.Predicate<T> match)
1779 {
1780 throw null;
1781 }
1782
1783 [global::Cpp2ILInjected.Token(Token = "0x6000C41")]
1784 [global::Cpp2ILInjected.Address(RVA = "0x14D85F0", Offset = "0x14D85F0", Length = "0x70")]
1785 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1786 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1787 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1788 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1789 public static int FindLastIndex<T>(T[] array, global::System.Predicate<T> match)
1790 {
1791 throw null;
1792 }
1793
1794 [global::Cpp2ILInjected.Token(Token = "0x6000C42")]
1795 [global::Cpp2ILInjected.Address(RVA = "0x14D8660", Offset = "0x14D8660", Length = "0x70")]
1796 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1797 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1798 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1799 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1800 public static int FindLastIndex<T>(T[] array, int startIndex, global::System.Predicate<T> match)
1801 {
1802 throw null;
1803 }
1804
1805 [global::Cpp2ILInjected.Token(Token = "0x6000C43")]
1806 [global::Cpp2ILInjected.Address(RVA = "0x14D86D0", Offset = "0x14D86D0", Length = "0x178")]
1807 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1808 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1809 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1810 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1811 {
1812 typeof(string),
1813 typeof(string)
1814 }, ReturnType = typeof(void))]
1815 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1816 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
1817 public static int FindLastIndex<T>(T[] array, int startIndex, int count, global::System.Predicate<T> match)
1818 {
1819 throw null;
1820 }
1821
1822 [global::Cpp2ILInjected.Token(Token = "0x6000C44")]
1823 [global::Cpp2ILInjected.Address(RVA = "0x15716A8", Offset = "0x15716A8", Length = "0xE4")]
1824 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1825 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1826 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1827 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1828 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1829 public static bool TrueForAll<T>(T[] array, global::System.Predicate<T> match)
1830 {
1831 throw null;
1832 }
1833
1834 [global::Cpp2ILInjected.Token(Token = "0x6000C45")]
1835 [global::Cpp2ILInjected.Address(RVA = "0x1C5A064", Offset = "0x1C5A064", Length = "0x70")]
1836 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetProgressNumberOfTimesKilledAllBosses", ReturnType = typeof(int))]
1837 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetNormlBossCount", ReturnType = typeof(int))]
1838 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetHardBossCount", ReturnType = typeof(int))]
1839 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetNumberOfTimesKilledAllBosses", ReturnType = typeof(int))]
1840 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "PersistentUserData", Member = "GetNumberOfRequiredSlimesKilled", ReturnType = typeof(int))]
1841 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.EffectParameterCollection", Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
1842 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.EffectPassCollection", Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
1843 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.EffectTechniqueCollection", Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
1844 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebPermission", Member = "get_ConnectList", ReturnType = typeof(global::System.Collections.IEnumerator))]
1845 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebPermission", Member = "get_AcceptList", ReturnType = typeof(global::System.Collections.IEnumerator))]
1846 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeCollection", Member = "GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
1847 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeCollection", Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
1848 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection", Member = "GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
1849 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
1850 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
1851 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1852 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1853 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1854 public global::System.Collections.IEnumerator GetEnumerator()
1855 {
1856 throw null;
1857 }
1858
1859 [global::Cpp2ILInjected.Token(Token = "0x6000C46")]
1860 [global::Cpp2ILInjected.Address(RVA = "0x1C5A110", Offset = "0x1C5A110", Length = "0x8")]
1861 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1862 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1863 private Array()
1864 {
1865 throw null;
1866 }
1867
1868 [global::Cpp2ILInjected.Token(Token = "0x6000C47")]
1869 [global::Cpp2ILInjected.Address(RVA = "0x1C5A118", Offset = "0x1C5A118", Length = "0x4")]
1870 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1871 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1873 {
1874 throw null;
1875 }
1876
1877 [global::Cpp2ILInjected.Token(Token = "0x6000C48")]
1878 [global::Cpp2ILInjected.Address(RVA = "0x1C5A11C", Offset = "0x1C5A11C", Length = "0x8")]
1879 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1881 {
1882 throw null;
1883 }
1884
1885 [global::Cpp2ILInjected.Token(Token = "0x6000C49")]
1886 [global::Cpp2ILInjected.Address(RVA = "0x1C5A124", Offset = "0x1C5A124", Length = "0x8")]
1887 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1888 [MethodImpl(256)]
1889 internal ref byte GetRawSzArrayData()
1890 {
1891 throw null;
1892 }
1893
1894 [global::Cpp2ILInjected.Token(Token = "0x6000C4A")]
1895 [global::Cpp2ILInjected.Address(RVA = "0x1509154", Offset = "0x1509154", Length = "0xAC")]
1896 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1897 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1898 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1899 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.InternalEnumerator<>), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(void))]
1900 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1901 internal global::System.Collections.Generic.IEnumerator<T> InternalArray__IEnumerable_GetEnumerator<T>()
1902 {
1903 throw null;
1904 }
1905
1906 [global::Cpp2ILInjected.Token(Token = "0x6000C4B")]
1907 [global::Cpp2ILInjected.Address(RVA = "0x1C5A12C", Offset = "0x1C5A12C", Length = "0x4C")]
1908 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1909 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1910 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1912 {
1913 throw null;
1914 }
1915
1916 [global::Cpp2ILInjected.Token(Token = "0x6000C4C")]
1917 [global::Cpp2ILInjected.Address(RVA = "0x14DEF18", Offset = "0x14DEF18", Length = "0x4C")]
1918 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1919 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1920 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1921 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1922 internal void InternalArray__ICollection_Add<T>(T item)
1923 {
1924 throw null;
1925 }
1926
1927 [global::Cpp2ILInjected.Token(Token = "0x6000C4D")]
1928 [global::Cpp2ILInjected.Address(RVA = "0x1503C6C", Offset = "0x1503C6C", Length = "0x4C")]
1929 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1930 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1931 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1932 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1933 internal bool InternalArray__ICollection_Remove<T>(T item)
1934 {
1935 throw null;
1936 }
1937
1938 [global::Cpp2ILInjected.Token(Token = "0x6000C4E")]
1939 [global::Cpp2ILInjected.Address(RVA = "0x14E4400", Offset = "0x14E4400", Length = "0x118")]
1940 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1941 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1942 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1943 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Rank", ReturnType = typeof(int))]
1944 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1945 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArraySegment<>), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
1946 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RankException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1947 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
1948 internal bool InternalArray__ICollection_Contains<T>(T item)
1949 {
1950 throw null;
1951 }
1952
1953 [global::Cpp2ILInjected.Token(Token = "0x6000C4F")]
1954 [global::Cpp2ILInjected.Address(RVA = "0x14FD5A4", Offset = "0x14FD5A4", Length = "0x5C")]
1955 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1956 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1957 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetLowerBound", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1958 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1959 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
1960 {
1961 typeof(global::System.Array),
1962 typeof(int),
1963 typeof(global::System.Array),
1964 typeof(int),
1965 typeof(int)
1966 }, ReturnType = typeof(void))]
1967 internal void InternalArray__ICollection_CopyTo<T>(T[] array, int arrayIndex)
1968 {
1969 throw null;
1970 }
1971
1972 [global::Cpp2ILInjected.Token(Token = "0x6000C50")]
1973 [global::Cpp2ILInjected.Address(RVA = "0x151517C", Offset = "0x151517C", Length = "0xA0")]
1974 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1975 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1976 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1977 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1978 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1979 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1980 internal T InternalArray__IReadOnlyList_get_Item<T>(int index)
1981 {
1982 throw null;
1983 }
1984
1985 [global::Cpp2ILInjected.Token(Token = "0x6000C51")]
1986 [global::Cpp2ILInjected.Address(RVA = "0x1C5A178", Offset = "0x1C5A178", Length = "0x4")]
1987 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1988 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1990 {
1991 throw null;
1992 }
1993
1994 [global::Cpp2ILInjected.Token(Token = "0x6000C52")]
1995 [global::Cpp2ILInjected.Address(RVA = "0x153B930", Offset = "0x153B930", Length = "0x4C")]
1996 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1997 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1998 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1999 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
2000 internal void InternalArray__Insert<T>(int index, T item)
2001 {
2002 throw null;
2003 }
2004
2005 [global::Cpp2ILInjected.Token(Token = "0x6000C53")]
2006 [global::Cpp2ILInjected.Address(RVA = "0x1C5A17C", Offset = "0x1C5A17C", Length = "0x4C")]
2007 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2008 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2009 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
2011 {
2012 throw null;
2013 }
2014
2015 [global::Cpp2ILInjected.Token(Token = "0x6000C54")]
2016 [global::Cpp2ILInjected.Address(RVA = "0x1520D04", Offset = "0x1520D04", Length = "0x140")]
2017 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
2018 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2019 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2020 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Rank", ReturnType = typeof(int))]
2021 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
2022 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArraySegment<>), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
2023 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetLowerBound", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2024 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RankException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2025 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
2026 internal int InternalArray__IndexOf<T>(T item)
2027 {
2028 throw null;
2029 }
2030
2031 [global::Cpp2ILInjected.Token(Token = "0x6000C55")]
2032 [global::Cpp2ILInjected.Address(RVA = "0x1540E18", Offset = "0x1540E18", Length = "0xA0")]
2033 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
2034 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2035 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2036 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
2037 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2038 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
2039 internal T InternalArray__get_Item<T>(int index)
2040 {
2041 throw null;
2042 }
2043
2044 [global::Cpp2ILInjected.Token(Token = "0x6000C56")]
2045 [global::Cpp2ILInjected.Address(RVA = "0x154C9A0", Offset = "0x154C9A0", Length = "0x134")]
2046 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
2047 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2048 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2049 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
2050 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2051 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
2052 internal void InternalArray__set_Item<T>(int index, T item)
2053 {
2054 throw null;
2055 }
2056
2057 [global::Cpp2ILInjected.Token(Token = "0x6000C57")]
2058 internal void GetGenericValueImpl<T>(int pos, out T value)
2059 {
2060 throw null;
2061 }
2062
2063 [global::Cpp2ILInjected.Token(Token = "0x6000C58")]
2064 internal void SetGenericValueImpl<T>(int pos, ref T value)
2065 {
2066 throw null;
2067 }
2068
2069 [global::Cpp2ILInjected.Token(Token = "0x17000110")]
2070 public int Length
2071 {
2072 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
2073 [global::Cpp2ILInjected.Token(Token = "0x6000C59")]
2074 [global::Cpp2ILInjected.Address(RVA = "0x1C4D650", Offset = "0x1C4D650", Length = "0x60")]
2075 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2076 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "SaveFields", MemberParameters = new object[]
2077 {
2078 typeof(global::System.IO.BinaryWriter),
2079 typeof(global::System.Type),
2080 typeof(object)
2081 }, ReturnType = typeof(void))]
2082 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
2083 {
2084 typeof(global::System.IO.BinaryReader),
2085 typeof(global::System.Type),
2086 typeof(object)
2087 }, ReturnType = typeof(void))]
2088 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPulldownSetting", Member = "GetNumberOfOptions", ReturnType = typeof(int))]
2089 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.TileObjectPreviewData", Member = "CopyFrom", MemberParameters = new object[] { "Terraria.DataStructures.TileObjectPreviewData" }, ReturnType = typeof(void))]
2090 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "BinarySearch", MemberParameters = new object[]
2091 {
2092 typeof(global::System.Array),
2093 typeof(object)
2094 }, ReturnType = typeof(int))]
2095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.ArrayEnumerator), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(void))]
2096 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.InternalEnumerator<>), Member = "MoveNext", ReturnType = typeof(bool))]
2097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.InternalEnumerator<>), Member = "get_Current", ReturnType = "T")]
2098 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "IntrospectiveSort", MemberParameters = new object[]
2099 {
2100 typeof(int),
2101 typeof(int)
2102 }, ReturnType = typeof(void))]
2103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.ICollection.get_Count", ReturnType = typeof(int))]
2104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IList.Clear", ReturnType = typeof(void))]
2105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CopyTo", MemberParameters = new object[]
2106 {
2107 typeof(global::System.Array),
2108 typeof(int)
2109 }, ReturnType = typeof(void))]
2110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IStructuralComparable.CompareTo", MemberParameters = new object[]
2111 {
2112 typeof(object),
2113 typeof(global::System.Collections.IComparer)
2114 }, ReturnType = typeof(int))]
2115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IStructuralEquatable.Equals", MemberParameters = new object[]
2116 {
2117 typeof(object),
2118 typeof(global::System.Collections.IEqualityComparer)
2119 }, ReturnType = typeof(bool))]
2120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IStructuralEquatable.GetHashCode", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
2121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
2122 {
2123 typeof(global::System.Array),
2124 typeof(object)
2125 }, ReturnType = typeof(int))]
2126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
2127 {
2128 typeof(global::System.Array),
2129 typeof(object),
2130 typeof(global::System.Collections.IComparer)
2131 }, ReturnType = typeof(int))]
2132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
2133 {
2134 typeof(global::System.Array),
2135 typeof(int),
2136 typeof(int),
2137 typeof(object),
2138 typeof(global::System.Collections.IComparer)
2139 }, ReturnType = typeof(int))]
2140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
2141 {
2142 typeof(global::System.Array),
2143 typeof(object)
2144 }, ReturnType = typeof(int))]
2145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
2146 {
2147 typeof(global::System.Array),
2148 typeof(object),
2149 typeof(int)
2150 }, ReturnType = typeof(int))]
2151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
2152 {
2153 typeof(global::System.Array),
2154 typeof(object),
2155 typeof(int),
2156 typeof(int)
2157 }, ReturnType = typeof(int))]
2158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
2159 {
2160 typeof(global::System.Array),
2161 typeof(object)
2162 }, ReturnType = typeof(int))]
2163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
2164 {
2165 typeof(global::System.Array),
2166 typeof(object),
2167 typeof(int),
2168 typeof(int)
2169 }, ReturnType = typeof(int))]
2170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(void))]
2171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberParameters = new object[]
2172 {
2173 typeof(global::System.Array),
2174 typeof(int),
2175 typeof(int)
2176 }, ReturnType = typeof(void))]
2177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(void))]
2178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
2179 {
2180 typeof(global::System.Array),
2181 typeof(global::System.Collections.IComparer)
2182 }, ReturnType = typeof(void))]
2183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
2184 {
2185 typeof(global::System.Array),
2186 typeof(global::System.Array)
2187 }, ReturnType = typeof(void))]
2188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
2189 {
2190 typeof(global::System.Array),
2191 typeof(global::System.Array),
2192 typeof(global::System.Collections.IComparer)
2193 }, ReturnType = typeof(void))]
2194 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
2195 {
2196 typeof(global::System.Array),
2197 typeof(global::System.Array),
2198 typeof(int),
2199 typeof(int),
2200 typeof(global::System.Collections.IComparer)
2201 }, ReturnType = typeof(void))]
2202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
2203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__ICollection_get_Count", ReturnType = typeof(int))]
2204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__IEnumerable_GetEnumerator", MemberTypeParameters = new object[] { "T" }, ReturnType = "System.Collections.Generic.IEnumerator`1<T>")]
2205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__ICollection_Contains", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T" }, ReturnType = typeof(bool))]
2206 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__ICollection_CopyTo", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
2207 {
2208 "T[]",
2209 typeof(int)
2210 }, ReturnType = typeof(void))]
2211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__IReadOnlyList_get_Item", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
2212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__IReadOnlyCollection_get_Count", ReturnType = typeof(int))]
2213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T" }, ReturnType = typeof(int))]
2214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__get_Item", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
2215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__set_Item", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
2216 {
2217 typeof(int),
2218 "T"
2219 }, ReturnType = typeof(void))]
2220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Clear", MemberParameters = new object[]
2221 {
2222 typeof(global::System.Array),
2223 typeof(int),
2224 typeof(int)
2225 }, ReturnType = typeof(void))]
2226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
2227 {
2228 typeof(global::System.Array),
2229 typeof(int),
2230 typeof(global::System.Array),
2231 typeof(int),
2232 typeof(int)
2233 }, ReturnType = typeof(void))]
2234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "AreFieldValuesEqual", MemberParameters = new object[]
2235 {
2236 typeof(object),
2237 typeof(object)
2238 }, ReturnType = typeof(bool))]
2239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.PermissionSet), Member = "CopyTo", MemberParameters = new object[]
2240 {
2241 typeof(global::System.Array),
2242 typeof(int)
2243 }, ReturnType = typeof(void))]
2244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "UpdateOutArgObject", MemberParameters = new object[]
2245 {
2246 typeof(global::System.Reflection.ParameterInfo),
2247 typeof(object),
2248 typeof(object)
2249 }, ReturnType = typeof(bool))]
2250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "UnmarshalArgument", MemberParameters = new object[]
2251 {
2252 typeof(object),
2253 typeof(global::System.Collections.ArrayList)
2254 }, ReturnType = typeof(object))]
2255 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.__BinaryWriter), Member = "WriteArrayAsBytes", MemberParameters = new object[]
2256 {
2257 typeof(global::System.Array),
2258 typeof(int)
2259 }, ReturnType = typeof(void))]
2260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.__BinaryParser), Member = "ReadArrayAsBytes", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
2261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "skip_fixed", MemberParameters = new object[]
2262 {
2263 typeof(global::System.Array),
2264 typeof(int)
2265 }, ReturnType = typeof(bool))]
2266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "copy_to_unmanaged", MemberParameters = new object[]
2267 {
2268 typeof(byte[]),
2269 typeof(int),
2270 typeof(global::System.IntPtr),
2271 typeof(int)
2272 }, ReturnType = typeof(void))]
2273 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "Copy", MemberParameters = new object[]
2274 {
2275 typeof(byte[]),
2276 typeof(int),
2277 typeof(global::System.IntPtr),
2278 typeof(int)
2279 }, ReturnType = typeof(void))]
2280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "Copy", MemberParameters = new object[]
2281 {
2282 typeof(global::System.IntPtr),
2283 typeof(byte[]),
2284 typeof(int),
2285 typeof(int)
2286 }, ReturnType = typeof(void))]
2287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "Copy", MemberParameters = new object[]
2288 {
2289 typeof(global::System.IntPtr),
2290 typeof(char[]),
2291 typeof(int),
2292 typeof(int)
2293 }, ReturnType = typeof(void))]
2294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "Copy", MemberParameters = new object[]
2295 {
2296 typeof(global::System.IntPtr),
2297 typeof(short[]),
2298 typeof(int),
2299 typeof(int)
2300 }, ReturnType = typeof(void))]
2301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "Copy", MemberParameters = new object[]
2302 {
2303 typeof(global::System.IntPtr),
2304 typeof(int[]),
2305 typeof(int),
2306 typeof(int)
2307 }, ReturnType = typeof(void))]
2308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ListDictionaryInternal.NodeKeyValueCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2309 {
2310 typeof(global::System.Array),
2311 typeof(int)
2312 }, ReturnType = typeof(void))]
2313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "CopyTo", MemberParameters = new object[]
2314 {
2315 typeof(global::System.Array),
2316 typeof(int)
2317 }, ReturnType = typeof(void))]
2318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Queue), Member = "CopyTo", MemberParameters = new object[]
2319 {
2320 typeof(global::System.Array),
2321 typeof(int)
2322 }, ReturnType = typeof(void))]
2323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "CopyTo", MemberParameters = new object[]
2324 {
2325 typeof(global::System.Array),
2326 typeof(int)
2327 }, ReturnType = typeof(void))]
2328 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Stack), Member = "CopyTo", MemberParameters = new object[]
2329 {
2330 typeof(global::System.Array),
2331 typeof(int)
2332 }, ReturnType = typeof(void))]
2333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "CopyTo", MemberParameters = new object[]
2334 {
2335 typeof(int),
2336 typeof(global::System.Array),
2337 typeof(int),
2338 typeof(int)
2339 }, ReturnType = typeof(void))]
2340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.KeyCollection", Member = "CopyTo", MemberParameters = new object[]
2341 {
2342 typeof(global::System.Array),
2343 typeof(int)
2344 }, ReturnType = typeof(void))]
2345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.ValueCollection", Member = "CopyTo", MemberParameters = new object[]
2346 {
2347 typeof(global::System.Array),
2348 typeof(int)
2349 }, ReturnType = typeof(void))]
2350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "CopyTo", MemberParameters = new object[]
2351 {
2352 typeof(global::System.Array),
2353 typeof(int)
2354 }, ReturnType = typeof(void))]
2355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2356 {
2357 typeof(global::System.Array),
2358 typeof(int)
2359 }, ReturnType = typeof(void))]
2360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2361 {
2362 typeof(global::System.Array),
2363 typeof(int)
2364 }, ReturnType = typeof(void))]
2365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2366 {
2367 typeof(global::System.Array),
2368 typeof(int)
2369 }, ReturnType = typeof(void))]
2370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2371 {
2372 typeof(global::System.Array),
2373 typeof(int)
2374 }, ReturnType = typeof(void))]
2375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2376 {
2377 typeof(global::System.Array),
2378 typeof(int)
2379 }, ReturnType = typeof(void))]
2380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2381 {
2382 typeof(global::System.Array),
2383 typeof(int)
2384 }, ReturnType = typeof(void))]
2385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Queue<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2386 {
2387 typeof(global::System.Array),
2388 typeof(int)
2389 }, ReturnType = typeof(void))]
2390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Stack<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2391 {
2392 typeof(global::System.Array),
2393 typeof(int)
2394 }, ReturnType = typeof(void))]
2395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.OidCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2396 {
2397 typeof(global::System.Array),
2398 typeof(int)
2399 }, ReturnType = typeof(void))]
2400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ExtensionCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2401 {
2402 typeof(global::System.Array),
2403 typeof(int)
2404 }, ReturnType = typeof(void))]
2405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
2406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "AgeCookies", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
2407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertTo", MemberParameters = new object[]
2408 {
2409 "System.ComponentModel.ITypeDescriptorContext",
2410 typeof(global::System.Globalization.CultureInfo),
2411 typeof(object),
2412 typeof(global::System.Type)
2413 }, ReturnType = typeof(object))]
2414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter.StandardValuesCollection", Member = "get_Count", ReturnType = typeof(int))]
2415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "CopyTo", MemberParameters = new object[]
2416 {
2417 typeof(global::System.Array),
2418 typeof(int)
2419 }, ReturnType = typeof(void))]
2420 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase.KeysCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2421 {
2422 typeof(global::System.Array),
2423 typeof(int)
2424 }, ReturnType = typeof(void))]
2425 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2426 {
2427 typeof(global::System.Array),
2428 typeof(int)
2429 }, ReturnType = typeof(void))]
2430 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2431 {
2432 typeof(global::System.Array),
2433 typeof(int)
2434 }, ReturnType = typeof(void))]
2435 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2436 {
2437 typeof(global::System.Array),
2438 typeof(int)
2439 }, ReturnType = typeof(void))]
2440 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_List", Member = "Compare", MemberParameters = new object[]
2441 {
2442 typeof(object),
2443 typeof(object)
2444 }, ReturnType = typeof(int))]
2445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.ListFacetsChecker", Member = "CheckValueFacets", MemberParameters = new object[]
2446 {
2447 typeof(object),
2448 "System.Xml.Schema.XmlSchemaDatatype"
2449 }, ReturnType = typeof(global::System.Exception))]
2450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JContainer", Member = "CopyItemsTo", MemberParameters = new object[]
2451 {
2452 typeof(global::System.Array),
2453 typeof(int)
2454 }, ReturnType = typeof(void))]
2455 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 132)]
2456 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2457 get
2458 {
2459 throw null;
2460 }
2461 }
2462
2463 [global::Cpp2ILInjected.Token(Token = "0x17000111")]
2464 public int Rank
2465 {
2466 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
2467 [global::Cpp2ILInjected.Token(Token = "0x6000C5A")]
2468 [global::Cpp2ILInjected.Address(RVA = "0x1C5769C", Offset = "0x1C5769C", Length = "0x4")]
2469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__ICollection_Contains", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T" }, ReturnType = typeof(bool))]
2470 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T" }, ReturnType = typeof(int))]
2471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.PermissionSet), Member = "CopyTo", MemberParameters = new object[]
2472 {
2473 typeof(global::System.Array),
2474 typeof(int)
2475 }, ReturnType = typeof(void))]
2476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "UpdateOutArgObject", MemberParameters = new object[]
2477 {
2478 typeof(global::System.Reflection.ParameterInfo),
2479 typeof(object),
2480 typeof(object)
2481 }, ReturnType = typeof(bool))]
2482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "IsPossibleToIgnoreMarshal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
2483 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArray", MemberParameters = new object[]
2484 {
2485 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
2486 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
2487 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
2488 }, ReturnType = typeof(void))]
2489 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ListDictionaryInternal.NodeKeyValueCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2490 {
2491 typeof(global::System.Array),
2492 typeof(int)
2493 }, ReturnType = typeof(void))]
2494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "CopyTo", MemberParameters = new object[]
2495 {
2496 typeof(global::System.Array),
2497 typeof(int)
2498 }, ReturnType = typeof(void))]
2499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Queue), Member = "CopyTo", MemberParameters = new object[]
2500 {
2501 typeof(global::System.Array),
2502 typeof(int)
2503 }, ReturnType = typeof(void))]
2504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.SortedList.KeyList", Member = "CopyTo", MemberParameters = new object[]
2505 {
2506 typeof(global::System.Array),
2507 typeof(int)
2508 }, ReturnType = typeof(void))]
2509 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.SortedList.ValueList", Member = "CopyTo", MemberParameters = new object[]
2510 {
2511 typeof(global::System.Array),
2512 typeof(int)
2513 }, ReturnType = typeof(void))]
2514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "CopyTo", MemberParameters = new object[]
2515 {
2516 typeof(global::System.Array),
2517 typeof(int)
2518 }, ReturnType = typeof(void))]
2519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Stack), Member = "CopyTo", MemberParameters = new object[]
2520 {
2521 typeof(global::System.Array),
2522 typeof(int)
2523 }, ReturnType = typeof(void))]
2524 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "CopyTo", MemberParameters = new object[]
2525 {
2526 typeof(int),
2527 typeof(global::System.Array),
2528 typeof(int),
2529 typeof(int)
2530 }, ReturnType = typeof(void))]
2531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "CopyTo", MemberParameters = new object[]
2532 {
2533 typeof(global::System.Array),
2534 typeof(int)
2535 }, ReturnType = typeof(void))]
2536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "CopyTo", MemberParameters = new object[]
2537 {
2538 typeof(int),
2539 typeof(global::System.Array),
2540 typeof(int),
2541 typeof(int)
2542 }, ReturnType = typeof(void))]
2543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.KeyCollection", Member = "CopyTo", MemberParameters = new object[]
2544 {
2545 typeof(global::System.Array),
2546 typeof(int)
2547 }, ReturnType = typeof(void))]
2548 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.ValueCollection", Member = "CopyTo", MemberParameters = new object[]
2549 {
2550 typeof(global::System.Array),
2551 typeof(int)
2552 }, ReturnType = typeof(void))]
2553 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "CopyTo", MemberParameters = new object[]
2554 {
2555 typeof(global::System.Array),
2556 typeof(int)
2557 }, ReturnType = typeof(void))]
2558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2559 {
2560 typeof(global::System.Array),
2561 typeof(int)
2562 }, ReturnType = typeof(void))]
2563 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2564 {
2565 typeof(global::System.Array),
2566 typeof(int)
2567 }, ReturnType = typeof(void))]
2568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2569 {
2570 typeof(global::System.Array),
2571 typeof(int)
2572 }, ReturnType = typeof(void))]
2573 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2574 {
2575 typeof(global::System.Array),
2576 typeof(int)
2577 }, ReturnType = typeof(void))]
2578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2579 {
2580 typeof(global::System.Array),
2581 typeof(int)
2582 }, ReturnType = typeof(void))]
2583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2584 {
2585 typeof(global::System.Array),
2586 typeof(int)
2587 }, ReturnType = typeof(void))]
2588 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Queue<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2589 {
2590 typeof(global::System.Array),
2591 typeof(int)
2592 }, ReturnType = typeof(void))]
2593 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Stack<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2594 {
2595 typeof(global::System.Array),
2596 typeof(int)
2597 }, ReturnType = typeof(void))]
2598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.OidCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2599 {
2600 typeof(global::System.Array),
2601 typeof(int)
2602 }, ReturnType = typeof(void))]
2603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase.KeysCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2604 {
2605 typeof(global::System.Array),
2606 typeof(int)
2607 }, ReturnType = typeof(void))]
2608 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2609 {
2610 typeof(global::System.Array),
2611 typeof(int)
2612 }, ReturnType = typeof(void))]
2613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2614 {
2615 typeof(global::System.Array),
2616 typeof(int)
2617 }, ReturnType = typeof(void))]
2618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.KeyList", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2619 {
2620 typeof(global::System.Array),
2621 typeof(int)
2622 }, ReturnType = typeof(void))]
2623 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.ValueList", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2624 {
2625 typeof(global::System.Array),
2626 typeof(int)
2627 }, ReturnType = typeof(void))]
2628 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2629 {
2630 typeof(global::System.Array),
2631 typeof(int)
2632 }, ReturnType = typeof(void))]
2633 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "CopyFromJaggedToMultidimensionalArray", MemberParameters = new object[]
2634 {
2635 typeof(global::System.Collections.IList),
2636 typeof(global::System.Array),
2637 "System.Int32[]"
2638 }, ReturnType = typeof(void))]
2639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalWriter", Member = "SerializeMultidimensionalArray", MemberParameters = new object[]
2640 {
2641 "Newtonsoft.Json.JsonWriter",
2642 typeof(global::System.Array),
2643 "Newtonsoft.Json.Serialization.JsonArrayContract",
2644 "Newtonsoft.Json.Serialization.JsonProperty",
2645 typeof(int),
2646 "System.Int32[]"
2647 }, ReturnType = typeof(void))]
2648 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 37)]
2649 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2650 get
2651 {
2652 throw null;
2653 }
2654 }
2655
2656 [global::Cpp2ILInjected.Token(Token = "0x6000C5B")]
2657 [global::Cpp2ILInjected.Address(RVA = "0x1C5A1C8", Offset = "0x1C5A1C8", Length = "0x4")]
2658 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2659 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2660 [MethodImpl(4096)]
2661 private extern int GetRank();
2662
2663 [global::Cpp2ILInjected.Token(Token = "0x6000C5C")]
2664 [global::Cpp2ILInjected.Address(RVA = "0x1C5883C", Offset = "0x1C5883C", Length = "0x4")]
2665 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "UpdateDragonflyJarFrames", ReturnType = typeof(void))]
2666 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.NPC", Member = "InitializeMoonLordAttacks", ReturnType = "System.Int32[4]")]
2667 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.NPC", Member = "InitializeMoonLordAttacks2", ReturnType = "System.Int32[2]")]
2668 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Recipe", Member = "SetupRecipes", ReturnType = typeof(void))]
2669 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Localization.LanguageManager", Member = "RandomFromCategories", MemberParameters = new object[]
2670 {
2671 "System.String[]",
2672 typeof(ref int),
2673 "Terraria.Utilities.UnifiedRandom"
2674 }, ReturnType = "Terraria.Localization.LocalizedText")]
2675 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameInput.LockOnHelper", Member = "Draw", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.SpriteBatch" }, ReturnType = typeof(void))]
2676 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.PortalHelper", Member = ".cctor", ReturnType = typeof(void))]
2677 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.PortalHelper", Member = "UpdatePortalPoints", ReturnType = typeof(void))]
2678 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.PortalHelper", Member = "TryGoingThroughPortals", MemberParameters = new object[] { "Terraria.Entity" }, ReturnType = typeof(void))]
2679 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Biomes.GraniteBiome", Member = "Place", MemberParameters = new object[] { "Microsoft.Xna.Framework.Point", "Terraria.WorldBuilding.StructureMap" }, ReturnType = typeof(bool))]
2680 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Biomes.GraniteBiome", Member = "BuildMagmaMap", MemberParameters = new object[] { "Microsoft.Xna.Framework.Point" }, ReturnType = typeof(void))]
2681 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Biomes.GraniteBiome", Member = "SimulatePressure", MemberParameters = new object[] { "Microsoft.Xna.Framework.Rectangle&" }, ReturnType = typeof(void))]
2682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Biomes.GraniteBiome", Member = "ShouldUseLava", MemberParameters = new object[] { "Microsoft.Xna.Framework.Point" }, ReturnType = typeof(bool))]
2683 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Biomes.Desert.DesertHive.ClusterGroup", Member = "SearchForCluster", MemberParameters = new object[]
2684 {
2685 "System.Boolean[2]",
2686 "System.Collections.Generic.List`1<Point>",
2687 typeof(int),
2688 typeof(int),
2689 typeof(int)
2690 }, ReturnType = typeof(void))]
2691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Biomes.Desert.DesertHive.ClusterGroup", Member = "Generate", ReturnType = typeof(void))]
2692 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Bestiary.SalamanderShellyDadUICollectionInfoProvider", Member = "GetLowestAvailableUnlockStateFromEntriesThatAreInWorld", MemberParameters = new object[] { "Terraria.GameContent.Bestiary.BestiaryEntryUnlockState" }, ReturnType = "Terraria.GameContent.Bestiary.BestiaryEntryUnlockState")]
2693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Bestiary.SalamanderShellyDadUICollectionInfoProvider", Member = "IsIncludedInCurrentWorld", ReturnType = typeof(bool))]
2694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Drawing.WindGrid", Member = "ResizeGrid", ReturnType = typeof(void))]
2695 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArray", MemberParameters = new object[]
2696 {
2697 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
2698 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
2699 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
2700 }, ReturnType = typeof(void))]
2701 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = ".ctor", MemberParameters = new object[]
2702 {
2703 typeof(global::System.Type),
2704 typeof(object)
2705 }, ReturnType = typeof(void))]
2706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor", Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
2707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor", Member = "SetValue", MemberParameters = new object[]
2708 {
2709 typeof(object),
2710 typeof(object)
2711 }, ReturnType = typeof(void))]
2712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter", Member = "GetProperties", MemberParameters = new object[]
2713 {
2714 "System.ComponentModel.ITypeDescriptorContext",
2715 typeof(object),
2716 "System.Attribute[]"
2717 }, ReturnType = "System.ComponentModel.PropertyDescriptorCollection")]
2718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "CopyFromJaggedToMultidimensionalArray", MemberParameters = new object[]
2719 {
2720 typeof(global::System.Collections.IList),
2721 typeof(global::System.Array),
2722 "System.Int32[]"
2723 }, ReturnType = typeof(void))]
2724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "Read", MemberParameters = new object[]
2725 {
2726 "System.Byte[]",
2727 typeof(int),
2728 typeof(int)
2729 }, ReturnType = typeof(int))]
2730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "CreateJNIArgArray", MemberParameters = new object[] { "System.Object[]" }, ReturnType = "UnityEngine.jvalue[]")]
2731 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "ConvertToJNIArray", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(global::System.IntPtr))]
2732 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 72)]
2733 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2734 [MethodImpl(4096)]
2735 public extern int GetLength(int dimension);
2736
2737 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
2738 [global::Cpp2ILInjected.Token(Token = "0x6000C5D")]
2739 [global::Cpp2ILInjected.Address(RVA = "0x1C573E8", Offset = "0x1C573E8", Length = "0x4")]
2740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__ICollection_CopyTo", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
2741 {
2742 "T[]",
2743 typeof(int)
2744 }, ReturnType = typeof(void))]
2745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T" }, ReturnType = typeof(int))]
2746 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArray", MemberParameters = new object[]
2747 {
2748 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
2749 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
2750 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
2751 }, ReturnType = typeof(void))]
2752 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2753 {
2754 typeof(global::System.Array),
2755 typeof(int)
2756 }, ReturnType = typeof(void))]
2757 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2758 {
2759 typeof(global::System.Array),
2760 typeof(int)
2761 }, ReturnType = typeof(void))]
2762 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2763 {
2764 typeof(global::System.Array),
2765 typeof(int)
2766 }, ReturnType = typeof(void))]
2767 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2768 {
2769 typeof(global::System.Array),
2770 typeof(int)
2771 }, ReturnType = typeof(void))]
2772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2773 {
2774 typeof(global::System.Array),
2775 typeof(int)
2776 }, ReturnType = typeof(void))]
2777 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Queue<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2778 {
2779 typeof(global::System.Array),
2780 typeof(int)
2781 }, ReturnType = typeof(void))]
2782 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Stack<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2783 {
2784 typeof(global::System.Array),
2785 typeof(int)
2786 }, ReturnType = typeof(void))]
2787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2788 {
2789 typeof(global::System.Array),
2790 typeof(int)
2791 }, ReturnType = typeof(void))]
2792 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
2793 {
2794 typeof(global::System.Array),
2795 typeof(int)
2796 }, ReturnType = typeof(void))]
2797 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalWriter", Member = "SerializeMultidimensionalArray", MemberParameters = new object[]
2798 {
2799 "Newtonsoft.Json.JsonWriter",
2800 typeof(global::System.Array),
2801 "Newtonsoft.Json.Serialization.JsonArrayContract",
2802 "Newtonsoft.Json.Serialization.JsonProperty",
2803 typeof(int),
2804 "System.Int32[]"
2805 }, ReturnType = typeof(void))]
2806 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "Read", MemberParameters = new object[]
2807 {
2808 "System.Byte[]",
2809 typeof(int),
2810 typeof(int)
2811 }, ReturnType = typeof(int))]
2812 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
2813 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2814 [MethodImpl(4096)]
2815 public extern int GetLowerBound(int dimension);
2816
2817 [global::Cpp2ILInjected.Token(Token = "0x6000C5E")]
2818 [global::Cpp2ILInjected.Address(RVA = "0x1C58C74", Offset = "0x1C58C74", Length = "0x4")]
2819 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "InvokeMember", MemberParameters = new object[]
2820 {
2821 typeof(string),
2822 typeof(global::System.Reflection.BindingFlags),
2823 typeof(global::System.Reflection.Binder),
2824 typeof(object),
2825 typeof(object[]),
2826 typeof(global::System.Reflection.ParameterModifier[]),
2827 typeof(global::System.Globalization.CultureInfo),
2828 typeof(string[])
2829 }, ReturnType = typeof(object))]
2830 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteRectangle", MemberParameters = new object[]
2831 {
2832 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
2833 typeof(int),
2834 typeof(int[]),
2835 typeof(global::System.Array),
2836 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
2837 typeof(int[])
2838 }, ReturnType = typeof(void))]
2839 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalWriter", Member = "SerializeMultidimensionalArray", MemberParameters = new object[]
2840 {
2841 "Newtonsoft.Json.JsonWriter",
2842 typeof(global::System.Array),
2843 "Newtonsoft.Json.Serialization.JsonArrayContract",
2844 "Newtonsoft.Json.Serialization.JsonProperty",
2845 typeof(int),
2846 "System.Int32[]"
2847 }, ReturnType = typeof(void))]
2848 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
2849 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2850 [MethodImpl(4096)]
2851 public extern object GetValue(params int[] indices);
2852
2853 [global::Cpp2ILInjected.Token(Token = "0x6000C5F")]
2854 [global::Cpp2ILInjected.Address(RVA = "0x1C59ABC", Offset = "0x1C59ABC", Length = "0x4")]
2855 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "InvokeMember", MemberParameters = new object[]
2856 {
2857 typeof(string),
2858 typeof(global::System.Reflection.BindingFlags),
2859 typeof(global::System.Reflection.Binder),
2860 typeof(object),
2861 typeof(object[]),
2862 typeof(global::System.Reflection.ParameterModifier[]),
2863 typeof(global::System.Globalization.CultureInfo),
2864 typeof(string[])
2865 }, ReturnType = typeof(object))]
2866 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "DoValueTypeFixup", MemberParameters = new object[]
2867 {
2868 typeof(global::System.Reflection.FieldInfo),
2869 typeof(global::System.Runtime.Serialization.ObjectHolder),
2870 typeof(object)
2871 }, ReturnType = typeof(bool))]
2872 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "CompleteObject", MemberParameters = new object[]
2873 {
2874 typeof(global::System.Runtime.Serialization.ObjectHolder),
2875 typeof(bool)
2876 }, ReturnType = typeof(void))]
2877 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "ParseArrayMember", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
2878 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ValueFixup), Member = "Fixup", MemberParameters = new object[]
2879 {
2880 typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord),
2881 typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord)
2882 }, ReturnType = typeof(void))]
2883 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "CopyFromJaggedToMultidimensionalArray", MemberParameters = new object[]
2884 {
2885 typeof(global::System.Collections.IList),
2886 typeof(global::System.Array),
2887 "System.Int32[]"
2888 }, ReturnType = typeof(void))]
2889 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
2890 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2891 [MethodImpl(4096)]
2892 public extern void SetValue(object value, params int[] indices);
2893
2894 [global::Cpp2ILInjected.Token(Token = "0x6000C60")]
2895 [global::Cpp2ILInjected.Address(RVA = "0x1C5A1CC", Offset = "0x1C5A1CC", Length = "0x4")]
2896 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2897 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2898 [MethodImpl(4096)]
2899 internal extern object GetValueImpl(int pos);
2900
2901 [global::Cpp2ILInjected.Token(Token = "0x6000C61")]
2902 [global::Cpp2ILInjected.Address(RVA = "0x1C5A1D0", Offset = "0x1C5A1D0", Length = "0x4")]
2903 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2904 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2905 [MethodImpl(4096)]
2906 internal extern void SetValueImpl(object value, int pos);
2907
2908 [global::Cpp2ILInjected.Token(Token = "0x6000C62")]
2909 [global::Cpp2ILInjected.Address(RVA = "0x1C5A1D4", Offset = "0x1C5A1D4", Length = "0x4")]
2910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetParameters", ReturnType = typeof(global::System.Reflection.ParameterInfo[]))]
2911 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2912 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2913 [MethodImpl(4096)]
2914 internal static extern bool FastCopy(global::System.Array source, int source_idx, global::System.Array dest, int dest_idx, int length);
2915
2916 [global::Cpp2ILInjected.Token(Token = "0x6000C63")]
2917 [global::Cpp2ILInjected.Address(RVA = "0x1C5A1D8", Offset = "0x1C5A1D8", Length = "0x4")]
2918 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2919 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2920 [MethodImpl(4096)]
2921 internal static extern global::System.Array CreateInstanceImpl(global::System.Type elementType, int[] lengths, int[] bounds);
2922
2923 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
2924 [global::Cpp2ILInjected.Token(Token = "0x6000C64")]
2925 [global::Cpp2ILInjected.Address(RVA = "0x1C5A1DC", Offset = "0x1C5A1DC", Length = "0x38")]
2926 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArray", MemberParameters = new object[]
2927 {
2928 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
2929 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
2930 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
2931 }, ReturnType = typeof(void))]
2932 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalWriter", Member = "SerializeMultidimensionalArray", MemberParameters = new object[]
2933 {
2934 "Newtonsoft.Json.JsonWriter",
2935 typeof(global::System.Array),
2936 "Newtonsoft.Json.Serialization.JsonArrayContract",
2937 "Newtonsoft.Json.Serialization.JsonProperty",
2938 typeof(int),
2939 "System.Int32[]"
2940 }, ReturnType = typeof(void))]
2941 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
2942 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2943 public int GetUpperBound(int dimension)
2944 {
2945 throw null;
2946 }
2947
2948 [global::Cpp2ILInjected.Token(Token = "0x6000C65")]
2949 [global::Cpp2ILInjected.Address(RVA = "0x1C4D6B0", Offset = "0x1C4D6B0", Length = "0x15C")]
2950 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "SaveFields", MemberParameters = new object[]
2952 {
2953 typeof(global::System.IO.BinaryWriter),
2954 typeof(global::System.Type),
2955 typeof(object)
2956 }, ReturnType = typeof(void))]
2957 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
2958 {
2959 typeof(global::System.IO.BinaryReader),
2960 typeof(global::System.Type),
2961 typeof(object)
2962 }, ReturnType = typeof(void))]
2963 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "BinarySearch", MemberParameters = new object[]
2964 {
2965 typeof(global::System.Array),
2966 typeof(object)
2967 }, ReturnType = typeof(int))]
2968 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "SwapIfGreaterWithItems", MemberParameters = new object[]
2969 {
2970 typeof(int),
2971 typeof(int)
2972 }, ReturnType = typeof(void))]
2973 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "Swap", MemberParameters = new object[]
2974 {
2975 typeof(int),
2976 typeof(int)
2977 }, ReturnType = typeof(void))]
2978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "PickPivotAndPartition", MemberParameters = new object[]
2979 {
2980 typeof(int),
2981 typeof(int)
2982 }, ReturnType = typeof(int))]
2983 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "DownHeap", MemberParameters = new object[]
2984 {
2985 typeof(int),
2986 typeof(int),
2987 typeof(int)
2988 }, ReturnType = typeof(void))]
2989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "InsertionSort", MemberParameters = new object[]
2990 {
2991 typeof(int),
2992 typeof(int)
2993 }, ReturnType = typeof(void))]
2994 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IList.get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
2995 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IStructuralComparable.CompareTo", MemberParameters = new object[]
2996 {
2997 typeof(object),
2998 typeof(global::System.Collections.IComparer)
2999 }, ReturnType = typeof(int))]
3000 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IStructuralEquatable.Equals", MemberParameters = new object[]
3001 {
3002 typeof(object),
3003 typeof(global::System.Collections.IEqualityComparer)
3004 }, ReturnType = typeof(bool))]
3005 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IStructuralEquatable.GetHashCode", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
3006 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(object))]
3007 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
3008 {
3009 typeof(global::System.Array),
3010 typeof(int),
3011 typeof(int),
3012 typeof(object),
3013 typeof(global::System.Collections.IComparer)
3014 }, ReturnType = typeof(int))]
3015 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
3016 {
3017 typeof(global::System.Array),
3018 typeof(object),
3019 typeof(int),
3020 typeof(int)
3021 }, ReturnType = typeof(int))]
3022 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
3023 {
3024 typeof(global::System.Array),
3025 typeof(object),
3026 typeof(int),
3027 typeof(int)
3028 }, ReturnType = typeof(int))]
3029 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberParameters = new object[]
3030 {
3031 typeof(global::System.Array),
3032 typeof(int),
3033 typeof(int)
3034 }, ReturnType = typeof(void))]
3035 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "AreFieldValuesEqual", MemberParameters = new object[]
3036 {
3037 typeof(object),
3038 typeof(object)
3039 }, ReturnType = typeof(bool))]
3040 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectWriter), Member = "WriteArray", MemberParameters = new object[]
3041 {
3042 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo),
3043 typeof(global::System.Runtime.Serialization.Formatters.Binary.NameInfo),
3044 typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
3045 }, ReturnType = typeof(void))]
3046 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = ".ctor", MemberParameters = new object[]
3047 {
3048 typeof(global::System.Type),
3049 typeof(object)
3050 }, ReturnType = typeof(void))]
3051 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "AgeCookies", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3052 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor", Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
3053 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection.ArraySubsetEnumerator", Member = "get_Current", ReturnType = typeof(object))]
3054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArraySubsetEnumerator", Member = "get_Current", ReturnType = typeof(object))]
3055 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertTo", MemberParameters = new object[]
3056 {
3057 "System.ComponentModel.ITypeDescriptorContext",
3058 typeof(global::System.Globalization.CultureInfo),
3059 typeof(object),
3060 typeof(global::System.Type)
3061 }, ReturnType = typeof(object))]
3062 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeConverter.StandardValuesCollection", Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
3063 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_List", Member = "Compare", MemberParameters = new object[]
3064 {
3065 typeof(object),
3066 typeof(object)
3067 }, ReturnType = typeof(int))]
3068 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 54)]
3069 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
3070 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IndexOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3071 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3072 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3073 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
3074 public object GetValue(int index)
3075 {
3076 throw null;
3077 }
3078
3079 [global::Cpp2ILInjected.Token(Token = "0x6000C66")]
3080 [global::Cpp2ILInjected.Address(RVA = "0x1C58964", Offset = "0x1C58964", Length = "0x68")]
3081 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3082 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
3083 public object GetValue(int index1, int index2)
3084 {
3085 throw null;
3086 }
3087
3088 [global::Cpp2ILInjected.Token(Token = "0x6000C67")]
3089 [global::Cpp2ILInjected.Address(RVA = "0x1C58A94", Offset = "0x1C58A94", Length = "0x78")]
3090 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3091 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
3092 public object GetValue(int index1, int index2, int index3)
3093 {
3094 throw null;
3095 }
3096
3097 [global::Cpp2ILInjected.Token(Token = "0x6000C68")]
3098 [global::Cpp2ILInjected.Address(RVA = "0x1C5715C", Offset = "0x1C5715C", Length = "0x164")]
3099 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
3101 {
3102 typeof(global::System.IO.BinaryReader),
3103 typeof(global::System.Type),
3104 typeof(object)
3105 }, ReturnType = typeof(void))]
3106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "SwapIfGreaterWithItems", MemberParameters = new object[]
3107 {
3108 typeof(int),
3109 typeof(int)
3110 }, ReturnType = typeof(void))]
3111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "Swap", MemberParameters = new object[]
3112 {
3113 typeof(int),
3114 typeof(int)
3115 }, ReturnType = typeof(void))]
3116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "DownHeap", MemberParameters = new object[]
3117 {
3118 typeof(int),
3119 typeof(int),
3120 typeof(int)
3121 }, ReturnType = typeof(void))]
3122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "InsertionSort", MemberParameters = new object[]
3123 {
3124 typeof(int),
3125 typeof(int)
3126 }, ReturnType = typeof(void))]
3127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberParameters = new object[]
3128 {
3129 typeof(global::System.Array),
3130 typeof(int),
3131 typeof(int)
3132 }, ReturnType = typeof(void))]
3133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "SetValue", MemberParameters = new object[]
3134 {
3135 typeof(object),
3136 typeof(long)
3137 }, ReturnType = typeof(void))]
3138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
3139 {
3140 typeof(global::System.Reflection.BindingFlags),
3141 typeof(global::System.Reflection.MethodBase[]),
3142 typeof(ref object[]),
3143 typeof(global::System.Reflection.ParameterModifier[]),
3144 typeof(global::System.Globalization.CultureInfo),
3145 typeof(string[]),
3146 typeof(ref object)
3147 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
3148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEnumValues", ReturnType = typeof(global::System.Array))]
3149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ListDictionaryInternal.NodeKeyValueCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3150 {
3151 typeof(global::System.Array),
3152 typeof(int)
3153 }, ReturnType = typeof(void))]
3154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = "CopyTo", MemberParameters = new object[]
3155 {
3156 typeof(global::System.Array),
3157 typeof(int)
3158 }, ReturnType = typeof(void))]
3159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "CopyTo", MemberParameters = new object[]
3160 {
3161 typeof(global::System.Array),
3162 typeof(int)
3163 }, ReturnType = typeof(void))]
3164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Stack), Member = "CopyTo", MemberParameters = new object[]
3165 {
3166 typeof(global::System.Array),
3167 typeof(int)
3168 }, ReturnType = typeof(void))]
3169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "CopyTo", MemberParameters = new object[]
3170 {
3171 typeof(int),
3172 typeof(global::System.Array),
3173 typeof(int),
3174 typeof(int)
3175 }, ReturnType = typeof(void))]
3176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "CopyKeys", MemberParameters = new object[]
3177 {
3178 typeof(global::System.Array),
3179 typeof(int)
3180 }, ReturnType = typeof(void))]
3181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "CopyEntries", MemberParameters = new object[]
3182 {
3183 typeof(global::System.Array),
3184 typeof(int)
3185 }, ReturnType = typeof(void))]
3186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Hashtable), Member = "CopyValues", MemberParameters = new object[]
3187 {
3188 typeof(global::System.Array),
3189 typeof(int)
3190 }, ReturnType = typeof(void))]
3191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.GroupCollection", Member = "CopyTo", MemberParameters = new object[]
3192 {
3193 typeof(global::System.Array),
3194 typeof(int)
3195 }, ReturnType = typeof(void))]
3196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.OidCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3197 {
3198 typeof(global::System.Array),
3199 typeof(int)
3200 }, ReturnType = typeof(void))]
3201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "AgeCookies", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor", Member = "SetValue", MemberParameters = new object[]
3203 {
3204 typeof(object),
3205 typeof(object)
3206 }, ReturnType = typeof(void))]
3207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary.NodeKeyValueCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3208 {
3209 typeof(global::System.Array),
3210 typeof(int)
3211 }, ReturnType = typeof(void))]
3212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "CopyTo", MemberParameters = new object[]
3213 {
3214 typeof(global::System.Array),
3215 typeof(int)
3216 }, ReturnType = typeof(void))]
3217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary.OrderedDictionaryKeyValueCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3218 {
3219 typeof(global::System.Array),
3220 typeof(int)
3221 }, ReturnType = typeof(void))]
3222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase.KeysCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3223 {
3224 typeof(global::System.Array),
3225 typeof(int)
3226 }, ReturnType = typeof(void))]
3227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.NameObjectCollectionBase", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3228 {
3229 typeof(global::System.Array),
3230 typeof(int)
3231 }, ReturnType = typeof(void))]
3232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlAttributeCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
3233 {
3234 typeof(global::System.Array),
3235 typeof(int)
3236 }, ReturnType = typeof(void))]
3237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JContainer", Member = "CopyItemsTo", MemberParameters = new object[]
3238 {
3239 typeof(global::System.Array),
3240 typeof(int)
3241 }, ReturnType = typeof(void))]
3242 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "UnboxArray", MemberParameters = new object[] { "UnityEngine.AndroidJavaObject" }, ReturnType = typeof(object))]
3243 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 48)]
3244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
3245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IndexOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3248 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
3249 public void SetValue(object value, int index)
3250 {
3251 throw null;
3252 }
3253
3254 [global::Cpp2ILInjected.Token(Token = "0x6000C69")]
3255 [global::Cpp2ILInjected.Address(RVA = "0x1C59784", Offset = "0x1C59784", Length = "0x78")]
3256 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3257 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
3258 public void SetValue(object value, int index1, int index2)
3259 {
3260 throw null;
3261 }
3262
3263 [global::Cpp2ILInjected.Token(Token = "0x6000C6A")]
3264 [global::Cpp2ILInjected.Address(RVA = "0x1C598C4", Offset = "0x1C598C4", Length = "0x80")]
3265 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3266 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
3267 public void SetValue(object value, int index1, int index2, int index3)
3268 {
3269 throw null;
3270 }
3271
3272 [global::Cpp2ILInjected.Token(Token = "0x6000C6B")]
3273 [global::Cpp2ILInjected.Address(RVA = "0x1C5A214", Offset = "0x1C5A214", Length = "0x4")]
3274 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
3275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "ParseArray", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
3276 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
3277 internal static global::System.Array UnsafeCreateInstance(global::System.Type elementType, int[] lengths, int[] lowerBounds)
3278 {
3279 throw null;
3280 }
3281
3282 [global::Cpp2ILInjected.Token(Token = "0x6000C6C")]
3283 [global::Cpp2ILInjected.Address(RVA = "0x1C5A5D0", Offset = "0x1C5A5D0", Length = "0x4")]
3284 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
3285 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3286 internal static global::System.Array UnsafeCreateInstance(global::System.Type elementType, int length1, int length2)
3287 {
3288 throw null;
3289 }
3290
3291 [global::Cpp2ILInjected.Token(Token = "0x6000C6D")]
3292 [global::Cpp2ILInjected.Address(RVA = "0x1C5A63C", Offset = "0x1C5A63C", Length = "0x4")]
3293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
3294 {
3295 typeof(global::System.Reflection.BindingFlags),
3296 typeof(global::System.Reflection.MethodBase[]),
3297 typeof(ref object[]),
3298 typeof(global::System.Reflection.ParameterModifier[]),
3299 typeof(global::System.Globalization.CultureInfo),
3300 typeof(string[]),
3301 typeof(ref object)
3302 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
3303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "ParseArray", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
3304 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
3305 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
3306 {
3307 typeof(global::System.Type),
3308 typeof(int[])
3309 }, ReturnType = typeof(global::System.Array))]
3310 internal static global::System.Array UnsafeCreateInstance(global::System.Type elementType, params int[] lengths)
3311 {
3312 throw null;
3313 }
3314
3315 [global::Cpp2ILInjected.Token(Token = "0x6000C6E")]
3316 [global::Cpp2ILInjected.Address(RVA = "0x1C5A640", Offset = "0x1C5A640", Length = "0x64")]
3317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LayoutDefinition", Member = "LoadFields", MemberParameters = new object[]
3318 {
3319 typeof(global::System.IO.BinaryReader),
3320 typeof(global::System.Type),
3321 typeof(object)
3322 }, ReturnType = typeof(void))]
3323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "InternalParamGetCustomAttributes", MemberParameters = new object[]
3324 {
3325 typeof(global::System.Reflection.ParameterInfo),
3326 typeof(global::System.Type),
3327 typeof(bool)
3328 }, ReturnType = typeof(global::System.Attribute[]))]
3329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEnumValues", ReturnType = typeof(global::System.Array))]
3330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
3331 {
3332 typeof(global::System.Reflection.ICustomAttributeProvider),
3333 typeof(global::System.Type),
3334 typeof(bool)
3335 }, ReturnType = typeof(object[]))]
3336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.ArrayList.IListWrapper", Member = "ToArray", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
3337 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "ToArray", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
3338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "AgeCookies", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBaseConverter", Member = ".ctor", MemberParameters = new object[] { "System.Xml.Schema.XmlBaseConverter" }, ReturnType = typeof(void))]
3340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonSerializerInternalReader", Member = "CreateList", MemberParameters = new object[]
3341 {
3342 "Newtonsoft.Json.JsonReader",
3343 typeof(global::System.Type),
3344 "Newtonsoft.Json.Serialization.JsonContract",
3345 "Newtonsoft.Json.Serialization.JsonProperty",
3346 typeof(object),
3347 typeof(string)
3348 }, ReturnType = typeof(object))]
3349 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
3350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
3351 {
3352 typeof(global::System.Type),
3353 typeof(int[])
3354 }, ReturnType = typeof(global::System.Array))]
3355 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
3356 public static global::System.Array CreateInstance(global::System.Type elementType, int length)
3357 {
3358 throw null;
3359 }
3360
3361 [global::Cpp2ILInjected.Token(Token = "0x6000C6F")]
3362 [global::Cpp2ILInjected.Address(RVA = "0x1C5A5D4", Offset = "0x1C5A5D4", Length = "0x68")]
3363 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3364 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
3365 {
3366 typeof(global::System.Type),
3367 typeof(int[])
3368 }, ReturnType = typeof(global::System.Array))]
3369 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
3370 public static global::System.Array CreateInstance(global::System.Type elementType, int length1, int length2)
3371 {
3372 throw null;
3373 }
3374
3375 [global::Cpp2ILInjected.Token(Token = "0x6000C70")]
3376 [global::Cpp2ILInjected.Address(RVA = "0x1C5A6A4", Offset = "0x1C5A6A4", Length = "0x78")]
3377 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
3379 {
3380 typeof(global::System.Type),
3381 typeof(int[])
3382 }, ReturnType = typeof(global::System.Array))]
3383 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
3384 public static global::System.Array CreateInstance(global::System.Type elementType, int length1, int length2, int length3)
3385 {
3386 throw null;
3387 }
3388
3389 [global::Cpp2ILInjected.Token(Token = "0x6000C71")]
3390 [global::Cpp2ILInjected.Address(RVA = "0x1C56EC4", Offset = "0x1C56EC4", Length = "0x278")]
3391 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "UnsafeCreateInstance", MemberParameters = new object[]
3393 {
3394 typeof(global::System.Type),
3395 typeof(int[])
3396 }, ReturnType = typeof(global::System.Array))]
3397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
3398 {
3399 typeof(global::System.Type),
3400 typeof(int)
3401 }, ReturnType = typeof(global::System.Array))]
3402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
3403 {
3404 typeof(global::System.Type),
3405 typeof(int),
3406 typeof(int)
3407 }, ReturnType = typeof(global::System.Array))]
3408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
3409 {
3410 typeof(global::System.Type),
3411 typeof(int),
3412 typeof(int),
3413 typeof(int)
3414 }, ReturnType = typeof(global::System.Array))]
3415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "ToMultidimensionalArray", MemberParameters = new object[]
3416 {
3417 typeof(global::System.Collections.IList),
3418 typeof(global::System.Type),
3419 typeof(int)
3420 }, ReturnType = typeof(global::System.Array))]
3421 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
3422 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
3423 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3424 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeLoadException), Member = ".ctor", ReturnType = typeof(void))]
3425 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
3426 {
3427 typeof(string),
3428 typeof(string)
3429 }, ReturnType = typeof(void))]
3430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3431 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
3432 public static global::System.Array CreateInstance(global::System.Type elementType, params int[] lengths)
3433 {
3434 throw null;
3435 }
3436
3437 [global::Cpp2ILInjected.Token(Token = "0x6000C72")]
3438 [global::Cpp2ILInjected.Address(RVA = "0x1C5A218", Offset = "0x1C5A218", Length = "0x3B8")]
3439 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3440 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3441 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
3442 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
3443 {
3444 typeof(string),
3445 typeof(string)
3446 }, ReturnType = typeof(void))]
3447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3448 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
3449 {
3450 typeof(string),
3451 typeof(string)
3452 }, ReturnType = typeof(void))]
3453 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3454 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3455 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeLoadException), Member = ".ctor", ReturnType = typeof(void))]
3456 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 39)]
3457 public static global::System.Array CreateInstance(global::System.Type elementType, int[] lengths, int[] lowerBounds)
3458 {
3459 throw null;
3460 }
3461
3462 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
3463 [global::Cpp2ILInjected.Token(Token = "0x6000C73")]
3464 [global::Cpp2ILInjected.Address(RVA = "0x1C573EC", Offset = "0x1C573EC", Length = "0x118")]
3465 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CSVReader", Member = "DecodeLine", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.String[]")]
3467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "KeyboardInput", Member = "Update", ReturnType = typeof(void))]
3468 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SimpleProfilerFrameData", Member = "Reset", ReturnType = typeof(void))]
3469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CacheFileManager", Member = "FileSyncInternal", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3470 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CacheFileManager", Member = "FileUpload", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CacheFileManager", Member = "GetFileModifications", MemberParameters = new object[] { "System.Collections.Generic.List`1<CachedFile>" }, ReturnType = typeof(void))]
3472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerMappings", Member = "SetCategory", MemberParameters = new object[] { "ControllerMappingsCategories_Layout.Category" }, ReturnType = typeof(void))]
3473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerHardwareProfile", Member = "Open", MemberParameters = new object[] { "Controller.ControllerDevice" }, ReturnType = typeof(void))]
3474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIBestiary", Member = "RefreshEntries", ReturnType = typeof(void))]
3475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIBestiary", Member = "GetBackgroundImageProviders", MemberParameters = new object[] { "Terraria.GameContent.Bestiary.BestiaryEntry" }, ReturnType = "System.Collections.Generic.List`1<IBestiaryBackgroundImagePathAndColorProvider>")]
3476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIBestiary", Member = "GetBackgroundOverlayProviders", MemberParameters = new object[] { "Terraria.GameContent.Bestiary.BestiaryEntry" }, ReturnType = "System.Collections.Generic.List`1<IBestiaryBackgroundOverlayAndColorProvider>")]
3477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIBestiary", Member = "GetFilterProviders", MemberParameters = new object[] { "Terraria.GameContent.Bestiary.BestiaryEntry" }, ReturnType = "System.Collections.Generic.List`1<FilterProviderInfoElement>")]
3478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIBestiary", Member = "GetDropProviders", MemberParameters = new object[] { "Terraria.GameContent.Bestiary.BestiaryEntry" }, ReturnType = "System.Collections.Generic.List`1<ItemDropBestiaryInfoElement>")]
3479 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControlsBanner", Member = "Draw", ReturnType = typeof(void))]
3480 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUICraftGuidePopup", Member = "UpdateText", ReturnType = typeof(void))]
3481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIReforge", Member = "RefreshItems", ReturnType = typeof(void))]
3482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIResearch", Member = "BeginResearchAnimation", MemberParameters = new object[]
3483 {
3484 typeof(int),
3485 typeof(int),
3486 typeof(int),
3487 typeof(bool)
3488 }, ReturnType = typeof(void))]
3489 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIRubbleMaker", Member = "RefreshOptions", ReturnType = typeof(void))]
3490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUITalkerList", Member = "RefreshTalkersList", ReturnType = typeof(void))]
3491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInputRegionManager", Member = "RemovePendingRegions", ReturnType = typeof(void))]
3492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInputRegionManager", Member = "Clear", ReturnType = typeof(void))]
3493 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIKeyboardMappings", Member = "SetCategory", MemberParameters = new object[] { "KeyboardMappingsCategories_Layout.Category" }, ReturnType = typeof(void))]
3494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIAchievementsMenu", Member = "SortAndFilderAchievements", ReturnType = typeof(void))]
3495 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInterfaceEdit", Member = "AddControlUndo", ReturnType = typeof(void))]
3496 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInterfaceEdit", Member = "ClearControlRedo", ReturnType = typeof(void))]
3497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInterfaceEdit", Member = "ClearControlUndoRedo", ReturnType = typeof(void))]
3498 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMultiplayerLobby", Member = "RefreshLocalServers", ReturnType = typeof(void))]
3499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMultiplayerLobby", Member = "RefreshDedicatedServers", ReturnType = typeof(void))]
3500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPlayerSelectMenu", Member = "SortPlayers", ReturnType = typeof(void))]
3501 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISettingsOverlay", Member = "SetCategory", MemberParameters = new object[] { "SettingsOverlayOptionCategories_Layout.Category" }, ReturnType = typeof(void))]
3502 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIVirtualInputControllerEdit", Member = "UpdateStyleOptions", ReturnType = typeof(void))]
3503 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIWorldSelectMenu", Member = "SortWorlds", ReturnType = typeof(void))]
3504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LocalUser", Member = ".ctor", MemberParameters = new object[]
3505 {
3506 typeof(int),
3507 "PlatformUser"
3508 }, ReturnType = typeof(void))]
3509 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UserManagement", Member = "SwitchPrimaryUser", MemberParameters = new object[] { "PlatformUser" }, ReturnType = typeof(void))]
3510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationFinder", Member = "BroadcastRecieveThread", ReturnType = typeof(void))]
3511 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationFinder", Member = "UpdateResults", ReturnType = typeof(void))]
3512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationState", Member = "Clear", ReturnType = typeof(void))]
3513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ServerAutoFinder", Member = "BroadcastRecieveThread", ReturnType = typeof(void))]
3514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ServerAutoFinder", Member = "LookForFriendPlatformGames", ReturnType = typeof(void))]
3515 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ServerAutoFinder", Member = "UpdateResults", ReturnType = typeof(void))]
3516 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ServerAutoFinder", Member = "StopSearching", ReturnType = typeof(void))]
3517 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldConsole", Member = "LoadHeader", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(void))]
3518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldSwitch", Member = "LoadHeader", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(void))]
3519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "TextureAtlasDB", Member = "LoadTextureDBs", ReturnType = typeof(void))]
3520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ScreenPostProcessor", Member = "BeginUpdate", ReturnType = typeof(void))]
3521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GeometryBufferInstance", Member = "ClearBuffers", ReturnType = typeof(void))]
3522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GeometryBufferInstanceList", Member = "ClearInstances", ReturnType = typeof(void))]
3523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.MaterialBuffer", Member = "DestroyMaterials", ReturnType = typeof(void))]
3524 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.MaterialBuffer", Member = "ClearInstances", ReturnType = typeof(void))]
3525 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SpriteBatch", Member = "DrawStringMultiLineRight", MemberParameters = new object[]
3526 {
3527 "Microsoft.Xna.Framework.Graphics.SpriteFont",
3528 typeof(string),
3529 "Microsoft.Xna.Framework.Vector2",
3530 "Microsoft.Xna.Framework.Graphics.Color",
3531 typeof(float),
3532 "Microsoft.Xna.Framework.Vector2",
3533 "Microsoft.Xna.Framework.Vector2",
3534 "Microsoft.Xna.Framework.Graphics.SpriteEffects",
3535 typeof(float)
3536 }, ReturnType = typeof(void))]
3537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SpriteBatch", Member = "DrawStringMultiLineCentre", MemberParameters = new object[]
3538 {
3539 "Microsoft.Xna.Framework.Graphics.SpriteFont",
3540 typeof(string),
3541 "Microsoft.Xna.Framework.Vector2",
3542 "Microsoft.Xna.Framework.Graphics.Color",
3543 typeof(float),
3544 "Microsoft.Xna.Framework.Vector2",
3545 "Microsoft.Xna.Framework.Vector2",
3546 "Microsoft.Xna.Framework.Graphics.SpriteEffects",
3547 typeof(float)
3548 }, ReturnType = typeof(void))]
3549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SpriteBatcher", Member = "RenderVertexArrayWithSubMeshes", MemberParameters = new object[]
3550 {
3551 typeof(int),
3552 typeof(int),
3553 "Microsoft.Xna.Framework.Vector3",
3554 "Microsoft.Xna.Framework.Vector3"
3555 }, ReturnType = typeof(void))]
3556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "AnglerQuestSwap", ReturnType = typeof(void))]
3557 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "LoadWorlds", ReturnType = typeof(void))]
3558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "LoadPlayers", ReturnType = typeof(void))]
3559 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "RefreshPlayerDrawOrder", ReturnType = typeof(void))]
3560 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "DrawPlayers_BehindNPCs", ReturnType = typeof(void))]
3561 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "DrawPlayers_AfterProjectiles", ReturnType = typeof(void))]
3562 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "DrawProjDirect", MemberParameters = new object[]
3563 {
3564 "Terraria.Projectile",
3565 typeof(int)
3566 }, ReturnType = typeof(void))]
3567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "DrawWires", ReturnType = typeof(void))]
3568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "SpawnHallucination", MemberParameters = new object[] { "Terraria.Item" }, ReturnType = typeof(void))]
3569 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "DestroyOldestProximityMinesOverMinesCap", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3570 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Projectile", Member = "ResetImmunity", ReturnType = typeof(void))]
3571 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Projectile", Member = "AI_100_Medusa", ReturnType = typeof(void))]
3572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Animation", Member = "UpdateAll", ReturnType = typeof(void))]
3573 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.SceneMetrics", Member = "Reset", ReturnType = typeof(void))]
3574 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utils", Member = "PlotTileArea", MemberParameters = new object[]
3575 {
3576 typeof(int),
3577 typeof(int),
3578 "Terraria.Utils.TileActionAttempt"
3579 }, ReturnType = typeof(bool))]
3580 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen.Spread", Member = "Wall", MemberParameters = new object[]
3581 {
3582 typeof(int),
3583 typeof(int),
3584 typeof(int)
3585 }, ReturnType = typeof(void))]
3586 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen.Spread", Member = "Wall2", MemberParameters = new object[]
3587 {
3588 typeof(int),
3589 typeof(int),
3590 typeof(int)
3591 }, ReturnType = typeof(void))]
3592 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen.Spread", Member = "Spider", MemberParameters = new object[]
3593 {
3594 typeof(int),
3595 typeof(int)
3596 }, ReturnType = typeof(void))]
3597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "CheckRoom", MemberParameters = new object[]
3598 {
3599 typeof(int),
3600 typeof(int)
3601 }, ReturnType = typeof(void))]
3602 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "clearWorld", ReturnType = typeof(void))]
3603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "nextCount", MemberParameters = new object[]
3604 {
3605 typeof(int),
3606 typeof(int),
3607 typeof(bool),
3608 typeof(bool)
3609 }, ReturnType = typeof(void))]
3610 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "nextDirtCount", MemberParameters = new object[]
3611 {
3612 typeof(int),
3613 typeof(int)
3614 }, ReturnType = typeof(void))]
3615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "ShimmeratorNext", MemberParameters = new object[]
3616 {
3617 typeof(int),
3618 typeof(int)
3619 }, ReturnType = typeof(void))]
3620 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "AddUpAlignmentCounts", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.Vertical64BitStrips", Member = "Clear", ReturnType = typeof(void))]
3622 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.ChestInfo_OldMobile", Member = "Load", MemberParameters = new object[]
3623 {
3624 typeof(global::System.IO.BinaryReader),
3625 typeof(int)
3626 }, ReturnType = typeof(bool))]
3627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.FishingInfo_OldMobile", Member = "Load", MemberParameters = new object[]
3628 {
3629 typeof(global::System.IO.BinaryReader),
3630 typeof(int)
3631 }, ReturnType = typeof(bool))]
3632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.NPCInfo_OldMobile", Member = "LoadNPCEntries", MemberParameters = new object[]
3633 {
3634 typeof(global::System.IO.BinaryReader),
3635 typeof(int)
3636 }, ReturnType = typeof(void))]
3637 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.NPCInfo_OldMobile", Member = "Load", MemberParameters = new object[]
3638 {
3639 typeof(global::System.IO.BinaryReader),
3640 typeof(int)
3641 }, ReturnType = typeof(bool))]
3642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "ResetTemps", ReturnType = typeof(void))]
3643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "LoadHeader", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(void))]
3644 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.DoubleStack`1", Member = "Clear", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.PlayerDrawLayers", Member = "DrawPlayer_36_CTG", MemberParameters = new object[] { "Terraria.DataStructures.PlayerDrawSet&" }, ReturnType = typeof(void))]
3646 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.TileObjectPreviewData", Member = "Reset", ReturnType = typeof(void))]
3647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.TileObjectPreviewData", Member = "CopyFrom", MemberParameters = new object[] { "Terraria.DataStructures.TileObjectPreviewData" }, ReturnType = typeof(void))]
3648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Audio.LegacySoundPlayer", Member = "CreateAllSoundInstances", ReturnType = typeof(void))]
3649 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.WorldMap", Member = "Allocate", MemberParameters = new object[]
3650 {
3651 typeof(int),
3652 typeof(int)
3653 }, ReturnType = typeof(void))]
3654 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameInput.PlayerInput", Member = "MouseInput", ReturnType = typeof(void))]
3655 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameInput.PlayerInput", Member = "KeyboardInput", ReturnType = typeof(bool))]
3656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameInput.KeyConfiguration", Member = "ReadPreferences", MemberParameters = new object[] { "System.Collections.Generic.Dictionary`2<TriggerNames, List`1<String>>" }, ReturnType = typeof(void))]
3657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameInput.PlayerInputProfile", Member = "CopyKeysFrom", MemberParameters = new object[] { "Terraria.GameInput.PlayerInputProfile", "Terraria.GameInput.InputMode", "Terraria.GameInput.TriggerNames[]" }, ReturnType = typeof(void))]
3658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.InGameNotificationsTracker", Member = "Clear", ReturnType = typeof(void))]
3659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting", Member = "SetupSortingPriorities", ReturnType = typeof(void))]
3660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemTooltip", Member = "ClearGlobalProcessors", ReturnType = typeof(void))]
3661 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.UIElement", Member = "RemoveAllChildren", ReturnType = typeof(void))]
3662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.Chat.ChatMessageContainer", Member = "Refresh", ReturnType = typeof(void))]
3663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Renderers.ParticleRenderer", Member = "Clear", ReturnType = typeof(void))]
3664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Renderers.MapHeadRenderer", Member = "Reset", ReturnType = typeof(void))]
3665 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Renderers.MapHeadRenderer", Member = "DrawPlayerHead", MemberParameters = new object[]
3666 {
3667 "Terraria.Graphics.Camera",
3668 "Terraria.Player",
3669 "Microsoft.Xna.Framework.Vector2",
3670 typeof(float),
3671 typeof(float),
3672 "Microsoft.Xna.Framework.Graphics.Color"
3673 }, ReturnType = typeof(void))]
3674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Renderers.MapHeadRenderer", Member = "CreateOutlines", MemberParameters = new object[]
3675 {
3676 typeof(float),
3677 typeof(float),
3678 "Microsoft.Xna.Framework.Graphics.Color"
3679 }, ReturnType = typeof(void))]
3680 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Renderers.ReturnGatePlayerRenderer", Member = "DrawReturnGateInWorld", MemberParameters = new object[] { "Terraria.Graphics.Camera", "Terraria.Player" }, ReturnType = typeof(void))]
3681 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Light.LightMap", Member = "Clear", ReturnType = typeof(void))]
3682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Chat.ChatHelper", Member = "ClearDelayedMessagesCache", ReturnType = typeof(void))]
3683 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.CoinLossRevengeSystem", Member = "Reset", ReturnType = typeof(void))]
3684 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.ItemShopSellbackHelper", Member = "Clear", ReturnType = typeof(void))]
3685 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_StaffOfRegrowth", MemberParameters = new object[]
3686 {
3687 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3688 typeof(ref int),
3689 typeof(ref int)
3690 }, ReturnType = typeof(void))]
3691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_GrassSeeds", MemberParameters = new object[]
3692 {
3693 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3694 typeof(ref int),
3695 typeof(ref int)
3696 }, ReturnType = typeof(void))]
3697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_ClayPots", MemberParameters = new object[]
3698 {
3699 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3700 typeof(ref int),
3701 typeof(ref int)
3702 }, ReturnType = typeof(void))]
3703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_PlanterBox", MemberParameters = new object[]
3704 {
3705 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3706 typeof(ref int),
3707 typeof(ref int)
3708 }, ReturnType = typeof(void))]
3709 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_AlchemySeeds", MemberParameters = new object[]
3710 {
3711 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3712 typeof(ref int),
3713 typeof(ref int)
3714 }, ReturnType = typeof(void))]
3715 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_Actuators", MemberParameters = new object[]
3716 {
3717 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3718 typeof(ref int),
3719 typeof(ref int)
3720 }, ReturnType = typeof(void))]
3721 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_EmptyBuckets", MemberParameters = new object[]
3722 {
3723 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3724 typeof(ref int),
3725 typeof(ref int)
3726 }, ReturnType = typeof(void))]
3727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_PaintScrapper", MemberParameters = new object[]
3728 {
3729 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3730 typeof(ref int),
3731 typeof(ref int)
3732 }, ReturnType = typeof(void))]
3733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_PaintBrush", MemberParameters = new object[]
3734 {
3735 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3736 typeof(ref int),
3737 typeof(ref int)
3738 }, ReturnType = typeof(void))]
3739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_PaintRoller", MemberParameters = new object[]
3740 {
3741 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3742 typeof(ref int),
3743 typeof(ref int)
3744 }, ReturnType = typeof(void))]
3745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_BlocksLines", MemberParameters = new object[]
3746 {
3747 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3748 typeof(ref int),
3749 typeof(ref int)
3750 }, ReturnType = typeof(void))]
3751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_Boulders", MemberParameters = new object[]
3752 {
3753 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3754 typeof(ref int),
3755 typeof(ref int)
3756 }, ReturnType = typeof(void))]
3757 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_Pigronata", MemberParameters = new object[]
3758 {
3759 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3760 typeof(ref int),
3761 typeof(ref int)
3762 }, ReturnType = typeof(void))]
3763 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_PumpkinSeeds", MemberParameters = new object[]
3764 {
3765 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3766 typeof(ref int),
3767 typeof(ref int)
3768 }, ReturnType = typeof(void))]
3769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_Walls", MemberParameters = new object[]
3770 {
3771 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3772 typeof(ref int),
3773 typeof(ref int)
3774 }, ReturnType = typeof(void))]
3775 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_MinecartTracks", MemberParameters = new object[]
3776 {
3777 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3778 typeof(ref int),
3779 typeof(ref int)
3780 }, ReturnType = typeof(void))]
3781 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_Platforms", MemberParameters = new object[]
3782 {
3783 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3784 typeof(ref int),
3785 typeof(ref int)
3786 }, ReturnType = typeof(void))]
3787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_WireCutter", MemberParameters = new object[]
3788 {
3789 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3790 typeof(ref int),
3791 typeof(ref int)
3792 }, ReturnType = typeof(void))]
3793 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_ActuationRod", MemberParameters = new object[]
3794 {
3795 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3796 typeof(ref int),
3797 typeof(ref int)
3798 }, ReturnType = typeof(void))]
3799 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_Hammers", MemberParameters = new object[]
3800 {
3801 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3802 typeof(ref int),
3803 typeof(ref int)
3804 }, ReturnType = typeof(void))]
3805 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_MulticolorWrench", MemberParameters = new object[]
3806 {
3807 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3808 typeof(ref int),
3809 typeof(ref int)
3810 }, ReturnType = typeof(void))]
3811 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_ColoredWrenches", MemberParameters = new object[]
3812 {
3813 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3814 typeof(ref int),
3815 typeof(ref int)
3816 }, ReturnType = typeof(void))]
3817 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_Acorns", MemberParameters = new object[]
3818 {
3819 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3820 typeof(ref int),
3821 typeof(ref int)
3822 }, ReturnType = typeof(void))]
3823 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_GemCorns", MemberParameters = new object[]
3824 {
3825 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3826 typeof(ref int),
3827 typeof(ref int)
3828 }, ReturnType = typeof(void))]
3829 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_BlocksFilling", MemberParameters = new object[]
3830 {
3831 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3832 typeof(ref int),
3833 typeof(ref int)
3834 }, ReturnType = typeof(void))]
3835 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_Torch", MemberParameters = new object[]
3836 {
3837 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3838 typeof(ref int),
3839 typeof(ref int)
3840 }, ReturnType = typeof(void))]
3841 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.SmartCursorHelper", Member = "Step_LawnMower", MemberParameters = new object[]
3842 {
3843 "Terraria.GameContent.SmartCursorHelper.SmartCursorUsageInfo",
3844 typeof(ref int),
3845 typeof(ref int)
3846 }, ReturnType = typeof(void))]
3847 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.TownRoomManager", Member = "Clear", ReturnType = typeof(void))]
3848 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Tile_Entities.TELogicSensor", Member = "UpdateEndInternal", ReturnType = typeof(void))]
3849 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.ObjectInteractions.SmartInteractSystem", Member = "Clear", ReturnType = typeof(void))]
3850 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Biomes.DeadMansChestBiome", Member = "ClearCaches", ReturnType = typeof(void))]
3851 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Bestiary.BestiaryDatabase", Member = "FindEntryByNPCID", MemberParameters = new object[] { typeof(int) }, ReturnType = "Terraria.GameContent.Bestiary.BestiaryEntry")]
3852 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Skies.CreditsRollSky", Member = "EnsureSegmentsAreMade", ReturnType = typeof(void))]
3853 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Drawing.TileDrawing", Member = "DrawVoidLenses", ReturnType = typeof(void))]
3854 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.GameTipsDisplay", Member = "ClearTips", ReturnType = typeof(void))]
3855 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.NewMultiplayerClosePlayersOverlay", Member = "Draw", ReturnType = typeof(void))]
3856 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.States.UIAchievementsMenu", Member = "InitializePage", ReturnType = typeof(void))]
3857 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.States.UIBestiaryTest", Member = "FilterEntries", ReturnType = typeof(void))]
3858 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.Elements.UIBestiaryFilteringOptionsGrid", Member = "SetupAvailabilityTest", MemberParameters = new object[] { "System.Collections.Generic.List`1<BestiaryEntry>" }, ReturnType = typeof(void))]
3859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.Elements.UIBestiaryFilteringOptionsGrid", Member = "UpdateAvailability", ReturnType = typeof(void))]
3860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.Elements.UICreativeItemsInfiniteFilteringOptions", Member = "singleFilterButtonClick", MemberParameters = new object[] { "Terraria.UI.UIMouseEvent", "Terraria.UI.UIElement" }, ReturnType = typeof(void))]
3861 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.Elements.UIList", Member = "Clear", ReturnType = typeof(void))]
3862 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.Chat.RemadeChatMonitor", Member = "Clear", ReturnType = typeof(void))]
3863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Controller.ControllerActionAxis", Member = "Clear", ReturnType = typeof(void))]
3864 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Controller.ControllerActionButton", Member = "Clear", ReturnType = typeof(void))]
3865 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Controller.ControllerDeviceManager", Member = "UpdateConnectedControllers", MemberParameters = new object[]
3866 {
3867 typeof(float),
3868 typeof(bool)
3869 }, ReturnType = typeof(void))]
3870 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Controller.ControllerDeviceManager", Member = "UpdateDevices", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3871 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Xml.SmallXmlParser.AttrListImpl", Member = "Clear", ReturnType = typeof(void))]
3872 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.MD2Managed), Member = "Initialize", ReturnType = typeof(void))]
3873 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.MD4Managed), Member = "Initialize", ReturnType = typeof(void))]
3874 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.RSAManaged), Member = "ToXmlString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
3875 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.RSAManaged), Member = "GetPaddedValue", MemberParameters = new object[]
3876 {
3878 typeof(int)
3879 }, ReturnType = typeof(byte[]))]
3880 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.SymmetricTransform), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3881 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.SymmetricTransform), Member = "FinalDecrypt", MemberParameters = new object[]
3882 {
3883 typeof(byte[]),
3884 typeof(int),
3885 typeof(int)
3886 }, ReturnType = typeof(byte[]))]
3887 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "System.Collections.IList.Clear", ReturnType = typeof(void))]
3888 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ParameterizedStrings.LowLevelStack", Member = "Clear", ReturnType = typeof(void))]
3889 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ParameterizedStrings), Member = "Evaluate", MemberParameters = new object[]
3890 {
3891 typeof(string),
3892 typeof(global::System.ParameterizedStrings.FormatParam[])
3893 }, ReturnType = typeof(string))]
3894 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecureString), Member = "Dispose", ReturnType = typeof(void))]
3895 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecureString), Member = "Alloc", MemberParameters = new object[]
3896 {
3897 typeof(int),
3898 typeof(bool)
3899 }, ReturnType = typeof(void))]
3900 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Rfc2898DeriveBytes), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3901 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Rfc2898DeriveBytes), Member = "Initialize", ReturnType = typeof(void))]
3902 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoStream), Member = "FlushFinalBlock", ReturnType = typeof(void))]
3903 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.FromBase64Transform), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.HMAC), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3905 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.KeyedHashAlgorithm), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3906 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.MACTripleDES), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3907 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.TailStream), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3908 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.PasswordDeriveBytes), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3909 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RijndaelManagedTransform), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RIPEMD160Managed), Member = "Initialize", ReturnType = typeof(void))]
3911 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SHA1Managed), Member = "Initialize", ReturnType = typeof(void))]
3912 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SHA256Managed), Member = "Initialize", ReturnType = typeof(void))]
3913 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SHA384Managed), Member = "Initialize", ReturnType = typeof(void))]
3914 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SHA512Managed), Member = "Initialize", ReturnType = typeof(void))]
3915 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.SymmetricAlgorithm), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3916 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Utils), Member = "ConvertIntToByteArray", MemberParameters = new object[]
3917 {
3918 typeof(uint),
3919 typeof(ref byte[])
3920 }, ReturnType = typeof(void))]
3921 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DESTransform), Member = "SetKey", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
3922 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.MD5CryptoServiceProvider), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3923 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "SetLength", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
3924 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Write", MemberParameters = new object[]
3925 {
3926 typeof(byte[]),
3927 typeof(int),
3928 typeof(int)
3929 }, ReturnType = typeof(void))]
3930 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Write", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
3931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "WriteByte", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
3932 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = "InitBuffer", MemberParameters = new object[]
3933 {
3934 typeof(int),
3935 typeof(bool)
3936 }, ReturnType = typeof(void))]
3937 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "Clear", ReturnType = typeof(void))]
3938 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Stack), Member = "Clear", ReturnType = typeof(void))]
3939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "Clear", ReturnType = typeof(void))]
3940 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "Clear", ReturnType = typeof(void))]
3941 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Clear", ReturnType = typeof(void))]
3942 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveAll", MemberParameters = new object[] { "System.Predicate`1<T>" }, ReturnType = typeof(int))]
3943 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveRange", MemberParameters = new object[]
3944 {
3945 typeof(int),
3946 typeof(int)
3947 }, ReturnType = typeof(void))]
3948 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Queue<>), Member = "Clear", ReturnType = typeof(void))]
3949 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "Clear", ReturnType = typeof(void))]
3950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "RemoveAll", MemberParameters = new object[] { "System.Predicate`1<T>" }, ReturnType = typeof(int))]
3951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.TlsOverPerCoreLockedStacksArrayPool<>), Member = "Return", MemberParameters = new object[]
3952 {
3953 "T[]",
3954 typeof(bool)
3955 }, ReturnType = typeof(void))]
3956 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.TlsOverPerCoreLockedStacksArrayPool<>), Member = "Trim", ReturnType = typeof(bool))]
3957 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.Switch", Member = "_pruneCachedSwitches", ReturnType = typeof(void))]
3958 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509CertificateImplCollection", Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3959 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServiceNameStore", Member = "Clear", ReturnType = typeof(void))]
3960 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DigestSession", Member = "get_CNonce", ReturnType = typeof(string))]
3961 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerPrefixCollection", Member = "Clear", ReturnType = typeof(void))]
3962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "Clear", ReturnType = typeof(void))]
3963 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.PlayerAction", Member = "ClearBindings", ReturnType = typeof(void))]
3964 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.PlayerAction", Member = "UpdateVisibleBindings", ReturnType = typeof(void))]
3965 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputDevice", Member = "ClearControls", ReturnType = typeof(void))]
3966 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "SetupInternal", ReturnType = typeof(bool))]
3967 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "ResetInternal", ReturnType = typeof(void))]
3968 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "DestroyDeviceManagers", ReturnType = typeof(void))]
3969 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "DestroyDevices", ReturnType = typeof(void))]
3970 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "UpdateActiveDevice", ReturnType = typeof(void))]
3971 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TouchManager", Member = "UpdateTouches", MemberParameters = new object[]
3972 {
3973 typeof(ulong),
3974 typeof(float)
3975 }, ReturnType = typeof(void))]
3976 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.UnityInputDeviceManager", Member = "DetachDevices", ReturnType = typeof(void))]
3977 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWriterSettings", Member = "Initialize", ReturnType = typeof(void))]
3978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UnitySynchronizationContext", Member = "Exec", ReturnType = typeof(void))]
3979 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Rendering.RenderPipelineManager", Member = "DoRenderLoop_Internal", MemberParameters = new object[]
3980 {
3981 "UnityEngine.Rendering.RenderPipelineAsset",
3982 typeof(global::System.IntPtr),
3983 "System.Collections.Generic.List`1<RenderRequest>"
3984 }, ReturnType = typeof(void))]
3985 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.InvokableCallList", Member = "ClearPersistent", ReturnType = typeof(void))]
3986 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Events.InvokableCallList", Member = "PrepareInvoke", ReturnType = "System.Collections.Generic.List`1<BaseInvokableCall>")]
3987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Dropdown", Member = "ClearOptions", ReturnType = typeof(void))]
3988 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Dropdown", Member = "Show", ReturnType = typeof(void))]
3989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Dropdown", Member = "ImmediateDestroyDropdownList", ReturnType = typeof(void))]
3990 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.GraphicRaycaster", Member = "Raycast", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "System.Collections.Generic.List`1<RaycastResult>" }, ReturnType = typeof(void))]
3991 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.GraphicRaycaster", Member = "Raycast", MemberParameters = new object[] { "UnityEngine.Canvas", "UnityEngine.Camera", "UnityEngine.Vector2", "System.Collections.Generic.IList`1<Graphic>", "System.Collections.Generic.List`1<Graphic>" }, ReturnType = typeof(void))]
3992 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutGroup", Member = "CalculateLayoutInputHorizontal", ReturnType = typeof(void))]
3993 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.MaskUtilities", Member = "GetRectMasksForClip", MemberParameters = new object[] { "UnityEngine.UI.RectMask2D", "System.Collections.Generic.List`1<RectMask2D>" }, ReturnType = typeof(void))]
3994 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.RectMask2D", Member = "OnDisable", ReturnType = typeof(void))]
3995 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.StencilMaterial", Member = "ClearAll", ReturnType = typeof(void))]
3996 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.EventSystem", Member = "RaycastAll", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "System.Collections.Generic.List`1<RaycastResult>" }, ReturnType = typeof(void))]
3997 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.BaseInputModule", Member = "HandlePointerExitAndEnter", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "UnityEngine.GameObject" }, ReturnType = typeof(void))]
3998 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PointerInputModule", Member = "GetTouchPointerEventData", MemberParameters = new object[]
3999 {
4000 "UnityEngine.Touch",
4001 typeof(ref bool),
4002 typeof(ref bool)
4003 }, ReturnType = "UnityEngine.EventSystems.PointerEventData")]
4004 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PointerInputModule", Member = "GetMousePointerEventData", MemberParameters = new object[] { typeof(int) }, ReturnType = "UnityEngine.EventSystems.PointerInputModule.MouseState")]
4005 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateManager", Member = "_InitializeLazyMatch", ReturnType = typeof(void))]
4006 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.InflateBlocks", Member = "Process", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
4007 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.InfTree", Member = "initWorkArea", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4008 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "Finalize", ReturnType = typeof(void))]
4009 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "set_Password", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "get_Keys", ReturnType = typeof(global::System.Collections.ArrayList))]
4011 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "AddPrivateKey", MemberParameters = new object[] { "Mono.Security.Cryptography.PKCS8.PrivateKeyInfo" }, ReturnType = typeof(void))]
4012 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "ReadSafeBag", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(void))]
4013 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "AddPkcs8ShroudedKeyBag", MemberParameters = new object[]
4014 {
4015 typeof(global::System.Security.Cryptography.AsymmetricAlgorithm),
4016 typeof(global::System.Collections.IDictionary)
4017 }, ReturnType = typeof(void))]
4018 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "RemovePkcs8ShroudedKeyBag", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
4019 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "AddKeyBag", MemberParameters = new object[]
4020 {
4021 typeof(global::System.Security.Cryptography.AsymmetricAlgorithm),
4022 typeof(global::System.Collections.IDictionary)
4023 }, ReturnType = typeof(void))]
4024 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "RemoveKeyBag", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(void))]
4025 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "GetAsymmetricAlgorithm", MemberParameters = new object[] { typeof(global::System.Collections.IDictionary) }, ReturnType = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm))]
4026 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "GetAttributes", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.AsymmetricAlgorithm) }, ReturnType = typeof(global::System.Collections.IDictionary))]
4027 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse", Member = "set_Password", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4028 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse", Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
4029 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse", Member = "PasswordToKey", MemberParameters = new object[]
4030 {
4031 typeof(string),
4032 typeof(int)
4033 }, ReturnType = "System.Byte[]")]
4034 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLM_Password", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Byte[]")]
4035 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLMv2_Session", MemberParameters = new object[]
4036 {
4037 typeof(string),
4038 "System.Byte[]",
4039 "System.Byte[]&",
4040 "System.Byte[]&"
4041 }, ReturnType = typeof(void))]
4042 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLMv2", MemberParameters = new object[]
4043 {
4044 "Mono.Security.Protocol.Ntlm.Type2Message",
4045 typeof(string),
4046 typeof(string),
4047 typeof(string)
4048 }, ReturnType = "System.Byte[]")]
4049 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "PasswordToKey", MemberParameters = new object[]
4050 {
4051 typeof(string),
4052 typeof(int)
4053 }, ReturnType = "System.Byte[]")]
4054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.Type2Message", Member = "Finalize", ReturnType = typeof(void))]
4055 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.Type3Message", Member = "Finalize", ReturnType = typeof(void))]
4056 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.Type3Message", Member = "GetBytes", ReturnType = "System.Byte[]")]
4057 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.ARC4Managed", Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
4058 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.MD2Managed", Member = "Initialize", ReturnType = typeof(void))]
4059 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.MD4Managed", Member = "Initialize", ReturnType = typeof(void))]
4060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.RSAManaged", Member = "ToXmlString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
4061 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.RSAManaged", Member = "GetPaddedValue", MemberParameters = new object[]
4062 {
4063 "Mono.Math.BigInteger",
4064 typeof(int)
4065 }, ReturnType = "System.Byte[]")]
4066 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Authenticode.PrivateKey", Member = "DeriveKey", MemberParameters = new object[]
4067 {
4068 "System.Byte[]",
4069 typeof(string)
4070 }, ReturnType = "System.Byte[]")]
4071 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Authenticode.PrivateKey", Member = "Decode", MemberParameters = new object[]
4072 {
4073 "System.Byte[]",
4074 typeof(string)
4075 }, ReturnType = typeof(bool))]
4076 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = "Clear", ReturnType = typeof(void))]
4077 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 423)]
4078 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
4079 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4080 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IndexOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4081 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
4082 public static void Clear(global::System.Array array, int index, int length)
4083 {
4084 throw null;
4085 }
4086
4087 [global::Cpp2ILInjected.Token(Token = "0x6000C74")]
4088 [global::Cpp2ILInjected.Address(RVA = "0x1C5A71C", Offset = "0x1C5A71C", Length = "0x4")]
4089 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4090 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
4091 [MethodImpl(4096)]
4092 private static extern void ClearInternal(global::System.Array a, int index, int count);
4093
4094 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.MayCorruptInstance, global::System.Runtime.ConstrainedExecution.Cer.MayFail)]
4095 [global::Cpp2ILInjected.Token(Token = "0x6000C75")]
4096 [global::Cpp2ILInjected.Address(RVA = "0x1C585DC", Offset = "0x1C585DC", Length = "0xC4")]
4097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "FileCompressor", Member = "Decompress", MemberParameters = new object[]
4098 {
4099 "System.Byte[]",
4100 typeof(int)
4101 }, ReturnType = "System.Byte[]")]
4102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GeometryBuffer", Member = "Clone", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4103 {
4104 "T[]",
4105 typeof(int)
4106 }, ReturnType = "T[]")]
4107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GraphicsDevice", Member = "GetRenderTargets", ReturnType = "Microsoft.Xna.Framework.Graphics.RenderTargetBinding[]")]
4108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GraphicsDevice", Member = "GetRenderTargets", MemberParameters = new object[] { "Microsoft.Xna.Framework.Graphics.RenderTargetBinding[]" }, ReturnType = typeof(void))]
4109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GraphicsDevice", Member = "Clone", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4110 {
4111 "T[]",
4112 typeof(int)
4113 }, ReturnType = "T[]")]
4114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "Decompress", MemberParameters = new object[]
4115 {
4116 "System.Byte[]",
4117 typeof(int)
4118 }, ReturnType = "System.Byte[]")]
4119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.MessageBuffer", Member = "ProcessData", MemberParameters = new object[]
4120 {
4121 "System.Byte[]",
4122 typeof(int),
4123 typeof(ref int)
4124 }, ReturnType = typeof(void))]
4125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.FileUtilities", Member = "Write", MemberParameters = new object[]
4126 {
4127 typeof(string),
4128 "System.Byte[]",
4129 typeof(int),
4130 typeof(bool)
4131 }, ReturnType = typeof(void))]
4132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Social.iOS.CloudSocialModule", Member = "Write", MemberParameters = new object[]
4133 {
4134 typeof(string),
4135 "System.Byte[]",
4136 typeof(int)
4137 }, ReturnType = typeof(bool))]
4138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Social.iOS.CloudSocialModule", Member = "Read", MemberParameters = new object[]
4139 {
4140 typeof(string),
4141 "System.Byte[]",
4142 typeof(int)
4143 }, ReturnType = typeof(void))]
4144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Modules.AnchorTypesModule", Member = ".ctor", MemberParameters = new object[] { "Terraria.Modules.AnchorTypesModule" }, ReturnType = typeof(void))]
4145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Modules.TileObjectCoordinatesModule", Member = ".ctor", MemberParameters = new object[] { "Terraria.Modules.TileObjectCoordinatesModule", "System.Int32[]" }, ReturnType = typeof(void))]
4146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Xml.SmallXmlParser), Member = "ReadName", ReturnType = typeof(string))]
4147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Globalization.Unicode.SortKeyBuffer), Member = "AppendBufferPrimitive", MemberParameters = new object[]
4148 {
4149 typeof(byte),
4150 typeof(ref byte[]),
4151 typeof(ref int)
4152 }, ReturnType = typeof(void))]
4153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Globalization.Unicode.SortKeyBuffer), Member = "GetResult", ReturnType = typeof(global::System.Globalization.SortKey))]
4154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.LocalDataStore), Member = "PopulateElement", MemberParameters = new object[] { typeof(global::System.LocalDataStoreSlot) }, ReturnType = typeof(global::System.LocalDataStoreElement))]
4155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.LocalDataStoreMgr), Member = "AllocateDataSlot", ReturnType = typeof(global::System.LocalDataStoreSlot))]
4156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEnumNames", ReturnType = typeof(string[]))]
4157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesBase", MemberParameters = new object[]
4158 {
4159 typeof(global::System.Reflection.ICustomAttributeProvider),
4160 typeof(global::System.Type),
4161 typeof(bool)
4162 }, ReturnType = typeof(object[]))]
4163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesDataBase", MemberParameters = new object[]
4164 {
4165 typeof(global::System.Reflection.ICustomAttributeProvider),
4166 typeof(global::System.Type),
4167 typeof(bool)
4168 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
4169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MulticastDelegate), Member = "RemoveImpl", MemberParameters = new object[] { typeof(global::System.Delegate) }, ReturnType = typeof(global::System.Delegate))]
4170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadPoolWorkQueue.SparseArray<>), Member = "Add", MemberParameters = new object[] { "T" }, ReturnType = typeof(int))]
4171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "AddAlgorithm", MemberParameters = new object[]
4172 {
4173 typeof(global::System.Type),
4174 typeof(string[])
4175 }, ReturnType = typeof(void))]
4176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingServices), Member = "UpdateOutArgObject", MemberParameters = new object[]
4177 {
4178 typeof(global::System.Reflection.ParameterInfo),
4179 typeof(object),
4180 typeof(object)
4181 }, ReturnType = typeof(bool))]
4182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.CADSerializer), Member = "DeserializeObjectSafe", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(object))]
4183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMethodCallMessage), Member = "GetArguments", ReturnType = typeof(global::System.Collections.ArrayList))]
4184 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMethodReturnMessage), Member = "GetArguments", ReturnType = typeof(global::System.Collections.ArrayList))]
4185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "InternalGetSerializableMembers", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(global::System.Reflection.MemberInfo[]))]
4186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "AddObjectHolder", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.ObjectHolder) }, ReturnType = typeof(void))]
4187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "DoValueTypeFixup", MemberParameters = new object[]
4188 {
4189 typeof(global::System.Reflection.FieldInfo),
4190 typeof(global::System.Runtime.Serialization.ObjectHolder),
4191 typeof(object)
4192 }, ReturnType = typeof(bool))]
4193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FixupHolderList), Member = "EnlargeArray", ReturnType = typeof(void))]
4194 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.LongList), Member = "EnlargeArray", ReturnType = typeof(void))]
4195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectHolderList), Member = "EnlargeArray", ReturnType = typeof(void))]
4196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "ExpandArrays", ReturnType = typeof(void))]
4197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "NextRectangleMap", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
4198 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "UrlDecodeInternal", MemberParameters = new object[]
4199 {
4200 "System.Byte[]",
4201 typeof(int),
4202 typeof(int)
4203 }, ReturnType = "System.Byte[]")]
4204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CultureInfoConverter", Member = "GetStandardValues", MemberParameters = new object[] { "System.ComponentModel.ITypeDescriptorContext" }, ReturnType = "System.ComponentModel.TypeConverter.StandardValuesCollection")]
4205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptor", Member = "GetEditor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
4206 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeListConverter", Member = "GetStandardValues", MemberParameters = new object[] { "System.ComponentModel.ITypeDescriptorContext" }, ReturnType = "System.ComponentModel.TypeConverter.StandardValuesCollection")]
4207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "ArrayAppend", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]&", "T[]" }, ReturnType = typeof(void))]
4208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.BitStack", Member = "PushCurr", ReturnType = typeof(void))]
4209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlEncodedRawTextWriter", Member = "GrowTextContentMarks", ReturnType = typeof(void))]
4210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter.AttributeValueCache", Member = "AddItem", MemberParameters = new object[]
4211 {
4212 "System.Xml.XmlWellFormedWriter.AttributeValueCache.ItemType",
4213 typeof(object)
4214 }, ReturnType = typeof(void))]
4215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "WriteStartElement", MemberParameters = new object[]
4216 {
4217 typeof(string),
4218 typeof(string),
4219 typeof(string)
4220 }, ReturnType = typeof(void))]
4221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "AddNamespace", MemberParameters = new object[]
4222 {
4223 typeof(string),
4224 typeof(string),
4225 "System.Xml.XmlWellFormedWriter.NamespaceKind"
4226 }, ReturnType = typeof(void))]
4227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "AddAttribute", MemberParameters = new object[]
4228 {
4229 typeof(string),
4230 typeof(string),
4231 typeof(string)
4232 }, ReturnType = typeof(void))]
4233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.BitSet", Member = "EnsureLength", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.JavaScriptUtils", Member = "WriteEscapedJavaScriptString", MemberParameters = new object[]
4235 {
4236 typeof(global::System.IO.TextWriter),
4237 typeof(string),
4238 typeof(char),
4239 typeof(bool),
4240 "System.Boolean[]",
4241 "Newtonsoft.Json.StringEscapeHandling",
4242 "Newtonsoft.Json.IArrayPool`1<Char>",
4243 "System.Char[]&"
4244 }, ReturnType = typeof(void))]
4245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringBuffer", Member = "EnsureSize", MemberParameters = new object[]
4246 {
4247 "Newtonsoft.Json.IArrayPool`1<Char>",
4248 typeof(int)
4249 }, ReturnType = typeof(void))]
4250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Selectable", Member = "get_allSelectablesArray", ReturnType = "UnityEngine.UI.Selectable[]")]
4251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Selectable", Member = "AllSelectablesNoAlloc", MemberParameters = new object[] { "UnityEngine.UI.Selectable[]" }, ReturnType = typeof(int))]
4252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Selectable", Member = "OnEnable", ReturnType = typeof(void))]
4253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLMv2_Session", MemberParameters = new object[]
4254 {
4255 typeof(string),
4256 "System.Byte[]",
4257 "System.Byte[]&",
4258 "System.Byte[]&"
4259 }, ReturnType = typeof(void))]
4260 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 60)]
4261 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
4262 {
4263 typeof(global::System.Array),
4264 typeof(int),
4265 typeof(global::System.Array),
4266 typeof(int),
4267 typeof(int)
4268 }, ReturnType = typeof(void))]
4269 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4270 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
4271 public static void Copy(global::System.Array sourceArray, global::System.Array destinationArray, int length)
4272 {
4273 throw null;
4274 }
4275
4276 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.MayCorruptInstance, global::System.Runtime.ConstrainedExecution.Cer.MayFail)]
4277 [global::Cpp2ILInjected.Token(Token = "0x6000C76")]
4278 [global::Cpp2ILInjected.Address(RVA = "0x1C576A0", Offset = "0x1C576A0", Length = "0x4F4")]
4279 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "FileCompressor", Member = "Compress", MemberParameters = new object[]
4281 {
4282 "System.Byte[]",
4283 typeof(int)
4284 }, ReturnType = "System.Byte[]")]
4285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationOperation_ReceiveFile", Member = "ProcessMessage", MemberParameters = new object[] { "SaveSynchronisationOperation.MessageId", "System.Byte[]" }, ReturnType = typeof(void))]
4286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationOperation_SendFile", Member = "SendNextChunk", ReturnType = typeof(void))]
4287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Telepathy.Common", Member = "SendMessagesBlocking", MemberParameters = new object[] { "System.Net.Sockets.NetworkStream", "System.Byte[][]" }, ReturnType = typeof(bool))]
4288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.PlayerDrawLayers", Member = "DrawPlayer_AddSelectionGlow", MemberParameters = new object[] { "Terraria.DataStructures.PlayerDrawSet&" }, ReturnType = typeof(void))]
4289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Globalization.Unicode.SortKeyBuffer), Member = "GetResult", ReturnType = typeof(global::System.Globalization.SortKey))]
4290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.DSAManaged), Member = "GenerateParams", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.DSAManaged), Member = "NormalizeArray", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
4292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.DSAManaged), Member = "CreateSignature", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
4293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.DSAManaged), Member = "VerifySignature", MemberParameters = new object[]
4294 {
4295 typeof(byte[]),
4296 typeof(byte[])
4297 }, ReturnType = typeof(bool))]
4298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "CopyTo", MemberParameters = new object[]
4299 {
4300 "T[]",
4301 typeof(int)
4302 }, ReturnType = typeof(void))]
4303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Resize", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4304 {
4305 "T[]&",
4306 typeof(int)
4307 }, ReturnType = typeof(void))]
4308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CopyTo", MemberParameters = new object[]
4309 {
4310 typeof(global::System.Array),
4311 typeof(int)
4312 }, ReturnType = typeof(void))]
4313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
4314 {
4315 typeof(global::System.Array),
4316 typeof(long),
4317 typeof(global::System.Array),
4318 typeof(long),
4319 typeof(long)
4320 }, ReturnType = typeof(void))]
4321 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__ICollection_CopyTo", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
4322 {
4323 "T[]",
4324 typeof(int)
4325 }, ReturnType = typeof(void))]
4326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
4327 {
4328 typeof(global::System.Array),
4329 typeof(global::System.Array),
4330 typeof(int)
4331 }, ReturnType = typeof(void))]
4332 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "ConstrainedCopy", MemberParameters = new object[]
4333 {
4334 typeof(global::System.Array),
4335 typeof(int),
4336 typeof(global::System.Array),
4337 typeof(int),
4338 typeof(int)
4339 }, ReturnType = typeof(void))]
4340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
4341 {
4342 typeof(global::System.Reflection.BindingFlags),
4343 typeof(global::System.Reflection.MethodBase[]),
4344 typeof(ref object[]),
4345 typeof(global::System.Reflection.ParameterModifier[]),
4346 typeof(global::System.Globalization.CultureInfo),
4347 typeof(string[]),
4348 typeof(ref object)
4349 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
4350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "ReorderArgumentArray", MemberParameters = new object[]
4351 {
4352 typeof(ref object[]),
4353 typeof(object)
4354 }, ReturnType = typeof(void))]
4355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.RuntimeType.ListBuilder`1", Member = "CopyTo", MemberParameters = new object[]
4356 {
4357 typeof(object[]),
4358 typeof(int)
4359 }, ReturnType = typeof(void))]
4360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesBase", MemberParameters = new object[]
4361 {
4362 typeof(global::System.Reflection.ICustomAttributeProvider),
4363 typeof(global::System.Type),
4364 typeof(bool)
4365 }, ReturnType = typeof(object[]))]
4366 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesDataBase", MemberParameters = new object[]
4367 {
4368 typeof(global::System.Reflection.ICustomAttributeProvider),
4369 typeof(global::System.Type),
4370 typeof(bool)
4371 }, ReturnType = typeof(global::System.Collections.Generic.IList<global::System.Reflection.CustomAttributeData>))]
4372 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MulticastDelegate), Member = "CombineImpl", MemberParameters = new object[] { typeof(global::System.Delegate) }, ReturnType = typeof(global::System.Delegate))]
4373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MulticastDelegate), Member = "RemoveImpl", MemberParameters = new object[] { typeof(global::System.Delegate) }, ReturnType = typeof(global::System.Delegate))]
4374 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ParameterizedStrings.LowLevelStack", Member = "Push", MemberParameters = new object[] { typeof(global::System.ParameterizedStrings.FormatParam) }, ReturnType = typeof(void))]
4375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "set_Capacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "set_Length", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityDocument), Member = "GuaranteeSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecureString), Member = "Alloc", MemberParameters = new object[]
4379 {
4380 typeof(int),
4381 typeof(bool)
4382 }, ReturnType = typeof(void))]
4383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RandomNumberGenerator), Member = "GetBytes", MemberParameters = new object[]
4384 {
4385 typeof(byte[]),
4386 typeof(int),
4387 typeof(int)
4388 }, ReturnType = typeof(void))]
4389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RijndaelManagedTransform), Member = ".ctor", MemberParameters = new object[]
4390 {
4391 typeof(byte[]),
4392 typeof(global::System.Security.Cryptography.CipherMode),
4393 typeof(byte[]),
4394 typeof(int),
4395 typeof(int),
4396 typeof(global::System.Security.Cryptography.PaddingMode),
4397 typeof(global::System.Security.Cryptography.RijndaelManagedTransformMode)
4398 }, ReturnType = typeof(void))]
4399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.FormatterServices), Member = "GetParentTypes", MemberParameters = new object[]
4400 {
4401 typeof(global::System.RuntimeType),
4402 typeof(ref global::System.RuntimeType[]),
4403 typeof(ref int)
4404 }, ReturnType = typeof(bool))]
4405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.ObjectReader), Member = "ParseArrayMember", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.ParseRecord) }, ReturnType = typeof(void))]
4406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.SerStack), Member = "IncreaseCapacity", ReturnType = typeof(void))]
4407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.SizedArray), Member = "IncreaseCapacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.IntSizedArray), Member = "IncreaseCapacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
4410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetMergedPatterns", MemberParameters = new object[]
4411 {
4412 typeof(string[]),
4413 typeof(string)
4414 }, ReturnType = typeof(string[]))]
4415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Queue), Member = "Clone", ReturnType = typeof(object))]
4416 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Queue), Member = "CopyTo", MemberParameters = new object[]
4417 {
4418 typeof(global::System.Array),
4419 typeof(int)
4420 }, ReturnType = typeof(void))]
4421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Queue), Member = "SetCapacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.SortedList.KeyList", Member = "CopyTo", MemberParameters = new object[]
4423 {
4424 typeof(global::System.Array),
4425 typeof(int)
4426 }, ReturnType = typeof(void))]
4427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.SortedList.ValueList", Member = "CopyTo", MemberParameters = new object[]
4428 {
4429 typeof(global::System.Array),
4430 typeof(int)
4431 }, ReturnType = typeof(void))]
4432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "set_Capacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "Clone", ReturnType = typeof(object))]
4434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "Insert", MemberParameters = new object[]
4435 {
4436 typeof(int),
4437 typeof(object),
4438 typeof(object)
4439 }, ReturnType = typeof(void))]
4440 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.SortedList), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4441 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Stack), Member = "Clone", ReturnType = typeof(object))]
4442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Stack), Member = "Push", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
4443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "set_Capacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4444 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "Clone", ReturnType = typeof(object))]
4445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "CopyTo", MemberParameters = new object[]
4446 {
4447 typeof(global::System.Array),
4448 typeof(int)
4449 }, ReturnType = typeof(void))]
4450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "CopyTo", MemberParameters = new object[]
4451 {
4452 typeof(int),
4453 typeof(global::System.Array),
4454 typeof(int),
4455 typeof(int)
4456 }, ReturnType = typeof(void))]
4457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "Insert", MemberParameters = new object[]
4458 {
4459 typeof(int),
4460 typeof(object)
4461 }, ReturnType = typeof(void))]
4462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "InsertRange", MemberParameters = new object[]
4463 {
4464 typeof(int),
4465 typeof(global::System.Collections.ICollection)
4466 }, ReturnType = typeof(void))]
4467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4468 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "RemoveRange", MemberParameters = new object[]
4469 {
4470 typeof(int),
4471 typeof(int)
4472 }, ReturnType = typeof(void))]
4473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "ToArray", ReturnType = typeof(object[]))]
4474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ArrayList), Member = "ToArray", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Array))]
4475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "GrowTable", MemberParameters = new object[] { "Tables<TKey, TValue>" }, ReturnType = typeof(void))]
4476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "Resize", MemberParameters = new object[]
4477 {
4478 typeof(int),
4479 typeof(bool)
4480 }, ReturnType = typeof(void))]
4481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "set_Capacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
4483 {
4484 typeof(global::System.Array),
4485 typeof(int)
4486 }, ReturnType = typeof(void))]
4487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "CopyTo", MemberParameters = new object[]
4488 {
4489 "T[]",
4490 typeof(int)
4491 }, ReturnType = typeof(void))]
4492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Insert", MemberParameters = new object[]
4493 {
4494 typeof(int),
4495 "T"
4496 }, ReturnType = typeof(void))]
4497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "InsertRange", MemberParameters = new object[]
4498 {
4499 typeof(int),
4500 "System.Collections.Generic.IEnumerable`1<T>"
4501 }, ReturnType = typeof(void))]
4502 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4503 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveRange", MemberParameters = new object[]
4504 {
4505 typeof(int),
4506 typeof(int)
4507 }, ReturnType = typeof(void))]
4508 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "ToArray", ReturnType = "T[]")]
4509 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.ArrayBuilder<>), Member = "EnsureCapacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LargeArrayBuilder<>), Member = "CopyTo", MemberParameters = new object[]
4511 {
4512 "T[]",
4513 typeof(int),
4514 typeof(int)
4515 }, ReturnType = typeof(void))]
4516 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LargeArrayBuilder<>), Member = "AllocateBuffer", ReturnType = typeof(void))]
4517 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Queue<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
4518 {
4519 typeof(global::System.Array),
4520 typeof(int)
4521 }, ReturnType = typeof(void))]
4522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Queue<>), Member = "ToArray", ReturnType = "T[]")]
4523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Queue<>), Member = "SetCapacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4524 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Stack<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
4525 {
4526 typeof(global::System.Array),
4527 typeof(int)
4528 }, ReturnType = typeof(void))]
4529 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "set_Capacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "CopyTo", MemberParameters = new object[]
4531 {
4532 "T[]",
4533 typeof(int)
4534 }, ReturnType = typeof(void))]
4535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "Insert", MemberParameters = new object[]
4536 {
4537 typeof(int),
4538 "T"
4539 }, ReturnType = typeof(void))]
4540 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "InsertRange", MemberParameters = new object[]
4541 {
4542 typeof(int),
4543 "System.Collections.Generic.IEnumerable`1<T>"
4544 }, ReturnType = typeof(void))]
4545 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.LowLevelList<>), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4546 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexBoyerMoore", Member = ".ctor", MemberParameters = new object[]
4547 {
4548 typeof(string),
4549 typeof(bool),
4550 typeof(bool),
4551 typeof(global::System.Globalization.CultureInfo)
4552 }, ReturnType = typeof(void))]
4553 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexRunner", Member = "DoubleTrack", ReturnType = typeof(void))]
4554 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexRunner", Member = "DoubleStack", ReturnType = typeof(void))]
4555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexRunner", Member = "DoubleCrawl", ReturnType = typeof(void))]
4556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HostHeaderString", Member = "Copy", MemberParameters = new object[]
4557 {
4558 "System.Byte[]",
4559 typeof(int)
4560 }, ReturnType = typeof(void))]
4561 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.AixNetworkInterfaceAPI", Member = "GetAllNetworkInterfaces", ReturnType = "System.Net.NetworkInformation.NetworkInterface[]")]
4562 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.LinuxNetworkInterfaceAPI", Member = "GetAllNetworkInterfaces", ReturnType = "System.Net.NetworkInformation.NetworkInterface[]")]
4563 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.MacOsNetworkInterfaceAPI", Member = "GetAllNetworkInterfaces", ReturnType = "System.Net.NetworkInformation.NetworkInterface[]")]
4564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Security.NegotiateStreamPal", Member = "MakeSignature", MemberParameters = new object[]
4565 {
4566 "System.Net.Security.SafeDeleteContext",
4567 "System.Byte[]",
4568 typeof(int),
4569 typeof(int),
4570 "System.Byte[]&"
4571 }, ReturnType = typeof(int))]
4572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeCollection", Member = "FromExisting", MemberParameters = new object[] { "System.ComponentModel.AttributeCollection", "System.Attribute[]" }, ReturnType = "System.ComponentModel.AttributeCollection")]
4573 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AttributeCollection", Member = "CopyTo", MemberParameters = new object[]
4574 {
4575 typeof(global::System.Array),
4576 typeof(int)
4577 }, ReturnType = typeof(void))]
4578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
4579 {
4580 typeof(global::System.Array),
4581 typeof(int)
4582 }, ReturnType = typeof(void))]
4583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection", Member = "EnsureEventsOwned", ReturnType = typeof(void))]
4584 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection", Member = "EnsureSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4585 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection", Member = "Insert", MemberParameters = new object[]
4586 {
4587 typeof(int),
4588 "System.ComponentModel.EventDescriptor"
4589 }, ReturnType = typeof(void))]
4590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EventDescriptorCollection", Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "CopyTo", MemberParameters = new object[]
4592 {
4593 typeof(global::System.Array),
4594 typeof(int)
4595 }, ReturnType = typeof(void))]
4596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "EnsurePropsOwned", ReturnType = typeof(void))]
4597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "EnsureSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "Insert", MemberParameters = new object[]
4599 {
4600 typeof(int),
4601 "System.ComponentModel.PropertyDescriptor"
4602 }, ReturnType = typeof(void))]
4603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
4605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection", Member = "System.Collections.IDictionary.get_Values", ReturnType = typeof(global::System.Collections.ICollection))]
4606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container", Member = "Add", MemberParameters = new object[]
4607 {
4608 "System.ComponentModel.IComponent",
4609 typeof(string)
4610 }, ReturnType = typeof(void))]
4611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Container", Member = "Remove", MemberParameters = new object[]
4612 {
4613 "System.ComponentModel.IComponent",
4614 typeof(bool)
4615 }, ReturnType = typeof(void))]
4616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData", Member = "GetAttributes", ReturnType = "System.ComponentModel.AttributeCollection")]
4617 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetEvents", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.EventDescriptor[]")]
4618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectTypeDescriptionProvider", Member = "ReflectGetProperties", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = "System.ComponentModel.PropertyDescriptor[]")]
4619 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TypeDescriptor.AttributeProvider.AttributeTypeDescriptor", Member = "GetAttributes", ReturnType = "System.ComponentModel.AttributeCollection")]
4620 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Concurrent.BlockingCollection`1", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
4621 {
4622 typeof(global::System.Array),
4623 typeof(int)
4624 }, ReturnType = typeof(void))]
4625 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.KeyList", Member = "CopyTo", MemberParameters = new object[]
4626 {
4627 "TKey[]",
4628 typeof(int)
4629 }, ReturnType = typeof(void))]
4630 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.KeyList", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
4631 {
4632 typeof(global::System.Array),
4633 typeof(int)
4634 }, ReturnType = typeof(void))]
4635 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.ValueList", Member = "CopyTo", MemberParameters = new object[]
4636 {
4637 "TValue[]",
4638 typeof(int)
4639 }, ReturnType = typeof(void))]
4640 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.ValueList", Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
4641 {
4642 typeof(global::System.Array),
4643 typeof(int)
4644 }, ReturnType = typeof(void))]
4645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "set_Capacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4646 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "Insert", MemberParameters = new object[]
4647 {
4648 typeof(int),
4649 "TKey",
4650 "TValue"
4651 }, ReturnType = typeof(void))]
4652 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4653 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.BinHexDecoder", Member = "Decode", MemberParameters = new object[]
4654 {
4655 "System.Char[]",
4656 typeof(bool)
4657 }, ReturnType = "System.Byte[]")]
4658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlEventCache", Member = "ToBytes", MemberParameters = new object[]
4659 {
4660 "System.Byte[]",
4661 typeof(int),
4662 typeof(int)
4663 }, ReturnType = "System.Byte[]")]
4664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "AddDefaultAttributesAndNormalize", ReturnType = typeof(void))]
4665 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "AttributeDuplCheck", ReturnType = typeof(void))]
4666 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "AllocNode", MemberParameters = new object[]
4667 {
4668 typeof(int),
4669 typeof(int)
4670 }, ReturnType = "System.Xml.XmlTextReaderImpl.NodeData")]
4671 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl", Member = "PushParsingState", ReturnType = typeof(void))]
4672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.DtdParser", Member = "ParseCondSection", ReturnType = typeof(void))]
4673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlNamespaceManager", Member = "AddNamespace", MemberParameters = new object[]
4674 {
4675 typeof(string),
4676 typeof(string)
4677 }, ReturnType = typeof(void))]
4678 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringBuffer", Member = "Append", MemberParameters = new object[]
4679 {
4680 "Newtonsoft.Json.IArrayPool`1<Char>",
4681 "System.Char[]",
4682 typeof(int),
4683 typeof(int)
4684 }, ReturnType = typeof(void))]
4685 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonReader", Member = "ReadString", ReturnType = typeof(string))]
4686 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonReader", Member = "GetString", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
4687 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ConstructExtraField", MemberParameters = new object[] { typeof(bool) }, ReturnType = "System.Byte[]")]
4688 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "PostProcessOutput", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = typeof(void))]
4689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutput", Member = "WriteCentralDirectoryStructure", MemberParameters = new object[]
4690 {
4691 typeof(global::System.IO.Stream),
4692 "System.Collections.Generic.ICollection`1<ZipEntry>",
4693 typeof(uint),
4694 "Ionic.Zip.Zip64Option",
4695 typeof(string),
4696 "Ionic.Zip.ZipContainer"
4697 }, ReturnType = typeof(bool))]
4698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutput", Member = "GenCentralDirectoryFooter", MemberParameters = new object[]
4699 {
4700 typeof(long),
4701 typeof(long),
4702 "Ionic.Zip.Zip64Option",
4703 typeof(int),
4704 typeof(string),
4705 "Ionic.Zip.ZipContainer"
4706 }, ReturnType = "System.Byte[]")]
4707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutput", Member = "GenZip64EndOfCentralDirectory", MemberParameters = new object[]
4708 {
4709 typeof(long),
4710 typeof(long),
4711 typeof(int),
4712 typeof(uint)
4713 }, ReturnType = "System.Byte[]")]
4714 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateManager", Member = "put_bytes", MemberParameters = new object[]
4715 {
4716 "System.Byte[]",
4717 typeof(int),
4718 typeof(int)
4719 }, ReturnType = typeof(void))]
4720 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateManager", Member = "copy_block", MemberParameters = new object[]
4721 {
4722 typeof(int),
4723 typeof(int),
4724 typeof(bool)
4725 }, ReturnType = typeof(void))]
4726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateManager", Member = "_fillWindow", ReturnType = typeof(void))]
4727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateManager", Member = "SetDictionary", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(int))]
4728 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "EmitHeader", ReturnType = typeof(int))]
4729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.InflateBlocks", Member = "Process", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
4730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.InflateBlocks", Member = "SetDictionary", MemberParameters = new object[]
4731 {
4732 "System.Byte[]",
4733 typeof(int),
4734 typeof(int)
4735 }, ReturnType = typeof(void))]
4736 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.InflateBlocks", Member = "Flush", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
4737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.InflateCodes", Member = "InflateFast", MemberParameters = new object[]
4738 {
4739 typeof(int),
4740 typeof(int),
4741 "System.Int32[]",
4742 typeof(int),
4743 "System.Int32[]",
4744 typeof(int),
4745 "Ionic.Zlib.InflateBlocks",
4746 "Ionic.Zlib.ZlibCodec"
4747 }, ReturnType = typeof(int))]
4748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.InflateManager", Member = "SetDictionary", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(int))]
4749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.InfTree", Member = "huft_build", MemberParameters = new object[]
4750 {
4751 "System.Int32[]",
4752 typeof(int),
4753 typeof(int),
4754 typeof(int),
4755 "System.Int32[]",
4756 "System.Int32[]",
4757 "System.Int32[]",
4758 "System.Int32[]",
4759 "System.Int32[]",
4760 "System.Int32[]",
4761 "System.Int32[]"
4762 }, ReturnType = typeof(int))]
4763 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "finish", ReturnType = typeof(void))]
4764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibCodec", Member = "flush_pending", ReturnType = typeof(void))]
4765 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibCodec", Member = "read_buf", MemberParameters = new object[]
4766 {
4767 "System.Byte[]",
4768 typeof(int),
4769 typeof(int)
4770 }, ReturnType = typeof(int))]
4771 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLMv2", MemberParameters = new object[]
4772 {
4773 "Mono.Security.Protocol.Ntlm.Type2Message",
4774 typeof(string),
4775 typeof(string),
4776 typeof(string)
4777 }, ReturnType = "System.Byte[]")]
4778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Linq.Lookup`2.Grouping", Member = "System.Collections.Generic.ICollection<TElement>.CopyTo", MemberParameters = new object[]
4779 {
4780 "TElement[]",
4781 typeof(int)
4782 }, ReturnType = typeof(void))]
4783 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Linq.Set`1", Member = "Resize", ReturnType = typeof(void))]
4784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Linq.Buffer`1", Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TElement>" }, ReturnType = typeof(void))]
4785 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Linq.Buffer`1", Member = "ToArray", ReturnType = "TElement[]")]
4786 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.HashSet`1", Member = "SetCapacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigInteger", Member = ".ctor", MemberParameters = new object[]
4788 {
4789 "System.ReadOnlySpan`1<Byte>",
4790 typeof(bool),
4791 typeof(bool)
4792 }, ReturnType = typeof(void))]
4793 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigInteger", Member = ".ctor", MemberParameters = new object[]
4794 {
4795 "System.UInt32[]",
4796 typeof(bool)
4797 }, ReturnType = typeof(void))]
4798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigInteger", Member = "op_RightShift", MemberParameters = new object[]
4799 {
4800 "System.Numerics.BigInteger",
4801 typeof(int)
4802 }, ReturnType = "System.Numerics.BigInteger")]
4803 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 241)]
4804 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
4805 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
4806 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", ReturnType = typeof(void))]
4807 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4808 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RankException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4809 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
4810 {
4811 typeof(string),
4812 typeof(string)
4813 }, ReturnType = typeof(void))]
4814 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4815 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
4816 {
4817 typeof(string),
4818 typeof(string)
4819 }, ReturnType = typeof(void))]
4820 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "CreateArrayTypeMismatchException", ReturnType = typeof(global::System.ArrayTypeMismatchException))]
4821 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "CanAssignArrayElement", MemberParameters = new object[]
4822 {
4823 typeof(global::System.Type),
4824 typeof(global::System.Type)
4825 }, ReturnType = typeof(bool))]
4826 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 60)]
4827 public static void Copy(global::System.Array sourceArray, int sourceIndex, global::System.Array destinationArray, int destinationIndex, int length)
4828 {
4829 throw null;
4830 }
4831
4832 [global::Cpp2ILInjected.Token(Token = "0x6000C77")]
4833 [global::Cpp2ILInjected.Address(RVA = "0x1C5A720", Offset = "0x1C5A720", Length = "0x54")]
4834 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
4835 {
4836 typeof(global::System.Array),
4837 typeof(int),
4838 typeof(global::System.Array),
4839 typeof(int),
4840 typeof(int)
4841 }, ReturnType = typeof(void))]
4842 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
4843 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArrayTypeMismatchException), Member = ".ctor", ReturnType = typeof(void))]
4844 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
4845 private static global::System.ArrayTypeMismatchException CreateArrayTypeMismatchException()
4846 {
4847 throw null;
4848 }
4849
4850 [global::Cpp2ILInjected.Token(Token = "0x6000C78")]
4851 [global::Cpp2ILInjected.Address(RVA = "0x1C5A774", Offset = "0x1C5A774", Length = "0xCC")]
4852 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4853 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
4854 {
4855 typeof(global::System.Array),
4856 typeof(int),
4857 typeof(global::System.Array),
4858 typeof(int),
4859 typeof(int)
4860 }, ReturnType = typeof(void))]
4861 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
4862 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsInterface", ReturnType = typeof(bool))]
4863 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
4864 private static bool CanAssignArrayElement(global::System.Type source, global::System.Type target)
4865 {
4866 throw null;
4867 }
4868
4869 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
4870 [global::Cpp2ILInjected.Token(Token = "0x6000C79")]
4871 [global::Cpp2ILInjected.Address(RVA = "0x1C5A840", Offset = "0x1C5A840", Length = "0x4")]
4872 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "ArrayAppend", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]&", "T[]" }, ReturnType = typeof(void))]
4873 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
4874 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
4875 {
4876 typeof(global::System.Array),
4877 typeof(int),
4878 typeof(global::System.Array),
4879 typeof(int),
4880 typeof(int)
4881 }, ReturnType = typeof(void))]
4882 public static void ConstrainedCopy(global::System.Array sourceArray, int sourceIndex, global::System.Array destinationArray, int destinationIndex, int length)
4883 {
4884 throw null;
4885 }
4886
4887 [global::Cpp2ILInjected.Token(Token = "0x6000C7A")]
4888 [global::Cpp2ILInjected.Address(RVA = "0x14D79B8", Offset = "0x14D79B8", Length = "0x4C")]
4889 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
4890 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4891 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
4892 public static T[] Empty<T>()
4893 {
4894 throw null;
4895 }
4896
4897 [global::Cpp2ILInjected.Token(Token = "0x6000C7B")]
4898 [global::Cpp2ILInjected.Address(RVA = "0x1C5A844", Offset = "0x1C5A844", Length = "0x4")]
4899 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4900 public void Initialize()
4901 {
4902 throw null;
4903 }
4904
4905 [global::Cpp2ILInjected.Token(Token = "0x6000C7C")]
4906 [global::Cpp2ILInjected.Address(RVA = "0x14DD390", Offset = "0x14DD390", Length = "0x60")]
4907 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
4908 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4909 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4910 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
4911 private static int IndexOfImpl<T>(T[] array, T value, int startIndex, int count)
4912 {
4913 throw null;
4914 }
4915
4916 [global::Cpp2ILInjected.Token(Token = "0x6000C7D")]
4917 [global::Cpp2ILInjected.Address(RVA = "0x1562DA8", Offset = "0x1562DA8", Length = "0x58")]
4918 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
4919 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4920 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4921 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
4922 private static int LastIndexOfImpl<T>(T[] array, T value, int startIndex, int count)
4923 {
4924 throw null;
4925 }
4926
4927 [global::Cpp2ILInjected.Token(Token = "0x6000C7E")]
4928 [global::Cpp2ILInjected.Address(RVA = "0x1C59F74", Offset = "0x1C59F74", Length = "0xF0")]
4929 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
4930 {
4931 typeof(global::System.Array),
4932 typeof(global::System.Array),
4933 typeof(int),
4934 typeof(int),
4935 typeof(global::System.Collections.IComparer)
4936 }, ReturnType = typeof(void))]
4937 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
4938 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = ".ctor", MemberParameters = new object[]
4939 {
4940 typeof(global::System.Array),
4941 typeof(global::System.Array),
4942 typeof(global::System.Collections.IComparer)
4943 }, ReturnType = typeof(void))]
4944 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "Sort", MemberParameters = new object[]
4945 {
4946 typeof(int),
4947 typeof(int)
4948 }, ReturnType = typeof(void))]
4949 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = ".ctor", MemberParameters = new object[]
4950 {
4951 typeof(object[]),
4952 typeof(object[]),
4953 typeof(global::System.Collections.IComparer)
4954 }, ReturnType = typeof(void))]
4955 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntrospectiveSort", MemberParameters = new object[]
4956 {
4957 typeof(int),
4958 typeof(int)
4959 }, ReturnType = typeof(void))]
4960 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
4961 private static void SortImpl(global::System.Array keys, global::System.Array items, int index, int length, global::System.Collections.IComparer comparer)
4962 {
4963 throw null;
4964 }
4965
4966 [global::Cpp2ILInjected.Token(Token = "0x6000C7F")]
4967 [global::Cpp2ILInjected.Address(RVA = "0x157178C", Offset = "0x157178C", Length = "0xC")]
4968 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
4969 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4970 internal static T UnsafeLoad<T>(T[] array, int index)
4971 {
4972 throw null;
4973 }
4974
4975 [global::Cpp2ILInjected.Token(Token = "0x6000C80")]
4976 [global::Cpp2ILInjected.Address(RVA = "0x15717A8", Offset = "0x15717A8", Length = "0xC")]
4977 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
4978 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4979 internal static void UnsafeStore<T>(T[] array, int index, T value)
4980 {
4981 throw null;
4982 }
4983
4984 [global::Cpp2ILInjected.Token(Token = "0x6000C81")]
4985 [global::Cpp2ILInjected.Address(RVA = "0x1571798", Offset = "0x1571798", Length = "0x8")]
4986 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
4987 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4988 internal static R UnsafeMov<S, R>(S instance)
4989 {
4990 throw null;
4991 }
4992
4993 [global::Cpp2ILInjected.Token(Token = "0x2000135")]
4994 private sealed class ArrayEnumerator : global::System.Collections.IEnumerator, global::System.ICloneable
4995 {
4996 [global::Cpp2ILInjected.Token(Token = "0x6000C82")]
4997 [global::Cpp2ILInjected.Address(RVA = "0x1C5A0D4", Offset = "0x1C5A0D4", Length = "0x3C")]
4998 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4999 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
5000 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
5001 internal ArrayEnumerator(global::System.Array array)
5002 {
5003 throw null;
5004 }
5005
5006 [global::Cpp2ILInjected.Token(Token = "0x6000C83")]
5007 [global::Cpp2ILInjected.Address(RVA = "0x1C5A8C8", Offset = "0x1C5A8C8", Length = "0x28")]
5008 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5009 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5010 public bool MoveNext()
5011 {
5012 throw null;
5013 }
5014
5015 [global::Cpp2ILInjected.Token(Token = "0x6000C84")]
5016 [global::Cpp2ILInjected.Address(RVA = "0x1C5A8F0", Offset = "0x1C5A8F0", Length = "0xC")]
5017 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5018 public void Reset()
5019 {
5020 throw null;
5021 }
5022
5023 [global::Cpp2ILInjected.Token(Token = "0x6000C85")]
5024 [global::Cpp2ILInjected.Address(RVA = "0x1C5A8FC", Offset = "0x1C5A8FC", Length = "0x8")]
5025 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5026 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "MemberwiseClone", ReturnType = typeof(object))]
5027 public object Clone()
5028 {
5029 throw null;
5030 }
5031
5032 [global::Cpp2ILInjected.Token(Token = "0x17000112")]
5033 public object Current
5034 {
5035 [global::Cpp2ILInjected.Token(Token = "0x6000C86")]
5036 [global::Cpp2ILInjected.Address(RVA = "0x1C5A904", Offset = "0x1C5A904", Length = "0xFC")]
5037 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5038 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5039 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
5040 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
5041 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
5042 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
5043 get
5044 {
5045 throw null;
5046 }
5047 }
5048
5049 [global::Cpp2ILInjected.Token(Token = "0x40004D1")]
5050 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
5051 private global::System.Array _array;
5052
5053 [global::Cpp2ILInjected.Token(Token = "0x40004D2")]
5054 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
5055 private int _index;
5056
5057 [global::Cpp2ILInjected.Token(Token = "0x40004D3")]
5058 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
5059 private int _endIndex;
5060 }
5061
5062 [global::Cpp2ILInjected.Token(Token = "0x2000136")]
5063 [StructLayout(0)]
5064 private class RawData
5065 {
5066 [global::Cpp2ILInjected.Token(Token = "0x40004D4")]
5067 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
5068 public global::System.IntPtr Bounds;
5069
5070 [global::Cpp2ILInjected.Token(Token = "0x40004D5")]
5071 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
5072 public global::System.IntPtr Count;
5073
5074 [global::Cpp2ILInjected.Token(Token = "0x40004D6")]
5075 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
5076 public byte Data;
5077 }
5078
5079 [global::Cpp2ILInjected.Token(Token = "0x2000137")]
5080 internal struct InternalEnumerator<T> : global::System.Collections.Generic.IEnumerator<T>, global::System.IDisposable, global::System.Collections.IEnumerator
5081 {
5082 [global::Cpp2ILInjected.Token(Token = "0x6000C87")]
5083 [global::Cpp2ILInjected.Address(RVA = "0x16BD038", Offset = "0x16BD038", Length = "0x10")]
5084 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__IEnumerable_GetEnumerator", MemberTypeParameters = new object[] { "T" }, ReturnType = "System.Collections.Generic.IEnumerator`1<T>")]
5086 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5087 internal InternalEnumerator(global::System.Array array)
5088 {
5089 throw null;
5090 }
5091
5092 [global::Cpp2ILInjected.Token(Token = "0x6000C88")]
5093 [global::Cpp2ILInjected.Address(RVA = "0x16BD048", Offset = "0x16BD048", Length = "0x4")]
5094 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5095 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5096 public void Dispose()
5097 {
5098 throw null;
5099 }
5100
5101 [global::Cpp2ILInjected.Token(Token = "0x6000C89")]
5102 [global::Cpp2ILInjected.Address(RVA = "0x16BD04C", Offset = "0x16BD04C", Length = "0x48")]
5103 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5104 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
5107 public bool MoveNext()
5108 {
5109 throw null;
5110 }
5111
5112 [global::Cpp2ILInjected.Token(Token = "0x17000113")]
5113 public T Current
5114 {
5115 [global::Cpp2ILInjected.Token(Token = "0x6000C8A")]
5116 [global::Cpp2ILInjected.Address(RVA = "0x16BD094", Offset = "0x16BD094", Length = "0x118")]
5117 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5118 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.InternalEnumerator<>), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
5120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
5122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
5123 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
5124 get
5125 {
5126 throw null;
5127 }
5128 }
5129
5130 [global::Cpp2ILInjected.Token(Token = "0x6000C8B")]
5131 [global::Cpp2ILInjected.Address(RVA = "0x16BD1AC", Offset = "0x16BD1AC", Length = "0xC")]
5132 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5133 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5135 {
5136 throw null;
5137 }
5138
5139 [global::Cpp2ILInjected.Token(Token = "0x17000114")]
5141 {
5142 [global::Cpp2ILInjected.Token(Token = "0x6000C8C")]
5143 [global::Cpp2ILInjected.Address(RVA = "0x16BD1B8", Offset = "0x16BD1B8", Length = "0x7C")]
5144 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5145 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5146 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.InternalEnumerator<>), Member = "get_Current", ReturnType = "T")]
5147 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
5148 get
5149 {
5150 throw null;
5151 }
5152 }
5153
5154 [global::Cpp2ILInjected.Token(Token = "0x40004D7")]
5155 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
5156 private readonly global::System.Array array;
5157
5158 [global::Cpp2ILInjected.Token(Token = "0x40004D8")]
5159 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
5160 private int idx;
5161 }
5162
5163 [global::Cpp2ILInjected.Token(Token = "0x2000138")]
5164 internal class EmptyInternalEnumerator<T> : global::System.Collections.Generic.IEnumerator<T>, global::System.IDisposable, global::System.Collections.IEnumerator
5165 {
5166 [global::Cpp2ILInjected.Token(Token = "0x6000C8D")]
5167 [global::Cpp2ILInjected.Address(RVA = "0x1623598", Offset = "0x1623598", Length = "0x4")]
5168 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5170 public void Dispose()
5171 {
5172 throw null;
5173 }
5174
5175 [global::Cpp2ILInjected.Token(Token = "0x6000C8E")]
5176 [global::Cpp2ILInjected.Address(RVA = "0x162359C", Offset = "0x162359C", Length = "0x8")]
5177 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5178 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5179 public bool MoveNext()
5180 {
5181 throw null;
5182 }
5183
5184 [global::Cpp2ILInjected.Token(Token = "0x17000115")]
5185 public T Current
5186 {
5187 [global::Cpp2ILInjected.Token(Token = "0x6000C8F")]
5188 [global::Cpp2ILInjected.Address(RVA = "0x16235A4", Offset = "0x16235A4", Length = "0x4C")]
5189 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5190 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
5192 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
5193 get
5194 {
5195 throw null;
5196 }
5197 }
5198
5199 [global::Cpp2ILInjected.Token(Token = "0x17000116")]
5201 {
5202 [global::Cpp2ILInjected.Token(Token = "0x6000C90")]
5203 [global::Cpp2ILInjected.Address(RVA = "0x16235F0", Offset = "0x16235F0", Length = "0x50")]
5204 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5205 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5206 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5207 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
5208 get
5209 {
5210 throw null;
5211 }
5212 }
5213
5214 [global::Cpp2ILInjected.Token(Token = "0x6000C91")]
5215 [global::Cpp2ILInjected.Address(RVA = "0x1623640", Offset = "0x1623640", Length = "0x4")]
5216 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5217 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5219 {
5220 throw null;
5221 }
5222
5223 [global::Cpp2ILInjected.Token(Token = "0x6000C92")]
5224 [global::Cpp2ILInjected.Address(RVA = "0x1623644", Offset = "0x1623644", Length = "0x8")]
5225 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5226 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
5229 {
5230 throw null;
5231 }
5232
5233 // Note: this type is marked as 'beforefieldinit'.
5234 [global::Cpp2ILInjected.Token(Token = "0x6000C93")]
5235 [global::Cpp2ILInjected.Address(RVA = "0x162364C", Offset = "0x162364C", Length = "0xEC")]
5236 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5237 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5238 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5239 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
5241 {
5242 throw null;
5243 }
5244
5245 [global::Cpp2ILInjected.Token(Token = "0x40004D9")]
5246 public static readonly global::System.Array.EmptyInternalEnumerator<T> Value;
5247 }
5248
5249 [global::Cpp2ILInjected.Token(Token = "0x2000139")]
5250 private struct SorterObjectArray
5251 {
5252 [global::Cpp2ILInjected.Token(Token = "0x6000C94")]
5253 [global::Cpp2ILInjected.Address(RVA = "0x1C5A848", Offset = "0x1C5A848", Length = "0x7C")]
5254 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "SortImpl", MemberParameters = new object[]
5255 {
5256 typeof(global::System.Array),
5257 typeof(global::System.Array),
5258 typeof(int),
5259 typeof(int),
5260 typeof(global::System.Collections.IComparer)
5261 }, ReturnType = typeof(void))]
5262 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5263 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
5264 internal SorterObjectArray(object[] keys, object[] items, global::System.Collections.IComparer comparer)
5265 {
5266 throw null;
5267 }
5268
5269 [global::Cpp2ILInjected.Token(Token = "0x6000C95")]
5270 [global::Cpp2ILInjected.Address(RVA = "0x1C5AA00", Offset = "0x1C5AA00", Length = "0x19C")]
5271 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntroSort", MemberParameters = new object[]
5273 {
5274 typeof(int),
5275 typeof(int),
5276 typeof(int)
5277 }, ReturnType = typeof(void))]
5278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "PickPivotAndPartition", MemberParameters = new object[]
5279 {
5280 typeof(int),
5281 typeof(int)
5282 }, ReturnType = typeof(int))]
5283 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
5284 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
5285 internal void SwapIfGreaterWithItems(int a, int b)
5286 {
5287 throw null;
5288 }
5289
5290 [global::Cpp2ILInjected.Token(Token = "0x6000C96")]
5291 [global::Cpp2ILInjected.Address(RVA = "0x1C5AB9C", Offset = "0x1C5AB9C", Length = "0xF0")]
5292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "PickPivotAndPartition", MemberParameters = new object[]
5293 {
5294 typeof(int),
5295 typeof(int)
5296 }, ReturnType = typeof(int))]
5297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "Heapsort", MemberParameters = new object[]
5298 {
5299 typeof(int),
5300 typeof(int)
5301 }, ReturnType = typeof(void))]
5302 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
5303 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
5304 private void Swap(int i, int j)
5305 {
5306 throw null;
5307 }
5308
5309 [global::Cpp2ILInjected.Token(Token = "0x6000C97")]
5310 [global::Cpp2ILInjected.Address(RVA = "0x1C5A8C4", Offset = "0x1C5A8C4", Length = "0x4")]
5311 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntrospectiveSort", MemberParameters = new object[]
5313 {
5314 typeof(int),
5315 typeof(int)
5316 }, ReturnType = typeof(void))]
5317 internal void Sort(int left, int length)
5318 {
5319 throw null;
5320 }
5321
5322 [global::Cpp2ILInjected.Token(Token = "0x6000C98")]
5323 [global::Cpp2ILInjected.Address(RVA = "0x1C5AC8C", Offset = "0x1C5AC8C", Length = "0x140")]
5324 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "Sort", MemberParameters = new object[]
5326 {
5327 typeof(int),
5328 typeof(int)
5329 }, ReturnType = typeof(void))]
5330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "SortImpl", MemberParameters = new object[]
5331 {
5332 typeof(global::System.Array),
5333 typeof(global::System.Array),
5334 typeof(int),
5335 typeof(int),
5336 typeof(global::System.Collections.IComparer)
5337 }, ReturnType = typeof(void))]
5338 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
5339 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.IntrospectiveSortUtilities), Member = "FloorLog2PlusOne", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
5340 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntroSort", MemberParameters = new object[]
5341 {
5342 typeof(int),
5343 typeof(int),
5344 typeof(int)
5345 }, ReturnType = typeof(void))]
5346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.IntrospectiveSortUtilities), Member = "ThrowOrIgnoreBadComparer", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
5347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[]
5348 {
5349 typeof(string),
5350 typeof(global::System.Exception)
5351 }, ReturnType = typeof(void))]
5352 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
5353 private void IntrospectiveSort(int left, int length)
5354 {
5355 throw null;
5356 }
5357
5358 [global::Cpp2ILInjected.Token(Token = "0x6000C99")]
5359 [global::Cpp2ILInjected.Address(RVA = "0x1C5ADCC", Offset = "0x1C5ADCC", Length = "0x114")]
5360 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntrospectiveSort", MemberParameters = new object[]
5362 {
5363 typeof(int),
5364 typeof(int)
5365 }, ReturnType = typeof(void))]
5366 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntroSort", MemberParameters = new object[]
5367 {
5368 typeof(int),
5369 typeof(int),
5370 typeof(int)
5371 }, ReturnType = typeof(void))]
5372 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
5373 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "PickPivotAndPartition", MemberParameters = new object[]
5374 {
5375 typeof(int),
5376 typeof(int)
5377 }, ReturnType = typeof(int))]
5378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntroSort", MemberParameters = new object[]
5379 {
5380 typeof(int),
5381 typeof(int),
5382 typeof(int)
5383 }, ReturnType = typeof(void))]
5384 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "Heapsort", MemberParameters = new object[]
5385 {
5386 typeof(int),
5387 typeof(int)
5388 }, ReturnType = typeof(void))]
5389 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "SwapIfGreaterWithItems", MemberParameters = new object[]
5390 {
5391 typeof(int),
5392 typeof(int)
5393 }, ReturnType = typeof(void))]
5394 private void IntroSort(int lo, int hi, int depthLimit)
5395 {
5396 throw null;
5397 }
5398
5399 [global::Cpp2ILInjected.Token(Token = "0x6000C9A")]
5400 [global::Cpp2ILInjected.Address(RVA = "0x1C5B190", Offset = "0x1C5B190", Length = "0x1EC")]
5401 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntroSort", MemberParameters = new object[]
5403 {
5404 typeof(int),
5405 typeof(int),
5406 typeof(int)
5407 }, ReturnType = typeof(void))]
5408 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5409 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "SwapIfGreaterWithItems", MemberParameters = new object[]
5410 {
5411 typeof(int),
5412 typeof(int)
5413 }, ReturnType = typeof(void))]
5414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "Swap", MemberParameters = new object[]
5415 {
5416 typeof(int),
5417 typeof(int)
5418 }, ReturnType = typeof(void))]
5419 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
5420 private int PickPivotAndPartition(int lo, int hi)
5421 {
5422 throw null;
5423 }
5424
5425 [global::Cpp2ILInjected.Token(Token = "0x6000C9B")]
5426 [global::Cpp2ILInjected.Address(RVA = "0x1C5B0F0", Offset = "0x1C5B0F0", Length = "0xA0")]
5427 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "IntroSort", MemberParameters = new object[]
5429 {
5430 typeof(int),
5431 typeof(int),
5432 typeof(int)
5433 }, ReturnType = typeof(void))]
5434 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5435 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "DownHeap", MemberParameters = new object[]
5436 {
5437 typeof(int),
5438 typeof(int),
5439 typeof(int)
5440 }, ReturnType = typeof(void))]
5441 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterObjectArray), Member = "Swap", MemberParameters = new object[]
5442 {
5443 typeof(int),
5444 typeof(int)
5445 }, ReturnType = typeof(void))]
5446 private void Heapsort(int lo, int hi)
5447 {
5448 throw null;
5449 }
5450
5451 [global::Cpp2ILInjected.Token(Token = "0x6000C9C")]
5452 [global::Cpp2ILInjected.Address(RVA = "0x1C5B37C", Offset = "0x1C5B37C", Length = "0x2B0")]
5453 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterObjectArray), Member = "Heapsort", MemberParameters = new object[]
5455 {
5456 typeof(int),
5457 typeof(int)
5458 }, ReturnType = typeof(void))]
5459 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
5460 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
5461 private void DownHeap(int i, int n, int lo)
5462 {
5463 throw null;
5464 }
5465
5466 [global::Cpp2ILInjected.Token(Token = "0x6000C9D")]
5467 [global::Cpp2ILInjected.Address(RVA = "0x1C5AEE0", Offset = "0x1C5AEE0", Length = "0x210")]
5468 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5469 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5470 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
5471 private void InsertionSort(int lo, int hi)
5472 {
5473 throw null;
5474 }
5475
5476 [global::Cpp2ILInjected.Token(Token = "0x40004DA")]
5477 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
5478 private object[] keys;
5479
5480 [global::Cpp2ILInjected.Token(Token = "0x40004DB")]
5481 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
5482 private object[] items;
5483
5484 [global::Cpp2ILInjected.Token(Token = "0x40004DC")]
5485 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
5486 private global::System.Collections.IComparer comparer;
5487 }
5488
5489 [global::Cpp2ILInjected.Token(Token = "0x200013A")]
5490 private struct SorterGenericArray
5491 {
5492 [global::Cpp2ILInjected.Token(Token = "0x6000C9E")]
5493 [global::Cpp2ILInjected.Address(RVA = "0x1C5B62C", Offset = "0x1C5B62C", Length = "0x7C")]
5494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "SortImpl", MemberParameters = new object[]
5495 {
5496 typeof(global::System.Array),
5497 typeof(global::System.Array),
5498 typeof(int),
5499 typeof(int),
5500 typeof(global::System.Collections.IComparer)
5501 }, ReturnType = typeof(void))]
5502 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5503 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
5504 internal SorterGenericArray(global::System.Array keys, global::System.Array items, global::System.Collections.IComparer comparer)
5505 {
5506 throw null;
5507 }
5508
5509 [global::Cpp2ILInjected.Token(Token = "0x6000C9F")]
5510 [global::Cpp2ILInjected.Address(RVA = "0x1C5B6A8", Offset = "0x1C5B6A8", Length = "0x1AC")]
5511 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "IntroSort", MemberParameters = new object[]
5513 {
5514 typeof(int),
5515 typeof(int),
5516 typeof(int)
5517 }, ReturnType = typeof(void))]
5518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "PickPivotAndPartition", MemberParameters = new object[]
5519 {
5520 typeof(int),
5521 typeof(int)
5522 }, ReturnType = typeof(int))]
5523 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
5524 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
5525 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "SetValue", MemberParameters = new object[]
5526 {
5527 typeof(object),
5528 typeof(int)
5529 }, ReturnType = typeof(void))]
5530 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
5531 internal void SwapIfGreaterWithItems(int a, int b)
5532 {
5533 throw null;
5534 }
5535
5536 [global::Cpp2ILInjected.Token(Token = "0x6000CA0")]
5537 [global::Cpp2ILInjected.Address(RVA = "0x1C5B854", Offset = "0x1C5B854", Length = "0xD4")]
5538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "PickPivotAndPartition", MemberParameters = new object[]
5539 {
5540 typeof(int),
5541 typeof(int)
5542 }, ReturnType = typeof(int))]
5543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "Heapsort", MemberParameters = new object[]
5544 {
5545 typeof(int),
5546 typeof(int)
5547 }, ReturnType = typeof(void))]
5548 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
5549 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
5550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "SetValue", MemberParameters = new object[]
5551 {
5552 typeof(object),
5553 typeof(int)
5554 }, ReturnType = typeof(void))]
5555 private void Swap(int i, int j)
5556 {
5557 throw null;
5558 }
5559
5560 [global::Cpp2ILInjected.Token(Token = "0x6000CA1")]
5561 [global::Cpp2ILInjected.Address(RVA = "0x1C5B928", Offset = "0x1C5B928", Length = "0x4")]
5562 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
5563 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "SortImpl", MemberParameters = new object[]
5564 {
5565 typeof(global::System.Array),
5566 typeof(global::System.Array),
5567 typeof(int),
5568 typeof(int),
5569 typeof(global::System.Collections.IComparer)
5570 }, ReturnType = typeof(void))]
5571 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5572 internal void Sort(int left, int length)
5573 {
5574 throw null;
5575 }
5576
5577 [global::Cpp2ILInjected.Token(Token = "0x6000CA2")]
5578 [global::Cpp2ILInjected.Address(RVA = "0x1C5B92C", Offset = "0x1C5B92C", Length = "0x148")]
5579 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5580 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5581 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
5582 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.IntrospectiveSortUtilities), Member = "FloorLog2PlusOne", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
5583 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "IntroSort", MemberParameters = new object[]
5584 {
5585 typeof(int),
5586 typeof(int),
5587 typeof(int)
5588 }, ReturnType = typeof(void))]
5589 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.IntrospectiveSortUtilities), Member = "ThrowOrIgnoreBadComparer", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
5590 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[]
5591 {
5592 typeof(string),
5593 typeof(global::System.Exception)
5594 }, ReturnType = typeof(void))]
5595 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
5596 private void IntrospectiveSort(int left, int length)
5597 {
5598 throw null;
5599 }
5600
5601 [global::Cpp2ILInjected.Token(Token = "0x6000CA3")]
5602 [global::Cpp2ILInjected.Address(RVA = "0x1C5BA74", Offset = "0x1C5BA74", Length = "0x114")]
5603 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "IntrospectiveSort", MemberParameters = new object[]
5605 {
5606 typeof(int),
5607 typeof(int)
5608 }, ReturnType = typeof(void))]
5609 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "IntroSort", MemberParameters = new object[]
5610 {
5611 typeof(int),
5612 typeof(int),
5613 typeof(int)
5614 }, ReturnType = typeof(void))]
5615 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
5616 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "PickPivotAndPartition", MemberParameters = new object[]
5617 {
5618 typeof(int),
5619 typeof(int)
5620 }, ReturnType = typeof(int))]
5621 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "IntroSort", MemberParameters = new object[]
5622 {
5623 typeof(int),
5624 typeof(int),
5625 typeof(int)
5626 }, ReturnType = typeof(void))]
5627 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "Heapsort", MemberParameters = new object[]
5628 {
5629 typeof(int),
5630 typeof(int)
5631 }, ReturnType = typeof(void))]
5632 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "SwapIfGreaterWithItems", MemberParameters = new object[]
5633 {
5634 typeof(int),
5635 typeof(int)
5636 }, ReturnType = typeof(void))]
5637 private void IntroSort(int lo, int hi, int depthLimit)
5638 {
5639 throw null;
5640 }
5641
5642 [global::Cpp2ILInjected.Token(Token = "0x6000CA4")]
5643 [global::Cpp2ILInjected.Address(RVA = "0x1C5BE00", Offset = "0x1C5BE00", Length = "0x204")]
5644 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "IntroSort", MemberParameters = new object[]
5646 {
5647 typeof(int),
5648 typeof(int),
5649 typeof(int)
5650 }, ReturnType = typeof(void))]
5651 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5652 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "SwapIfGreaterWithItems", MemberParameters = new object[]
5653 {
5654 typeof(int),
5655 typeof(int)
5656 }, ReturnType = typeof(void))]
5657 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
5658 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "Swap", MemberParameters = new object[]
5659 {
5660 typeof(int),
5661 typeof(int)
5662 }, ReturnType = typeof(void))]
5663 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
5664 private int PickPivotAndPartition(int lo, int hi)
5665 {
5666 throw null;
5667 }
5668
5669 [global::Cpp2ILInjected.Token(Token = "0x6000CA5")]
5670 [global::Cpp2ILInjected.Address(RVA = "0x1C5BD60", Offset = "0x1C5BD60", Length = "0xA0")]
5671 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "IntroSort", MemberParameters = new object[]
5673 {
5674 typeof(int),
5675 typeof(int),
5676 typeof(int)
5677 }, ReturnType = typeof(void))]
5678 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5679 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "DownHeap", MemberParameters = new object[]
5680 {
5681 typeof(int),
5682 typeof(int),
5683 typeof(int)
5684 }, ReturnType = typeof(void))]
5685 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array.SorterGenericArray), Member = "Swap", MemberParameters = new object[]
5686 {
5687 typeof(int),
5688 typeof(int)
5689 }, ReturnType = typeof(void))]
5690 private void Heapsort(int lo, int hi)
5691 {
5692 throw null;
5693 }
5694
5695 [global::Cpp2ILInjected.Token(Token = "0x6000CA6")]
5696 [global::Cpp2ILInjected.Address(RVA = "0x1C5C004", Offset = "0x1C5C004", Length = "0x2A8")]
5697 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.SorterGenericArray), Member = "Heapsort", MemberParameters = new object[]
5699 {
5700 typeof(int),
5701 typeof(int)
5702 }, ReturnType = typeof(void))]
5703 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
5704 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
5705 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "SetValue", MemberParameters = new object[]
5706 {
5707 typeof(object),
5708 typeof(int)
5709 }, ReturnType = typeof(void))]
5710 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
5711 private void DownHeap(int i, int n, int lo)
5712 {
5713 throw null;
5714 }
5715
5716 [global::Cpp2ILInjected.Token(Token = "0x6000CA7")]
5717 [global::Cpp2ILInjected.Address(RVA = "0x1C5BB88", Offset = "0x1C5BB88", Length = "0x1D8")]
5718 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5719 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
5720 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "GetValue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
5721 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "SetValue", MemberParameters = new object[]
5722 {
5723 typeof(object),
5724 typeof(int)
5725 }, ReturnType = typeof(void))]
5726 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
5727 private void InsertionSort(int lo, int hi)
5728 {
5729 throw null;
5730 }
5731
5732 [global::Cpp2ILInjected.Token(Token = "0x40004DD")]
5733 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
5734 private global::System.Array keys;
5735
5736 [global::Cpp2ILInjected.Token(Token = "0x40004DE")]
5737 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
5738 private global::System.Array items;
5739
5740 [global::Cpp2ILInjected.Token(Token = "0x40004DF")]
5741 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
5742 private global::System.Collections.IComparer comparer;
5743 }
5744 }
5745}
class f__AnonymousType0<< Count > j__TPar
global::System.Array _array
Definition Array.cs:5051
ArrayEnumerator(global::System.Array array)
Definition Array.cs:5001
static readonly global::System.Array.EmptyInternalEnumerator< T > Value
Definition Array.cs:5246
global::System.IntPtr Count
Definition Array.cs:5072
global::System.IntPtr Bounds
Definition Array.cs:5068
static int LastIndexOf(global::System.Array array, object value, int startIndex, int count)
Definition Array.cs:1133
static global::System.Array CreateInstance(global::System.Type elementType, int[] lengths, int[] lowerBounds)
Definition Array.cs:3457
int GetUpperBound(int dimension)
Definition Array.cs:2943
object GetValue(long index1, long index2)
Definition Array.cs:738
static void Copy(global::System.Array sourceArray, int sourceIndex, global::System.Array destinationArray, int destinationIndex, int length)
Definition Array.cs:4827
void InternalArray__ICollection_Clear()
Definition Array.cs:1911
static void Copy(global::System.Array sourceArray, global::System.Array destinationArray, int length)
Definition Array.cs:4271
static int CombineHashCodes(int h1, int h2)
Definition Array.cs:578
static void Sort(global::System.Array keys, global::System.Array items, int index, int length)
Definition Array.cs:1482
static int LastIndexOf(global::System.Array array, object value)
Definition Array.cs:1090
static void Sort(global::System.Array array, int index, int length)
Definition Array.cs:1376
void Initialize()
Definition Array.cs:4900
static void Sort(global::System.Array array, int index, int length, global::System.Collections.IComparer comparer)
Definition Array.cs:1427
static global::System.ArrayTypeMismatchException CreateArrayTypeMismatchException()
Definition Array.cs:4845
object GetValue(long index1, long index2, long index3)
Definition Array.cs:753
static int IndexOf(global::System.Array array, object value)
Definition Array.cs:990
static global::System.Array CreateInstance(global::System.Type elementType, params long[] lengths)
Definition Array.cs:53
void SetValue(object value, int index1, int index2, int index3)
Definition Array.cs:3267
static int BinarySearch(global::System.Array array, int index, int length, object value)
Definition Array.cs:834
static void Sort(global::System.Array array, global::System.Collections.IComparer comparer)
Definition Array.cs:1398
void SetValue(object value, long index)
Definition Array.cs:1302
static int IndexOf(global::System.Array array, object value, int startIndex)
Definition Array.cs:1008
static void Sort(global::System.Array keys, global::System.Array items, int index, int length, global::System.Collections.IComparer comparer)
Definition Array.cs:1545
void SetValue(object value, long index1, long index2)
Definition Array.cs:1317
global::System.Collections.IEnumerator GetEnumerator()
Definition Array.cs:1854
static void ConstrainedCopy(global::System.Array sourceArray, int sourceIndex, global::System.Array destinationArray, int destinationIndex, int length)
Definition Array.cs:4882
object GetValue(long index)
Definition Array.cs:723
static global::System.Array CreateInstance(global::System.Type elementType, int length1, int length2, int length3)
Definition Array.cs:3384
bool InternalArray__ICollection_get_IsReadOnly()
Definition Array.cs:1880
long GetLongLength(int dimension)
Definition Array.cs:707
object GetValue(params long[] indices)
Definition Array.cs:770
void CopyTo(global::System.Array array, long index)
Definition Array.cs:672
static global::System.Array UnsafeCreateInstance(global::System.Type elementType, int[] lengths, int[] lowerBounds)
Definition Array.cs:3277
static global::System.Collections.ObjectModel.ReadOnlyCollection< T > AsReadOnly< T >(T[] array)
Definition Array.cs:66
ref byte GetRawSzArrayData()
Definition Array.cs:1889
static void Reverse(global::System.Array array)
Definition Array.cs:1185
static int IndexOf(global::System.Array array, object value, int startIndex, int count)
Definition Array.cs:1039
static global::System.Array CreateInstance(global::System.Type elementType, int length1, int length2)
Definition Array.cs:3370
int InternalArray__ICollection_get_Count()
Definition Array.cs:1872
static void Sort(global::System.Array array)
Definition Array.cs:1360
static void SortImpl(global::System.Array keys, global::System.Array items, int index, int length, global::System.Collections.IComparer comparer)
Definition Array.cs:4961
object GetValueImpl(int pos)
static void Clear(global::System.Array array, int index, int length)
Definition Array.cs:4082
object GetValue(int index)
Definition Array.cs:3074
static void Copy(global::System.Array sourceArray, long sourceIndex, global::System.Array destinationArray, long destinationIndex, long length)
Definition Array.cs:652
static int BinarySearch(global::System.Array array, object value, global::System.Collections.IComparer comparer)
Definition Array.cs:854
object GetValue(params int[] indices)
object GetValue(int index1, int index2, int index3)
Definition Array.cs:3092
void SetValue(object value, params int[] indices)
static global::System.Array CreateInstanceImpl(global::System.Type elementType, int[] lengths, int[] bounds)
static void Sort(global::System.Array keys, global::System.Array items)
Definition Array.cs:1447
static global::System.Array UnsafeCreateInstance(global::System.Type elementType, int length1, int length2)
Definition Array.cs:3286
static global::System.Array CreateInstance(global::System.Type elementType, int length)
Definition Array.cs:3356
static void Sort(global::System.Array keys, global::System.Array items, global::System.Collections.IComparer comparer)
Definition Array.cs:1466
static int BinarySearch(global::System.Array array, object value)
Definition Array.cs:602
static bool CanAssignArrayElement(global::System.Type source, global::System.Type target)
Definition Array.cs:4864
static int BinarySearch(global::System.Array array, int index, int length, object value, global::System.Collections.IComparer comparer)
Definition Array.cs:905
int System.Collections.ICollection. Count
Definition Array.cs:98
static global::System.Array UnsafeCreateInstance(global::System.Type elementType, params int[] lengths)
Definition Array.cs:3310
static void Copy(global::System.Array sourceArray, global::System.Array destinationArray, long length)
Definition Array.cs:629
static void Resize< T >(ref T[] array, int newSize)
Definition Array.cs:91
void SetValue(object value, int index1, int index2)
Definition Array.cs:3258
static void Reverse(global::System.Array array, int index, int length)
Definition Array.cs:1221
static global::System.Array CreateInstance(global::System.Type elementType, params int[] lengths)
Definition Array.cs:3432
static int GetMedian(int low, int hi)
Definition Array.cs:913
static void ClearInternal(global::System.Array a, int index, int count)
int GetLength(int dimension)
void SetValue(object value, long index1, long index2, long index3)
Definition Array.cs:1332
void SetValueImpl(object value, int pos)
void CopyTo(global::System.Array array, int index)
Definition Array.cs:302
void SetValue(object value, params long[] indices)
Definition Array.cs:1349
static int LastIndexOf(global::System.Array array, object value, int startIndex)
Definition Array.cs:1107
static bool FastCopy(global::System.Array source, int source_idx, global::System.Array dest, int dest_idx, int length)
unsafe object Clone()
Definition Array.cs:541
int GetLowerBound(int dimension)
object GetValue(int index1, int index2)
Definition Array.cs:3083
void SetValue(object value, int index)
Definition Array.cs:3249
int InternalArray__IReadOnlyCollection_get_Count()
Definition Array.cs:1989
void InternalArray__RemoveAt(int index)
Definition Array.cs:2010
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)
int CompareTo(object other, IComparer comparer)
int GetHashCode(IEqualityComparer comparer)
bool Equals(object other, IEqualityComparer comparer)
readonly global::System.Array array
Definition Array.cs:5156
InternalEnumerator(global::System.Array array)
Definition Array.cs:5087
void Swap(int i, int j)
Definition Array.cs:5555
global::System.Array keys
Definition Array.cs:5734
int PickPivotAndPartition(int lo, int hi)
Definition Array.cs:5664
void DownHeap(int i, int n, int lo)
Definition Array.cs:5711
void IntrospectiveSort(int left, int length)
Definition Array.cs:5596
global::System.Array items
Definition Array.cs:5738
void Heapsort(int lo, int hi)
Definition Array.cs:5690
void InsertionSort(int lo, int hi)
Definition Array.cs:5727
SorterGenericArray(global::System.Array keys, global::System.Array items, global::System.Collections.IComparer comparer)
Definition Array.cs:5504
void SwapIfGreaterWithItems(int a, int b)
Definition Array.cs:5531
void Sort(int left, int length)
Definition Array.cs:5572
void IntroSort(int lo, int hi, int depthLimit)
Definition Array.cs:5637
global::System.Collections.IComparer comparer
Definition Array.cs:5742
void Heapsort(int lo, int hi)
Definition Array.cs:5446
void Swap(int i, int j)
Definition Array.cs:5304
void SwapIfGreaterWithItems(int a, int b)
Definition Array.cs:5285
void IntroSort(int lo, int hi, int depthLimit)
Definition Array.cs:5394
SorterObjectArray(object[] keys, object[] items, global::System.Collections.IComparer comparer)
Definition Array.cs:5264
void InsertionSort(int lo, int hi)
Definition Array.cs:5471
void IntrospectiveSort(int left, int length)
Definition Array.cs:5353
global::System.Collections.IComparer comparer
Definition Array.cs:5486
void DownHeap(int i, int n, int lo)
Definition Array.cs:5461
int PickPivotAndPartition(int lo, int hi)
Definition Array.cs:5420
void Sort(int left, int length)
Definition Array.cs:5317
IntPtr(int value)
Definition IntPtr.cs:46