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
ThrowHelper.cs
Go to the documentation of this file.
1using System;
7using System.IO;
12using System.Text;
16using Cpp2ILInjected;
18using Mono.Math;
19
20namespace System
21{
22 [global::System.Diagnostics.StackTraceHidden]
23 [global::Cpp2ILInjected.Token(Token = "0x200012D")]
24 internal static class ThrowHelper
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x6000B9F")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1C462C0", Offset = "0x1C462C0", Length = "0x24")]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = ".ctor", MemberParameters = new object[] { "T[]" }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = ".cctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt16", MemberParameters = new object[]
31 {
32 typeof(byte[]),
33 typeof(int)
34 }, ReturnType = typeof(short))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt32", MemberParameters = new object[]
36 {
37 typeof(byte[]),
38 typeof(int)
39 }, ReturnType = typeof(int))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt64", MemberParameters = new object[]
41 {
42 typeof(byte[]),
43 typeof(int)
44 }, ReturnType = typeof(long))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToString", MemberParameters = new object[]
46 {
47 typeof(byte[]),
48 typeof(int),
49 typeof(int)
50 }, ReturnType = typeof(string))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToString", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(string))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(byte), Member = "Parse", MemberParameters = new object[]
53 {
54 typeof(string),
55 typeof(global::System.IFormatProvider)
56 }, ReturnType = typeof(byte))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(byte), Member = "Parse", MemberParameters = new object[]
58 {
59 typeof(string),
60 typeof(global::System.Globalization.NumberStyles),
61 typeof(global::System.IFormatProvider)
62 }, ReturnType = typeof(byte))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "Parse", MemberParameters = new object[]
64 {
65 typeof(string),
66 typeof(global::System.IFormatProvider)
67 }, ReturnType = typeof(global::System.DateTime))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "Parse", MemberParameters = new object[]
69 {
70 typeof(string),
71 typeof(global::System.IFormatProvider),
72 typeof(global::System.Globalization.DateTimeStyles)
73 }, ReturnType = typeof(global::System.DateTime))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ParseExact", MemberParameters = new object[]
75 {
76 typeof(string),
77 typeof(string),
78 typeof(global::System.IFormatProvider)
79 }, ReturnType = typeof(global::System.DateTime))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ParseExact", MemberParameters = new object[]
81 {
82 typeof(string),
83 typeof(string),
84 typeof(global::System.IFormatProvider),
85 typeof(global::System.Globalization.DateTimeStyles)
86 }, ReturnType = typeof(global::System.DateTime))]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ParseExact", MemberParameters = new object[]
88 {
89 typeof(string),
90 typeof(string[]),
91 typeof(global::System.IFormatProvider),
92 typeof(global::System.Globalization.DateTimeStyles)
93 }, ReturnType = typeof(global::System.DateTime))]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "Parse", MemberParameters = new object[]
95 {
96 typeof(string),
97 typeof(global::System.IFormatProvider)
98 }, ReturnType = typeof(global::System.DateTimeOffset))]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "Parse", MemberParameters = new object[]
100 {
101 typeof(string),
102 typeof(global::System.IFormatProvider),
103 typeof(global::System.Globalization.DateTimeStyles)
104 }, ReturnType = typeof(global::System.DateTimeOffset))]
105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ParseExact", MemberParameters = new object[]
106 {
107 typeof(string),
108 typeof(string),
109 typeof(global::System.IFormatProvider),
110 typeof(global::System.Globalization.DateTimeStyles)
111 }, ReturnType = typeof(global::System.DateTimeOffset))]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(double), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(double))]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(double), Member = "Parse", MemberParameters = new object[]
114 {
115 typeof(string),
116 typeof(global::System.IFormatProvider)
117 }, ReturnType = typeof(double))]
118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(double), Member = "Parse", MemberParameters = new object[]
119 {
120 typeof(string),
121 typeof(global::System.Globalization.NumberStyles),
122 typeof(global::System.IFormatProvider)
123 }, ReturnType = typeof(double))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(short), Member = "Parse", MemberParameters = new object[]
125 {
126 typeof(string),
127 typeof(global::System.IFormatProvider)
128 }, ReturnType = typeof(short))]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(short), Member = "Parse", MemberParameters = new object[]
130 {
131 typeof(string),
132 typeof(global::System.Globalization.NumberStyles),
133 typeof(global::System.IFormatProvider)
134 }, ReturnType = typeof(short))]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(int), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
136 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(int), Member = "Parse", MemberParameters = new object[]
137 {
138 typeof(string),
139 typeof(global::System.Globalization.NumberStyles)
140 }, ReturnType = typeof(int))]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(int), Member = "Parse", MemberParameters = new object[]
142 {
143 typeof(string),
144 typeof(global::System.IFormatProvider)
145 }, ReturnType = typeof(int))]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(int), Member = "Parse", MemberParameters = new object[]
147 {
148 typeof(string),
149 typeof(global::System.Globalization.NumberStyles),
150 typeof(global::System.IFormatProvider)
151 }, ReturnType = typeof(int))]
152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(long), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(long))]
153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(long), Member = "Parse", MemberParameters = new object[]
154 {
155 typeof(string),
156 typeof(global::System.IFormatProvider)
157 }, ReturnType = typeof(long))]
158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(long), Member = "Parse", MemberParameters = new object[]
159 {
160 typeof(string),
161 typeof(global::System.Globalization.NumberStyles),
162 typeof(global::System.IFormatProvider)
163 }, ReturnType = typeof(long))]
164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(sbyte), Member = "Parse", MemberParameters = new object[]
165 {
166 typeof(string),
167 typeof(global::System.IFormatProvider)
168 }, ReturnType = typeof(sbyte))]
169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(sbyte), Member = "Parse", MemberParameters = new object[]
170 {
171 typeof(string),
172 typeof(global::System.Globalization.NumberStyles),
173 typeof(global::System.IFormatProvider)
174 }, ReturnType = typeof(sbyte))]
175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(float), Member = "Parse", MemberParameters = new object[]
176 {
177 typeof(string),
178 typeof(global::System.IFormatProvider)
179 }, ReturnType = typeof(float))]
180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(float), Member = "Parse", MemberParameters = new object[]
181 {
182 typeof(string),
183 typeof(global::System.Globalization.NumberStyles),
184 typeof(global::System.IFormatProvider)
185 }, ReturnType = typeof(float))]
186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OrdinalComparer), Member = "GetHashCode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OrdinalCaseSensitiveComparer), Member = "GetHashCode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OrdinalIgnoreCaseComparer), Member = "GetHashCode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeSpan), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.TimeSpan))]
190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeSpan), Member = "Parse", MemberParameters = new object[]
191 {
192 typeof(string),
193 typeof(global::System.IFormatProvider)
194 }, ReturnType = typeof(global::System.TimeSpan))]
195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ushort), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(ushort))]
196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ushort), Member = "Parse", MemberParameters = new object[]
197 {
198 typeof(string),
199 typeof(global::System.IFormatProvider)
200 }, ReturnType = typeof(ushort))]
201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ushort), Member = "Parse", MemberParameters = new object[]
202 {
203 typeof(string),
204 typeof(global::System.Globalization.NumberStyles),
205 typeof(global::System.IFormatProvider)
206 }, ReturnType = typeof(ushort))]
207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(uint), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(uint))]
208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(uint), Member = "Parse", MemberParameters = new object[]
209 {
210 typeof(string),
211 typeof(global::System.IFormatProvider)
212 }, ReturnType = typeof(uint))]
213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(uint), Member = "Parse", MemberParameters = new object[]
214 {
215 typeof(string),
216 typeof(global::System.Globalization.NumberStyles),
217 typeof(global::System.IFormatProvider)
218 }, ReturnType = typeof(uint))]
219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ulong), Member = "Parse", MemberParameters = new object[]
220 {
221 typeof(string),
222 typeof(global::System.IFormatProvider)
223 }, ReturnType = typeof(ulong))]
224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ulong), Member = "Parse", MemberParameters = new object[]
225 {
226 typeof(string),
227 typeof(global::System.Globalization.NumberStyles),
228 typeof(global::System.IFormatProvider)
229 }, ReturnType = typeof(ulong))]
230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "IfNullAndNullsAreIllegalThenThrow", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
231 {
232 typeof(object),
233 typeof(global::System.ExceptionArgument)
234 }, ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(decimal), Member = "Parse", MemberParameters = new object[]
236 {
237 typeof(string),
238 typeof(global::System.IFormatProvider)
239 }, ReturnType = typeof(decimal))]
240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(decimal), Member = "Parse", MemberParameters = new object[]
241 {
242 typeof(string),
243 typeof(global::System.Globalization.NumberStyles),
244 typeof(global::System.IFormatProvider)
245 }, ReturnType = typeof(decimal))]
246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskCompletionSource<>), Member = "TrySetException", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(bool))]
247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.ValueTask), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Threading.Tasks.Task) }, ReturnType = typeof(void))]
248 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.ValueTask), Member = ".ctor", MemberParameters = new object[]
249 {
250 typeof(global::System.Threading.Tasks.Sources.IValueTaskSource),
251 typeof(short)
252 }, ReturnType = typeof(void))]
253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.ValueTask<>), Member = ".ctor", MemberParameters = new object[] { "System.Threading.Tasks.Task`1<TResult>" }, ReturnType = typeof(void))]
254 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.ValueTask<>), Member = ".ctor", MemberParameters = new object[]
255 {
256 "System.Threading.Tasks.Sources.IValueTaskSource`1<TResult>",
257 typeof(short)
258 }, ReturnType = typeof(void))]
259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder<>), Member = "get_Task", ReturnType = "System.Threading.Tasks.ValueTask`1<TResult>")]
260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "ReadAsync", MemberParameters = new object[]
261 {
262 typeof(global::System.Memory<byte>),
263 typeof(global::System.Threading.CancellationToken)
264 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask<int>))]
265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "WriteAsync", MemberParameters = new object[]
266 {
267 typeof(global::System.ReadOnlyMemory<byte>),
268 typeof(global::System.Threading.CancellationToken)
269 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "ReadAsync", MemberParameters = new object[]
271 {
272 typeof(global::System.Memory<byte>),
273 typeof(global::System.Threading.CancellationToken)
274 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask<int>))]
275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "WriteAsync", MemberParameters = new object[]
276 {
277 typeof(global::System.ReadOnlyMemory<byte>),
278 typeof(global::System.Threading.CancellationToken)
279 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Stream.NullStream", Member = "WriteAsync", MemberParameters = new object[]
281 {
282 typeof(global::System.ReadOnlyMemory<byte>),
283 typeof(global::System.Threading.CancellationToken)
284 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Stream), Member = "ReadAsync", MemberParameters = new object[]
286 {
287 typeof(global::System.Memory<byte>),
288 typeof(global::System.Threading.CancellationToken)
289 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask<int>))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Stream), Member = "WriteAsync", MemberParameters = new object[]
291 {
292 typeof(global::System.ReadOnlyMemory<byte>),
293 typeof(global::System.Threading.CancellationToken)
294 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IList`1<T>" }, ReturnType = typeof(void))]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
297 {
298 typeof(global::System.Array),
299 typeof(int)
300 }, ReturnType = typeof(void))]
301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IList`1<T>" }, ReturnType = typeof(void))]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
303 {
304 typeof(global::System.Array),
305 typeof(int)
306 }, ReturnType = typeof(void))]
307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.Dictionary`2<TKey, TValue>" }, ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "CopyTo", MemberParameters = new object[]
309 {
310 "TKey[]",
311 typeof(int)
312 }, ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
314 {
315 typeof(global::System.Array),
316 typeof(int)
317 }, ReturnType = typeof(void))]
318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.Dictionary`2<TKey, TValue>" }, ReturnType = typeof(void))]
319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "CopyTo", MemberParameters = new object[]
320 {
321 "TValue[]",
322 typeof(int)
323 }, ReturnType = typeof(void))]
324 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
325 {
326 typeof(global::System.Array),
327 typeof(int)
328 }, ReturnType = typeof(void))]
329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IDictionary`2<TKey, TValue>", "System.Collections.Generic.IEqualityComparer`1<TKey>" }, ReturnType = typeof(void))]
330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "CopyTo", MemberParameters = new object[]
331 {
332 "System.Collections.Generic.KeyValuePair`2<TKey, TValue>[]",
333 typeof(int)
334 }, ReturnType = typeof(void))]
335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "GetObjectData", MemberParameters = new object[]
336 {
337 typeof(global::System.Runtime.Serialization.SerializationInfo),
338 typeof(global::System.Runtime.Serialization.StreamingContext)
339 }, ReturnType = typeof(void))]
340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
341 {
342 typeof(global::System.Array),
343 typeof(int)
344 }, ReturnType = typeof(void))]
345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.IDictionary.set_Item", MemberParameters = new object[]
346 {
347 typeof(object),
348 typeof(object)
349 }, ReturnType = typeof(void))]
350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "IsCompatibleKey", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
351 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.IDictionary.Add", MemberParameters = new object[]
352 {
353 typeof(object),
354 typeof(object)
355 }, ReturnType = typeof(void))]
356 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<T>" }, ReturnType = typeof(void))]
357 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Find", MemberParameters = new object[] { "System.Predicate`1<T>" }, ReturnType = "T")]
358 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "ForEach", MemberParameters = new object[] { "System.Action`1<T>" }, ReturnType = typeof(void))]
359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "InsertRange", MemberParameters = new object[]
360 {
361 typeof(int),
362 "System.Collections.Generic.IEnumerable`1<T>"
363 }, ReturnType = typeof(void))]
364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveAll", MemberParameters = new object[] { "System.Predicate`1<T>" }, ReturnType = typeof(int))]
365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Sort", MemberParameters = new object[] { "System.Comparison`1<T>" }, ReturnType = typeof(void))]
366 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs", Member = "ReceiveAsync", MemberParameters = new object[] { "System.Net.Sockets.Socket" }, ReturnType = "System.Threading.Tasks.ValueTask`1<Int32>")]
367 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs", Member = "SendAsyncForNetworkStream", MemberParameters = new object[] { "System.Net.Sockets.Socket" }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "ReceiveAsync", MemberParameters = new object[]
369 {
370 "System.Memory`1<Byte>",
371 "System.Net.Sockets.SocketFlags",
372 typeof(bool),
373 typeof(global::System.Threading.CancellationToken)
374 }, ReturnType = "System.Threading.Tasks.ValueTask`1<Int32>")]
375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "SendAsyncForNetworkStream", MemberParameters = new object[]
376 {
377 "System.ReadOnlyMemory`1<Byte>",
378 "System.Net.Sockets.SocketFlags",
379 typeof(global::System.Threading.CancellationToken)
380 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
381 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 96)]
382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "CreateArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(global::System.Exception))]
383 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
384 internal static void ThrowArgumentNullException(global::System.ExceptionArgument argument)
385 {
386 throw null;
387 }
388
389 [global::Cpp2ILInjected.Token(Token = "0x6000BA0")]
390 [global::Cpp2ILInjected.Address(RVA = "0x1C54F60", Offset = "0x1C54F60", Length = "0xA4")]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
392 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
393 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Enum), Member = "ToString", ReturnType = typeof(string))]
394 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
395 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
396 [MethodImpl(8)]
397 private static global::System.Exception CreateArgumentNullException(global::System.ExceptionArgument argument)
398 {
399 throw null;
400 }
401
402 [global::Cpp2ILInjected.Token(Token = "0x6000BA1")]
403 [global::Cpp2ILInjected.Address(RVA = "0x1C55004", Offset = "0x1C55004", Length = "0x24")]
404 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
405 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "CreateArrayTypeMismatchException", ReturnType = typeof(global::System.Exception))]
406 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
407 internal static void ThrowArrayTypeMismatchException()
408 {
409 throw null;
410 }
411
412 [global::Cpp2ILInjected.Token(Token = "0x6000BA2")]
413 [global::Cpp2ILInjected.Address(RVA = "0x1C55028", Offset = "0x1C55028", Length = "0x54")]
414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArrayTypeMismatchException", ReturnType = typeof(void))]
415 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
416 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArrayTypeMismatchException), Member = ".ctor", ReturnType = typeof(void))]
417 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
418 [MethodImpl(8)]
419 private static global::System.Exception CreateArrayTypeMismatchException()
420 {
421 throw null;
422 }
423
424 [global::Cpp2ILInjected.Token(Token = "0x6000BA3")]
425 [global::Cpp2ILInjected.Address(RVA = "0x1C5507C", Offset = "0x1C5507C", Length = "0x24")]
426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlySpan<>), Member = "CopyTo", MemberParameters = new object[] { "System.Span`1<T>" }, ReturnType = typeof(void))]
427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Span<>), Member = "CopyTo", MemberParameters = new object[] { "System.Span`1<T>" }, ReturnType = typeof(void))]
428 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
429 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "CreateArgumentException_DestinationTooShort", ReturnType = typeof(global::System.Exception))]
430 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
432 {
433 throw null;
434 }
435
436 [global::Cpp2ILInjected.Token(Token = "0x6000BA4")]
437 [global::Cpp2ILInjected.Address(RVA = "0x1C550A0", Offset = "0x1C550A0", Length = "0x6C")]
438 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentException_DestinationTooShort", ReturnType = typeof(void))]
439 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
441 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
442 [MethodImpl(8)]
443 private static global::System.Exception CreateArgumentException_DestinationTooShort()
444 {
445 throw null;
446 }
447
448 [global::Cpp2ILInjected.Token(Token = "0x6000BA5")]
449 [global::Cpp2ILInjected.Address(RVA = "0x1C5510C", Offset = "0x1C5510C", Length = "0x24")]
450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Math.BigInteger), Member = "ToString", MemberParameters = new object[]
451 {
452 typeof(uint),
453 typeof(string)
454 }, ReturnType = typeof(string))]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "EndsWith", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
457 {
458 typeof(string),
459 typeof(string)
460 }, ReturnType = typeof(string))]
461 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "MakeSeparatorList", MemberParameters = new object[]
462 {
463 typeof(global::System.ReadOnlySpan<char>),
464 typeof(ref global::System.Collections.Generic.ValueListBuilder<int>)
465 }, ReturnType = typeof(void))]
466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "MakeSeparatorList", MemberParameters = new object[]
467 {
468 typeof(string),
469 typeof(ref global::System.Collections.Generic.ValueListBuilder<int>)
470 }, ReturnType = typeof(void))]
471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "MakeSeparatorList", MemberParameters = new object[]
472 {
473 typeof(string[]),
474 typeof(ref global::System.Collections.Generic.ValueListBuilder<int>),
475 typeof(ref global::System.Collections.Generic.ValueListBuilder<int>)
476 }, ReturnType = typeof(void))]
477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "TrimWhiteSpaceHelper", MemberParameters = new object[] { "System.String.TrimType" }, ReturnType = typeof(string))]
478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "TrimHelper", MemberParameters = new object[]
479 {
480 typeof(char*),
481 typeof(int),
482 "System.String.TrimType"
483 }, ReturnType = typeof(string))]
484 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "IsNullOrWhiteSpace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
485 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
486 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlySpan<>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T&")]
487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Span<>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T&")]
488 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 20)]
489 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "CreateIndexOutOfRangeException", ReturnType = typeof(global::System.Exception))]
490 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
492 {
493 throw null;
494 }
495
496 [global::Cpp2ILInjected.Token(Token = "0x6000BA6")]
497 [global::Cpp2ILInjected.Address(RVA = "0x1C55130", Offset = "0x1C55130", Length = "0x54")]
498 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowIndexOutOfRangeException", ReturnType = typeof(void))]
499 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
500 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IndexOutOfRangeException), Member = ".ctor", ReturnType = typeof(void))]
501 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
502 [MethodImpl(8)]
503 private static global::System.Exception CreateIndexOutOfRangeException()
504 {
505 throw null;
506 }
507
508 [global::Cpp2ILInjected.Token(Token = "0x6000BA7")]
509 [global::Cpp2ILInjected.Address(RVA = "0x1C55184", Offset = "0x1C55184", Length = "0x24")]
510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Interop.Sys.DirectoryEntry), Member = "GetName", MemberParameters = new object[] { typeof(global::System.Span<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
511 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "ReplaceHelper", MemberParameters = new object[]
512 {
513 typeof(int),
514 typeof(string),
515 typeof(global::System.ReadOnlySpan<int>)
516 }, ReturnType = typeof(string))]
517 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.BitConverter.<>c", Member = "<ToString>b__38_0", MemberParameters = new object[]
518 {
519 typeof(global::System.Span<char>),
520 typeof(global::System.ValueTuple<byte[], int, int>)
521 }, ReturnType = typeof(void))]
522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(bool), Member = "TrimWhiteSpaceAndNull", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToBase64String", MemberParameters = new object[]
524 {
525 typeof(byte[]),
526 typeof(int),
527 typeof(int),
528 typeof(global::System.Base64FormattingOptions)
529 }, ReturnType = typeof(string))]
530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "TryFromBase64Chars", MemberParameters = new object[]
531 {
532 typeof(global::System.ReadOnlySpan<char>),
533 typeof(global::System.Span<byte>),
534 typeof(ref int)
535 }, ReturnType = typeof(bool))]
536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "FromBase64CharPtr", MemberParameters = new object[]
537 {
538 typeof(char*),
539 typeof(int)
540 }, ReturnType = typeof(byte[]))]
541 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
542 {
543 typeof(global::System.DateTime),
544 typeof(string),
545 typeof(global::System.IFormatProvider),
546 typeof(global::System.TimeSpan)
547 }, ReturnType = typeof(string))]
548 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "TryFormatO", MemberParameters = new object[]
549 {
550 typeof(global::System.DateTime),
551 typeof(global::System.TimeSpan),
552 typeof(global::System.Span<char>),
553 typeof(ref int)
554 }, ReturnType = typeof(bool))]
555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "MatchWord", MemberParameters = new object[]
556 {
557 typeof(ref global::System.__DTString),
558 typeof(string)
559 }, ReturnType = typeof(bool))]
560 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "MatchAbbreviatedMonthName", MemberParameters = new object[]
561 {
562 typeof(ref global::System.__DTString),
563 typeof(global::System.Globalization.DateTimeFormatInfo),
564 typeof(ref int)
565 }, ReturnType = typeof(bool))]
566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "MatchMonthName", MemberParameters = new object[]
567 {
568 typeof(ref global::System.__DTString),
569 typeof(global::System.Globalization.DateTimeFormatInfo),
570 typeof(ref int)
571 }, ReturnType = typeof(bool))]
572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "MatchAbbreviatedDayName", MemberParameters = new object[]
573 {
574 typeof(ref global::System.__DTString),
575 typeof(global::System.Globalization.DateTimeFormatInfo),
576 typeof(ref int)
577 }, ReturnType = typeof(bool))]
578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "MatchDayName", MemberParameters = new object[]
579 {
580 typeof(ref global::System.__DTString),
581 typeof(global::System.Globalization.DateTimeFormatInfo),
582 typeof(ref int)
583 }, ReturnType = typeof(bool))]
584 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "MatchEraName", MemberParameters = new object[]
585 {
586 typeof(ref global::System.__DTString),
587 typeof(global::System.Globalization.DateTimeFormatInfo),
588 typeof(ref int)
589 }, ReturnType = typeof(bool))]
590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "MatchTimeMark", MemberParameters = new object[]
591 {
592 typeof(ref global::System.__DTString),
593 typeof(global::System.Globalization.DateTimeFormatInfo),
594 typeof(ref global::System.DateTimeParse.TM)
595 }, ReturnType = typeof(bool))]
596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
597 {
598 typeof(ref global::System.__DTString),
599 typeof(ref global::System.__DTString),
600 typeof(ref global::System.ParsingInfo),
601 typeof(global::System.Globalization.DateTimeFormatInfo),
602 typeof(ref global::System.DateTimeResult)
603 }, ReturnType = typeof(bool))]
604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWord", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWords", MemberParameters = new object[]
606 {
607 typeof(string),
608 typeof(bool),
609 typeof(ref int)
610 }, ReturnType = typeof(bool))]
611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "Match", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
612 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "TrimTail", ReturnType = typeof(void))]
613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "RemoveTrailingInQuoteSpaces", ReturnType = typeof(void))]
614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "RemoveLeadingInQuoteSpaces", ReturnType = typeof(void))]
615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "TryParseGuidWithHexPrefix", MemberParameters = new object[]
616 {
617 typeof(global::System.ReadOnlySpan<char>),
618 typeof(ref global::System.Guid.GuidResult)
619 }, ReturnType = typeof(bool))]
620 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "EatAllWhitespace", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "ToString", MemberParameters = new object[]
622 {
623 typeof(string),
624 typeof(global::System.IFormatProvider)
625 }, ReturnType = typeof(string))]
626 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = ".ctor", MemberParameters = new object[]
627 {
628 "T[]",
629 typeof(int),
630 typeof(int)
631 }, ReturnType = typeof(void))]
632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "Slice", MemberParameters = new object[]
633 {
634 typeof(int),
635 typeof(int)
636 }, ReturnType = "System.Memory`1<T>")]
637 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "get_Span", ReturnType = "System.Span`1<T>")]
638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "AsSpan", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
639 {
640 "T[]",
641 typeof(int)
642 }, ReturnType = "System.Span`1<T>")]
643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "TrimStart", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
644 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "TrimEnd", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "AsSpan", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
646 {
647 "T[]",
648 typeof(int),
649 typeof(int)
650 }, ReturnType = "System.Span`1<T>")]
651 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatFixed", MemberParameters = new object[]
652 {
653 typeof(ref global::System.Text.ValueStringBuilder),
654 typeof(ref global::System.Number.NumberBuffer),
655 typeof(int),
656 typeof(int),
657 typeof(global::System.Globalization.NumberFormatInfo),
658 typeof(int[]),
659 typeof(string),
660 typeof(string)
661 }, ReturnType = typeof(void))]
662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "TryParseInt32IntegerStyle", MemberParameters = new object[]
663 {
664 typeof(global::System.ReadOnlySpan<char>),
665 typeof(global::System.Globalization.NumberStyles),
666 typeof(global::System.Globalization.NumberFormatInfo),
667 typeof(ref int),
668 typeof(ref bool)
669 }, ReturnType = typeof(bool))]
670 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "TryParseInt64IntegerStyle", MemberParameters = new object[]
671 {
672 typeof(global::System.ReadOnlySpan<char>),
673 typeof(global::System.Globalization.NumberStyles),
674 typeof(global::System.Globalization.NumberFormatInfo),
675 typeof(ref long),
676 typeof(ref bool)
677 }, ReturnType = typeof(bool))]
678 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "TryParseUInt32IntegerStyle", MemberParameters = new object[]
679 {
680 typeof(global::System.ReadOnlySpan<char>),
681 typeof(global::System.Globalization.NumberStyles),
682 typeof(global::System.Globalization.NumberFormatInfo),
683 typeof(ref uint),
684 typeof(ref bool)
685 }, ReturnType = typeof(bool))]
686 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "TryParseUInt64IntegerStyle", MemberParameters = new object[]
687 {
688 typeof(global::System.ReadOnlySpan<char>),
689 typeof(global::System.Globalization.NumberStyles),
690 typeof(global::System.Globalization.NumberFormatInfo),
692 typeof(ref bool)
693 }, ReturnType = typeof(bool))]
694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlyMemory<>), Member = ".ctor", MemberParameters = new object[]
695 {
696 "T[]",
697 typeof(int),
698 typeof(int)
699 }, ReturnType = typeof(void))]
700 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlyMemory<>), Member = "get_Span", ReturnType = "System.ReadOnlySpan`1<T>")]
701 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlySpan<>), Member = ".ctor", MemberParameters = new object[]
702 {
703 "T[]",
704 typeof(int),
705 typeof(int)
706 }, ReturnType = typeof(void))]
707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlySpan<>), Member = ".ctor", MemberParameters = new object[]
708 {
709 typeof(void*),
710 typeof(int)
711 }, ReturnType = typeof(void))]
712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlySpan<>), Member = "Slice", MemberParameters = new object[] { typeof(int) }, ReturnType = "System.ReadOnlySpan`1<T>")]
713 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ReadOnlySpan<>), Member = "Slice", MemberParameters = new object[]
714 {
715 typeof(int),
716 typeof(int)
717 }, ReturnType = "System.ReadOnlySpan`1<T>")]
718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Span<>), Member = ".ctor", MemberParameters = new object[]
719 {
720 "T[]",
721 typeof(int),
722 typeof(int)
723 }, ReturnType = typeof(void))]
724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Span<>), Member = ".ctor", MemberParameters = new object[]
725 {
726 typeof(void*),
727 typeof(int)
728 }, ReturnType = typeof(void))]
729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Span<>), Member = "Slice", MemberParameters = new object[] { typeof(int) }, ReturnType = "System.Span`1<T>")]
730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Span<>), Member = "Slice", MemberParameters = new object[]
731 {
732 typeof(int),
733 typeof(int)
734 }, ReturnType = "System.Span`1<T>")]
735 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "EndsWithOrdinalIgnoreCaseHelper", MemberParameters = new object[]
736 {
737 typeof(global::System.ReadOnlySpan<char>),
738 typeof(global::System.ReadOnlySpan<char>)
739 }, ReturnType = typeof(bool))]
740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Version), Member = "ParseVersion", MemberParameters = new object[]
741 {
742 typeof(global::System.ReadOnlySpan<char>),
743 typeof(bool)
744 }, ReturnType = typeof(global::System.Version))]
745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "AppendCore", MemberParameters = new object[]
746 {
747 typeof(global::System.Text.StringBuilder),
748 typeof(int),
749 typeof(int)
750 }, ReturnType = typeof(global::System.Text.StringBuilder))]
751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "AppendFormatHelper", MemberParameters = new object[]
752 {
753 typeof(global::System.IFormatProvider),
754 typeof(string),
755 typeof(global::System.ParamsArray)
756 }, ReturnType = typeof(global::System.Text.StringBuilder))]
757 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "get_RemainingCurrentChunk", ReturnType = typeof(global::System.Span<char>))]
758 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ValueStringBuilder), Member = "ToString", ReturnType = typeof(string))]
759 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ValueStringBuilder), Member = "TryCopyTo", MemberParameters = new object[]
760 {
761 typeof(global::System.Span<char>),
762 typeof(ref int)
763 }, ReturnType = typeof(bool))]
764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ValueStringBuilder), Member = "AppendSlow", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
765 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ValueStringBuilder), Member = "Append", MemberParameters = new object[]
766 {
767 typeof(char),
768 typeof(int)
769 }, ReturnType = typeof(void))]
770 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ValueStringBuilder), Member = "Append", MemberParameters = new object[]
771 {
772 typeof(char*),
773 typeof(int)
774 }, ReturnType = typeof(void))]
775 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ValueStringBuilder), Member = "AppendSpan", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Span<char>))]
776 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.ValueUtf8Converter), Member = "ConvertAndTerminateString", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.Span<byte>))]
777 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Rfc2898DeriveBytes), Member = "Func", ReturnType = typeof(byte[]))]
778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.CryptoStream.<ReadAsyncCore>d__42", Member = "MoveNext", ReturnType = typeof(void))]
779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.CryptoStream.<WriteAsyncCore>d__49", Member = "MoveNext", ReturnType = typeof(void))]
780 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "TrySignData", MemberParameters = new object[]
781 {
782 typeof(global::System.ReadOnlySpan<byte>),
783 typeof(global::System.Span<byte>),
784 typeof(global::System.Security.Cryptography.HashAlgorithmName),
785 typeof(ref int)
786 }, ReturnType = typeof(bool))]
787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "VerifyData", MemberParameters = new object[]
788 {
789 typeof(global::System.ReadOnlySpan<byte>),
790 typeof(global::System.ReadOnlySpan<byte>),
791 typeof(global::System.Security.Cryptography.HashAlgorithmName)
792 }, ReturnType = typeof(bool))]
793 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RandomNumberGenerator), Member = "GetBytes", MemberParameters = new object[] { typeof(global::System.Span<byte>) }, ReturnType = typeof(void))]
794 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RandomNumberGenerator), Member = "GetNonZeroBytes", MemberParameters = new object[] { typeof(global::System.Span<byte>) }, ReturnType = typeof(void))]
795 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "TrySignData", MemberParameters = new object[]
796 {
797 typeof(global::System.ReadOnlySpan<byte>),
798 typeof(global::System.Span<byte>),
799 typeof(global::System.Security.Cryptography.HashAlgorithmName),
800 typeof(global::System.Security.Cryptography.RSASignaturePadding),
801 typeof(ref int)
802 }, ReturnType = typeof(bool))]
803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "VerifyData", MemberParameters = new object[]
804 {
805 typeof(global::System.ReadOnlySpan<byte>),
806 typeof(global::System.ReadOnlySpan<byte>),
807 typeof(global::System.Security.Cryptography.HashAlgorithmName),
808 typeof(global::System.Security.Cryptography.RSASignaturePadding)
809 }, ReturnType = typeof(bool))]
810 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Read", MemberParameters = new object[] { typeof(global::System.Span<byte>) }, ReturnType = typeof(int))]
811 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "Write", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
812 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.PathInternal), Member = "TrimEndingDirectorySeparator", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
813 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = "Read", MemberParameters = new object[]
814 {
815 typeof(char[]),
816 typeof(int),
817 typeof(int)
818 }, ReturnType = typeof(int))]
819 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = "ReadSpan", MemberParameters = new object[] { typeof(global::System.Span<char>) }, ReturnType = typeof(int))]
820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = "ReadBuffer", MemberParameters = new object[]
821 {
822 typeof(global::System.Span<char>),
823 typeof(ref bool)
824 }, ReturnType = typeof(int))]
825 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamWriter), Member = "Write", MemberParameters = new object[]
826 {
827 typeof(char[]),
828 typeof(int),
829 typeof(int)
830 }, ReturnType = typeof(void))]
831 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Read", MemberParameters = new object[]
832 {
833 typeof(byte[]),
834 typeof(int),
835 typeof(int)
836 }, ReturnType = typeof(int))]
837 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = "Write", MemberParameters = new object[]
838 {
839 typeof(byte[]),
840 typeof(int),
841 typeof(int)
842 }, ReturnType = typeof(void))]
843 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "ReadAllBytesUnknownLength", MemberParameters = new object[] { typeof(global::System.IO.FileStream) }, ReturnType = typeof(byte[]))]
844 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Stream.<<ReadAsync>g__FinishReadAsync|44_0>d", Member = "MoveNext", ReturnType = typeof(void))]
845 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Stream), Member = "Read", MemberParameters = new object[] { typeof(global::System.Span<byte>) }, ReturnType = typeof(int))]
846 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Path.<>c", Member = "<JoinInternal>b__56_0", MemberParameters = new object[]
847 {
848 typeof(global::System.Span<char>),
850 }, ReturnType = typeof(void))]
851 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Path.<>c", Member = "<JoinInternal>b__57_0", MemberParameters = new object[]
852 {
853 typeof(global::System.Span<char>),
854 typeof(global::System.ValueTuple<global::System.IntPtr, int, global::System.IntPtr, int, global::System.IntPtr, int, bool, global::System.ValueTuple<bool>>)
855 }, ReturnType = typeof(void))]
856 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "GetFileName", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
857 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "TryJoin", MemberParameters = new object[]
858 {
859 typeof(global::System.ReadOnlySpan<char>),
860 typeof(global::System.ReadOnlySpan<char>),
861 typeof(global::System.Span<char>),
862 typeof(ref int)
863 }, ReturnType = typeof(bool))]
864 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Enumeration.FileSystemEntry), Member = "get_FullPath", ReturnType = typeof(global::System.ReadOnlySpan<char>))]
865 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Enumeration.FileSystemEntry), Member = "ToSpecifiedFullPath", ReturnType = typeof(string))]
866 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "GetIgnoreCaseHash", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
867 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "Tokenize", MemberParameters = new object[]
868 {
869 typeof(global::System.TokenType),
870 typeof(ref global::System.TokenType),
871 typeof(ref int),
872 typeof(ref global::System.__DTString)
873 }, ReturnType = typeof(bool))]
874 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Globalization.TimeSpanParse.TimeSpanTokenizer", Member = "GetNextToken", ReturnType = "System.Globalization.TimeSpanParse.TimeSpanToken")]
875 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.ValueListBuilder<>), Member = "AsSpan", ReturnType = "System.ReadOnlySpan`1<T>")]
876 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IPv4AddressHelper", Member = "ParseCanonicalName", MemberParameters = new object[]
877 {
878 typeof(string),
879 typeof(int),
880 typeof(int),
881 typeof(ref bool)
882 }, ReturnType = typeof(string))]
883 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IPv6AddressHelper", Member = "Parse", MemberParameters = new object[]
884 {
885 "System.ReadOnlySpan`1<Char>",
886 "System.UInt16*",
887 typeof(int),
888 typeof(ref string)
889 }, ReturnType = typeof(void))]
890 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IPv6AddressHelper", Member = "ParseCanonicalName", MemberParameters = new object[]
891 {
892 typeof(string),
893 typeof(int),
894 typeof(ref bool),
895 typeof(ref string)
896 }, ReturnType = typeof(string))]
897 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.IPAddressParser", Member = "AppendSections", MemberParameters = new object[]
898 {
899 "System.UInt16[]",
900 typeof(int),
901 typeof(int),
902 typeof(global::System.Text.StringBuilder)
903 }, ReturnType = typeof(void))]
904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebClient.<DownloadBitsAsync>d__150", Member = "MoveNext", ReturnType = typeof(void))]
905 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebClient.<UploadBitsAsync>d__152", Member = "MoveNext", ReturnType = typeof(void))]
906 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.SocketAddress", Member = ".ctor", MemberParameters = new object[] { "System.Net.IPAddress" }, ReturnType = typeof(void))]
907 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "ReadAsync", MemberParameters = new object[]
908 {
909 "System.Byte[]",
910 typeof(int),
911 typeof(int),
912 typeof(global::System.Threading.CancellationToken)
913 }, ReturnType = "System.Threading.Tasks.Task`1<Int32>")]
914 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "WriteAsync", MemberParameters = new object[]
915 {
916 "System.Byte[]",
917 typeof(int),
918 typeof(int),
919 typeof(global::System.Threading.CancellationToken)
920 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
921 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.<>c", Member = "<ReceiveAsyncApm>b__15_1", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
922 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.<>c", Member = "<.cctor>b__367_11", MemberParameters = new object[] { "System.IOAsyncResult" }, ReturnType = typeof(void))]
923 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "Receive", MemberParameters = new object[]
924 {
925 "System.Memory`1<Byte>",
926 typeof(int),
927 typeof(int),
928 "System.Net.Sockets.SocketFlags",
929 "System.Net.Sockets.SocketError&"
930 }, ReturnType = typeof(int))]
931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "ReceiveFrom", MemberParameters = new object[]
932 {
933 "System.Memory`1<Byte>",
934 typeof(int),
935 typeof(int),
936 "System.Net.Sockets.SocketFlags",
937 "System.Net.EndPoint&",
938 "System.Net.Sockets.SocketError&"
939 }, ReturnType = typeof(int))]
940 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "BeginSendCallback", MemberParameters = new object[]
941 {
942 "System.Net.Sockets.SocketAsyncResult",
943 typeof(int)
944 }, ReturnType = typeof(void))]
945 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.ValueListBuilder`1", Member = "AsSpan", ReturnType = "System.ReadOnlySpan`1<T>")]
946 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = "ReadCore", MemberParameters = new object[] { "System.Span`1<Byte>" }, ReturnType = typeof(int))]
947 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigInteger", Member = ".ctor", MemberParameters = new object[]
948 {
949 "System.ReadOnlySpan`1<Byte>",
950 typeof(bool),
951 typeof(bool)
952 }, ReturnType = typeof(void))]
953 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigNumber", Member = "FormatBigIntegerToHex", MemberParameters = new object[]
954 {
955 typeof(bool),
956 "System.Numerics.BigInteger",
957 typeof(char),
958 typeof(int),
959 typeof(global::System.Globalization.NumberFormatInfo),
960 "System.Span`1<Char>",
961 typeof(ref int),
962 typeof(ref bool)
963 }, ReturnType = typeof(string))]
964 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigNumber", Member = "FormatBigInteger", MemberParameters = new object[]
965 {
966 typeof(bool),
967 "System.Numerics.BigInteger",
968 typeof(string),
969 "System.ReadOnlySpan`1<Char>",
970 typeof(global::System.Globalization.NumberFormatInfo),
971 "System.Span`1<Char>",
972 typeof(ref int),
973 typeof(ref bool)
974 }, ReturnType = typeof(string))]
975 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.ValueStringBuilder", Member = "ToString", ReturnType = typeof(string))]
976 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.ValueStringBuilder", Member = "TryCopyTo", MemberParameters = new object[]
977 {
978 "System.Span`1<Char>",
979 typeof(ref int)
980 }, ReturnType = typeof(bool))]
981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.ValueStringBuilder", Member = "Insert", MemberParameters = new object[]
982 {
983 typeof(int),
984 typeof(char),
985 typeof(int)
986 }, ReturnType = typeof(void))]
987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.ValueStringBuilder", Member = "AppendSlow", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
988 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.ValueStringBuilder", Member = "Append", MemberParameters = new object[]
989 {
990 typeof(char),
991 typeof(int)
992 }, ReturnType = typeof(void))]
993 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.ValueStringBuilder", Member = "Append", MemberParameters = new object[]
994 {
995 "System.Char*",
996 typeof(int)
997 }, ReturnType = typeof(void))]
998 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.ValueStringBuilder", Member = "AppendSpan", MemberParameters = new object[] { typeof(int) }, ReturnType = "System.Span`1<Char>")]
999 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 217)]
1000 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "CreateArgumentOutOfRangeException", ReturnType = typeof(global::System.Exception))]
1001 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1003 {
1004 throw null;
1005 }
1006
1007 [global::Cpp2ILInjected.Token(Token = "0x6000BA8")]
1008 [global::Cpp2ILInjected.Address(RVA = "0x1C551A8", Offset = "0x1C551A8", Length = "0x54")]
1009 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
1010 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1011 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", ReturnType = typeof(void))]
1012 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1013 [MethodImpl(8)]
1014 private static global::System.Exception CreateArgumentOutOfRangeException()
1015 {
1016 throw null;
1017 }
1018
1019 [global::Cpp2ILInjected.Token(Token = "0x6000BA9")]
1020 [global::Cpp2ILInjected.Address(RVA = "0x1C551FC", Offset = "0x1C551FC", Length = "0x24")]
1021 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "ReplaceHelper", MemberParameters = new object[]
1022 {
1023 typeof(int),
1024 typeof(string),
1025 typeof(global::System.ReadOnlySpan<int>)
1026 }, ReturnType = typeof(string))]
1027 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "MakeSeparatorList", MemberParameters = new object[]
1028 {
1029 typeof(string),
1030 typeof(ref global::System.Collections.Generic.ValueListBuilder<int>)
1031 }, ReturnType = typeof(void))]
1032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "MakeSeparatorList", MemberParameters = new object[]
1033 {
1034 typeof(string[]),
1035 typeof(ref global::System.Collections.Generic.ValueListBuilder<int>),
1036 typeof(ref global::System.Collections.Generic.ValueListBuilder<int>)
1037 }, ReturnType = typeof(void))]
1038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_ParseMDateRule", MemberParameters = new object[]
1039 {
1040 typeof(string),
1041 typeof(ref int),
1042 typeof(ref int),
1043 typeof(ref global::System.DayOfWeek)
1044 }, ReturnType = typeof(bool))]
1045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWords", MemberParameters = new object[]
1046 {
1047 typeof(string),
1048 typeof(bool),
1049 typeof(ref int)
1050 }, ReturnType = typeof(bool))]
1051 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "AsSpan", MemberParameters = new object[]
1052 {
1053 typeof(string),
1054 typeof(int)
1055 }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
1056 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "AsSpan", MemberParameters = new object[]
1057 {
1058 typeof(string),
1059 typeof(int),
1060 typeof(int)
1061 }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
1062 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffer), Member = "MemoryCopy", MemberParameters = new object[]
1063 {
1064 typeof(void*),
1065 typeof(void*),
1066 typeof(long),
1067 typeof(long)
1068 }, ReturnType = typeof(void))]
1069 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask.<>c", Member = "<.cctor>b__4_0", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1070 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c", Member = "<.cctor>b__4_0", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1071 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "AppendFormatHelper", MemberParameters = new object[]
1072 {
1073 typeof(global::System.IFormatProvider),
1074 typeof(string),
1075 typeof(global::System.ParamsArray)
1076 }, ReturnType = typeof(global::System.Text.StringBuilder))]
1077 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Runtime.CompilerServices.ValueTaskAwaiter.<>c", Member = "<.cctor>b__9_0", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
1079 {
1080 typeof(string),
1081 typeof(int),
1082 typeof(int),
1083 typeof(string),
1084 typeof(int),
1085 typeof(int),
1086 typeof(global::System.Globalization.CompareOptions)
1087 }, ReturnType = typeof(int))]
1088 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "CompareOrdinalIgnoreCase", MemberParameters = new object[]
1089 {
1090 typeof(string),
1091 typeof(int),
1092 typeof(int),
1093 typeof(string),
1094 typeof(int),
1095 typeof(int)
1096 }, ReturnType = typeof(int))]
1097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = ".ctor", MemberParameters = new object[]
1098 {
1099 typeof(int),
1100 "System.Collections.Generic.IEqualityComparer`1<TKey>"
1101 }, ReturnType = typeof(void))]
1102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Capture", Member = "GetLeftSubstring", ReturnType = "System.ReadOnlySpan`1<Char>")]
1103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Capture", Member = "GetRightSubstring", ReturnType = "System.ReadOnlySpan`1<Char>")]
1104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Match", Member = "GroupToStringImpl", MemberParameters = new object[] { typeof(int) }, ReturnType = "System.ReadOnlySpan`1<Char>")]
1105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 35)]
1106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "CreateArgumentOutOfRangeException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(global::System.Exception))]
1107 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1108 internal unsafe static void ThrowArgumentOutOfRangeException(global::System.ExceptionArgument argument)
1109 {
1110 throw null;
1111 }
1112
1113 [global::Cpp2ILInjected.Token(Token = "0x6000BAA")]
1114 [global::Cpp2ILInjected.Address(RVA = "0x1C55220", Offset = "0x1C55220", Length = "0xA4")]
1115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
1116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Enum), Member = "ToString", ReturnType = typeof(string))]
1118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1120 [MethodImpl(8)]
1121 private static global::System.Exception CreateArgumentOutOfRangeException(global::System.ExceptionArgument argument)
1122 {
1123 throw null;
1124 }
1125
1126 [global::Cpp2ILInjected.Token(Token = "0x6000BAB")]
1127 [global::Cpp2ILInjected.Address(RVA = "0x1C552C4", Offset = "0x1C552C4", Length = "0x24")]
1128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IList<T>.Insert", MemberParameters = new object[]
1129 {
1130 typeof(int),
1131 "T"
1132 }, ReturnType = typeof(void))]
1133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IList<T>.RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.ICollection<T>.Add", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
1135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.ICollection<T>.Clear", ReturnType = typeof(void))]
1136 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.ICollection<T>.Remove", MemberParameters = new object[] { "T" }, ReturnType = typeof(bool))]
1137 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "CreateThrowNotSupportedException", ReturnType = typeof(global::System.Exception))]
1139 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1140 internal static void ThrowNotSupportedException()
1141 {
1142 throw null;
1143 }
1144
1145 [global::Cpp2ILInjected.Token(Token = "0x6000BAC")]
1146 [global::Cpp2ILInjected.Address(RVA = "0x1C552E8", Offset = "0x1C552E8", Length = "0x54")]
1147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowNotSupportedException", ReturnType = typeof(void))]
1148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
1150 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1151 [MethodImpl(8)]
1152 private static global::System.Exception CreateThrowNotSupportedException()
1153 {
1154 throw null;
1155 }
1156
1157 [global::Cpp2ILInjected.Token(Token = "0x6000BAD")]
1158 [global::Cpp2ILInjected.Address(RVA = "0x1C5533C", Offset = "0x1C5533C", Length = "0xAC")]
1159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.IDictionary.set_Item", MemberParameters = new object[]
1160 {
1161 typeof(object),
1162 typeof(object)
1163 }, ReturnType = typeof(void))]
1164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.IDictionary.Add", MemberParameters = new object[]
1165 {
1166 typeof(object),
1167 typeof(object)
1168 }, ReturnType = typeof(void))]
1169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[]
1171 {
1172 typeof(string),
1173 typeof(object[])
1174 }, ReturnType = typeof(string))]
1175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
1176 {
1177 typeof(string),
1178 typeof(string)
1179 }, ReturnType = typeof(void))]
1180 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1181 internal static void ThrowWrongKeyTypeArgumentException(object key, global::System.Type targetType)
1182 {
1183 throw null;
1184 }
1185
1186 [global::Cpp2ILInjected.Token(Token = "0x6000BAE")]
1187 [global::Cpp2ILInjected.Address(RVA = "0x1C553E8", Offset = "0x1C553E8", Length = "0xAC")]
1188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.set_Item", MemberParameters = new object[]
1189 {
1190 typeof(int),
1191 typeof(object)
1192 }, ReturnType = typeof(void))]
1193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.Add", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
1194 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.Insert", MemberParameters = new object[]
1195 {
1196 typeof(int),
1197 typeof(object)
1198 }, ReturnType = typeof(void))]
1199 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.IDictionary.set_Item", MemberParameters = new object[]
1200 {
1201 typeof(object),
1202 typeof(object)
1203 }, ReturnType = typeof(void))]
1204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.IDictionary.Add", MemberParameters = new object[]
1205 {
1206 typeof(object),
1207 typeof(object)
1208 }, ReturnType = typeof(void))]
1209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.IList.set_Item", MemberParameters = new object[]
1210 {
1211 typeof(int),
1212 typeof(object)
1213 }, ReturnType = typeof(void))]
1214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.IList.Add", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
1215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.IList.Insert", MemberParameters = new object[]
1216 {
1217 typeof(int),
1218 typeof(object)
1219 }, ReturnType = typeof(void))]
1220 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
1221 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[]
1222 {
1223 typeof(string),
1224 typeof(object[])
1225 }, ReturnType = typeof(string))]
1226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
1227 {
1228 typeof(string),
1229 typeof(string)
1230 }, ReturnType = typeof(void))]
1231 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1232 internal static void ThrowWrongValueTypeArgumentException(object value, global::System.Type targetType)
1233 {
1234 throw null;
1235 }
1236
1237 [global::Cpp2ILInjected.Token(Token = "0x6000BAF")]
1238 [global::Cpp2ILInjected.Address(RVA = "0x1C55494", Offset = "0x1C55494", Length = "0x50")]
1239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1240 {
1241 typeof(global::System.Array),
1242 typeof(int)
1243 }, ReturnType = typeof(void))]
1244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1245 {
1246 typeof(global::System.Array),
1247 typeof(int)
1248 }, ReturnType = typeof(void))]
1249 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "CopyTo", MemberParameters = new object[]
1250 {
1251 "TKey[]",
1252 typeof(int)
1253 }, ReturnType = typeof(void))]
1254 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1255 {
1256 typeof(global::System.Array),
1257 typeof(int)
1258 }, ReturnType = typeof(void))]
1259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "CopyTo", MemberParameters = new object[]
1260 {
1261 "TValue[]",
1262 typeof(int)
1263 }, ReturnType = typeof(void))]
1264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1265 {
1266 typeof(global::System.Array),
1267 typeof(int)
1268 }, ReturnType = typeof(void))]
1269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "CopyTo", MemberParameters = new object[]
1270 {
1271 "System.Collections.Generic.KeyValuePair`2<TKey, TValue>[]",
1272 typeof(int)
1273 }, ReturnType = typeof(void))]
1274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1275 {
1276 typeof(global::System.Array),
1277 typeof(int)
1278 }, ReturnType = typeof(void))]
1279 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1280 {
1281 typeof(global::System.Array),
1282 typeof(int)
1283 }, ReturnType = typeof(void))]
1284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveRange", MemberParameters = new object[]
1285 {
1286 typeof(int),
1287 typeof(int)
1288 }, ReturnType = typeof(void))]
1289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Reverse", MemberParameters = new object[]
1290 {
1291 typeof(int),
1292 typeof(int)
1293 }, ReturnType = typeof(void))]
1294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Sort", MemberParameters = new object[]
1295 {
1296 typeof(int),
1297 typeof(int),
1298 "System.Collections.Generic.IComparer`1<T>"
1299 }, ReturnType = typeof(void))]
1300 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Comparer<>), Member = "System.Collections.IComparer.Compare", MemberParameters = new object[]
1301 {
1302 typeof(object),
1303 typeof(object)
1304 }, ReturnType = typeof(int))]
1305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.EqualityComparer<>), Member = "System.Collections.IEqualityComparer.GetHashCode", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
1306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.EqualityComparer<>), Member = "System.Collections.IEqualityComparer.Equals", MemberParameters = new object[]
1307 {
1308 typeof(object),
1309 typeof(object)
1310 }, ReturnType = typeof(bool))]
1311 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 25)]
1312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetResourceName", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(string))]
1313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1315 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1316 internal static void ThrowArgumentException(global::System.ExceptionResource resource)
1317 {
1318 throw null;
1319 }
1320
1321 [global::Cpp2ILInjected.Token(Token = "0x6000BB0")]
1322 [global::Cpp2ILInjected.Address(RVA = "0x1C55770", Offset = "0x1C55770", Length = "0x64")]
1323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
1324 {
1325 typeof(string),
1326 typeof(string),
1327 typeof(global::System.StringComparison)
1328 }, ReturnType = typeof(int))]
1329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
1330 {
1331 typeof(string),
1332 typeof(int),
1333 typeof(string),
1334 typeof(int),
1335 typeof(int),
1336 typeof(global::System.StringComparison)
1337 }, ReturnType = typeof(int))]
1338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "EndsWith", MemberParameters = new object[]
1339 {
1340 typeof(string),
1341 typeof(global::System.StringComparison)
1342 }, ReturnType = typeof(bool))]
1343 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
1344 {
1345 typeof(string),
1346 typeof(global::System.StringComparison)
1347 }, ReturnType = typeof(bool))]
1348 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
1349 {
1350 typeof(string),
1351 typeof(string),
1352 typeof(global::System.StringComparison)
1353 }, ReturnType = typeof(bool))]
1354 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[]
1355 {
1356 typeof(string),
1357 typeof(global::System.StringComparison)
1358 }, ReturnType = typeof(bool))]
1359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "CheckStringComparison", MemberParameters = new object[] { typeof(global::System.StringComparison) }, ReturnType = typeof(void))]
1360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt16", MemberParameters = new object[]
1361 {
1362 typeof(byte[]),
1363 typeof(int)
1364 }, ReturnType = typeof(short))]
1365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt32", MemberParameters = new object[]
1366 {
1367 typeof(byte[]),
1368 typeof(int)
1369 }, ReturnType = typeof(int))]
1370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt64", MemberParameters = new object[]
1371 {
1372 typeof(byte[]),
1373 typeof(int)
1374 }, ReturnType = typeof(long))]
1375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToString", MemberParameters = new object[]
1376 {
1377 typeof(byte[]),
1378 typeof(int),
1379 typeof(int)
1380 }, ReturnType = typeof(string))]
1381 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
1382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetResourceName", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(string))]
1383 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1384 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentName", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(string))]
1385 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
1386 {
1387 typeof(string),
1388 typeof(string)
1389 }, ReturnType = typeof(void))]
1390 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1391 internal static void ThrowArgumentException(global::System.ExceptionResource resource, global::System.ExceptionArgument argument)
1392 {
1393 throw null;
1394 }
1395
1396 [global::Cpp2ILInjected.Token(Token = "0x6000BB1")]
1397 [global::Cpp2ILInjected.Address(RVA = "0x1C55958", Offset = "0x1C55958", Length = "0x9C")]
1398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt16", MemberParameters = new object[]
1399 {
1400 typeof(byte[]),
1401 typeof(int)
1402 }, ReturnType = typeof(short))]
1403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt32", MemberParameters = new object[]
1404 {
1405 typeof(byte[]),
1406 typeof(int)
1407 }, ReturnType = typeof(int))]
1408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToInt64", MemberParameters = new object[]
1409 {
1410 typeof(byte[]),
1411 typeof(int)
1412 }, ReturnType = typeof(long))]
1413 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToString", MemberParameters = new object[]
1414 {
1415 typeof(byte[]),
1416 typeof(int),
1417 typeof(int)
1418 }, ReturnType = typeof(string))]
1419 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1420 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "set_Capacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Insert", MemberParameters = new object[]
1422 {
1423 typeof(int),
1424 "T"
1425 }, ReturnType = typeof(void))]
1426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveRange", MemberParameters = new object[]
1427 {
1428 typeof(int),
1429 typeof(int)
1430 }, ReturnType = typeof(void))]
1431 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Reverse", MemberParameters = new object[]
1432 {
1433 typeof(int),
1434 typeof(int)
1435 }, ReturnType = typeof(void))]
1436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Sort", MemberParameters = new object[]
1437 {
1438 typeof(int),
1439 typeof(int),
1440 "System.Collections.Generic.IComparer`1<T>"
1441 }, ReturnType = typeof(void))]
1442 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
1443 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentName", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(string))]
1444 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetResourceName", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(string))]
1445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1446 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1447 {
1448 typeof(string),
1449 typeof(string)
1450 }, ReturnType = typeof(void))]
1451 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1452 internal static void ThrowArgumentOutOfRangeException(global::System.ExceptionArgument argument, global::System.ExceptionResource resource)
1453 {
1454 throw null;
1455 }
1456
1457 [global::Cpp2ILInjected.Token(Token = "0x6000BB2")]
1458 [global::Cpp2ILInjected.Address(RVA = "0x1C559F4", Offset = "0x1C559F4", Length = "0x50")]
1459 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
1460 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "CopyTo", MemberParameters = new object[]
1461 {
1462 "T[]",
1463 typeof(int)
1464 }, ReturnType = typeof(void))]
1465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IList<T>.get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IList<T>.set_Item", MemberParameters = new object[]
1467 {
1468 typeof(int),
1469 "T"
1470 }, ReturnType = typeof(void))]
1471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IList<T>.IndexOf", MemberParameters = new object[] { "T" }, ReturnType = typeof(int))]
1472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IReadOnlyList<T>.get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.ICollection<T>.Contains", MemberParameters = new object[] { "T" }, ReturnType = typeof(bool))]
1474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "ThrowInvalidOperationIfDefault", ReturnType = typeof(void))]
1475 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
1476 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetResourceName", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(string))]
1477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1478 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1479 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1480 internal static void ThrowInvalidOperationException(global::System.ExceptionResource resource)
1481 {
1482 throw null;
1483 }
1484
1485 [global::Cpp2ILInjected.Token(Token = "0x6000BB3")]
1486 [global::Cpp2ILInjected.Address(RVA = "0x1C55A44", Offset = "0x1C55A44", Length = "0x50")]
1487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1488 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1489 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetResourceName", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(string))]
1490 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1491 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1492 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1493 internal static void ThrowSerializationException(global::System.ExceptionResource resource)
1494 {
1495 throw null;
1496 }
1497
1498 [global::Cpp2ILInjected.Token(Token = "0x6000BB4")]
1499 [global::Cpp2ILInjected.Address(RVA = "0x1C55A94", Offset = "0x1C55A94", Length = "0x50")]
1500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "set_Item", MemberParameters = new object[]
1501 {
1502 typeof(int),
1503 "T"
1504 }, ReturnType = typeof(void))]
1505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "Add", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
1506 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "Clear", ReturnType = typeof(void))]
1507 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "Insert", MemberParameters = new object[]
1508 {
1509 typeof(int),
1510 "T"
1511 }, ReturnType = typeof(void))]
1512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "Remove", MemberParameters = new object[] { "T" }, ReturnType = typeof(bool))]
1513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.Add", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
1515 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.Insert", MemberParameters = new object[]
1516 {
1517 typeof(int),
1518 typeof(object)
1519 }, ReturnType = typeof(void))]
1520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.IList.Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.Generic.IList<T>.set_Item", MemberParameters = new object[]
1522 {
1523 typeof(int),
1524 "T"
1525 }, ReturnType = typeof(void))]
1526 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.Generic.ICollection<T>.Add", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
1527 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.Generic.ICollection<T>.Clear", ReturnType = typeof(void))]
1528 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.Generic.IList<T>.Insert", MemberParameters = new object[]
1529 {
1530 typeof(int),
1531 "T"
1532 }, ReturnType = typeof(void))]
1533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.Generic.ICollection<T>.Remove", MemberParameters = new object[] { "T" }, ReturnType = typeof(bool))]
1534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.Generic.IList<T>.RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.IList.set_Item", MemberParameters = new object[]
1536 {
1537 typeof(int),
1538 typeof(object)
1539 }, ReturnType = typeof(void))]
1540 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.IList.Add", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
1541 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.IList.Clear", ReturnType = typeof(void))]
1542 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.IList.Insert", MemberParameters = new object[]
1543 {
1544 typeof(int),
1545 typeof(object)
1546 }, ReturnType = typeof(void))]
1547 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.IList.Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1548 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.IList.RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.Generic.ICollection<TKey>.Add", MemberParameters = new object[] { "TKey" }, ReturnType = typeof(void))]
1550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.Generic.ICollection<TKey>.Clear", ReturnType = typeof(void))]
1551 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.Generic.ICollection<TKey>.Remove", MemberParameters = new object[] { "TKey" }, ReturnType = typeof(bool))]
1552 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.Generic.ICollection<TValue>.Add", MemberParameters = new object[] { "TValue" }, ReturnType = typeof(void))]
1553 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.Generic.ICollection<TValue>.Remove", MemberParameters = new object[] { "TValue" }, ReturnType = typeof(bool))]
1554 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.Generic.ICollection<TValue>.Clear", ReturnType = typeof(void))]
1555 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 27)]
1556 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetResourceName", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(string))]
1557 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1558 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1559 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1560 internal static void ThrowNotSupportedException(global::System.ExceptionResource resource)
1561 {
1562 throw null;
1563 }
1564
1565 [global::Cpp2ILInjected.Token(Token = "0x6000BB5")]
1566 [global::Cpp2ILInjected.Address(RVA = "0x1C55AE4", Offset = "0x1C55AE4", Length = "0x4C")]
1567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
1568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.Enumerator), Member = "System.Collections.IEnumerator.Reset", ReturnType = typeof(void))]
1569 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
1570 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection.Enumerator), Member = "System.Collections.IEnumerator.Reset", ReturnType = typeof(void))]
1571 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
1572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection.Enumerator), Member = "System.Collections.IEnumerator.Reset", ReturnType = typeof(void))]
1573 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
1574 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>.Enumerator), Member = "MoveNextRare", ReturnType = typeof(bool))]
1575 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>.Enumerator), Member = "System.Collections.IEnumerator.Reset", ReturnType = typeof(void))]
1576 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "ForEach", MemberParameters = new object[] { "System.Action`1<T>" }, ReturnType = typeof(void))]
1577 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
1578 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1579 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1581 {
1582 throw null;
1583 }
1584
1585 [global::Cpp2ILInjected.Token(Token = "0x6000BB6")]
1586 [global::Cpp2ILInjected.Address(RVA = "0x1C55B30", Offset = "0x1C55B30", Length = "0x4C")]
1587 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Runtime.CompilerServices.ConditionalWeakTable`2.Enumerator", Member = "get_Current", ReturnType = "System.Collections.Generic.KeyValuePair`2<TKey, TValue>")]
1588 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.Enumerator), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
1589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.Enumerator), Member = "System.Collections.IDictionaryEnumerator.get_Entry", ReturnType = typeof(global::System.Collections.DictionaryEntry))]
1590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.Enumerator), Member = "System.Collections.IDictionaryEnumerator.get_Key", ReturnType = typeof(object))]
1591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.Enumerator), Member = "System.Collections.IDictionaryEnumerator.get_Value", ReturnType = typeof(object))]
1592 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection.Enumerator), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
1593 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection.Enumerator), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
1594 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>.Enumerator), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
1595 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
1596 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1597 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1599 {
1600 throw null;
1601 }
1602
1603 [global::Cpp2ILInjected.Token(Token = "0x6000BB7")]
1604 [global::Cpp2ILInjected.Address(RVA = "0x1C55B7C", Offset = "0x1C55B7C", Length = "0x4C")]
1605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>.Enumerator), Member = "get_Current", ReturnType = "T")]
1606 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1607 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1608 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1610 {
1611 throw null;
1612 }
1613
1614 [global::Cpp2ILInjected.Token(Token = "0x6000BB8")]
1615 [global::Cpp2ILInjected.Address(RVA = "0x1C55BC8", Offset = "0x1C55BC8", Length = "0x4C")]
1616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>.Enumerator), Member = "get_Current", ReturnType = "T")]
1617 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1618 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1619 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1621 {
1622 throw null;
1623 }
1624
1625 [global::Cpp2ILInjected.Token(Token = "0x6000BB9")]
1626 [global::Cpp2ILInjected.Address(RVA = "0x1C55C14", Offset = "0x1C55C14", Length = "0x4C")]
1627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Nullable<>), Member = "get_Value", ReturnType = "T")]
1628 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1629 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1630 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1632 {
1633 throw null;
1634 }
1635
1636 [global::Cpp2ILInjected.Token(Token = "0x6000BBA")]
1637 [global::Cpp2ILInjected.Address(RVA = "0x1C55C60", Offset = "0x1C55C60", Length = "0x7C")]
1638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRange_IndexException", ReturnType = typeof(void))]
1639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowIndexArgumentOutOfRange_NeedNonNegNumException", ReturnType = typeof(void))]
1640 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1641 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentName", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(string))]
1642 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1643 {
1644 typeof(string),
1645 typeof(string)
1646 }, ReturnType = typeof(void))]
1647 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1648 private static global::System.ArgumentOutOfRangeException GetArgumentOutOfRangeException(global::System.ExceptionArgument argument, string resource)
1649 {
1650 throw null;
1651 }
1652
1653 [global::Cpp2ILInjected.Token(Token = "0x6000BBB")]
1654 [global::Cpp2ILInjected.Address(RVA = "0x1C55CDC", Offset = "0x1C55CDC", Length = "0x38")]
1655 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IList<T>.get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IList<T>.set_Item", MemberParameters = new object[]
1657 {
1658 typeof(int),
1659 "T"
1660 }, ReturnType = typeof(void))]
1661 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = "System.Collections.Generic.IReadOnlyList<T>.get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "set_Item", MemberParameters = new object[]
1663 {
1664 typeof(int),
1665 "T"
1666 }, ReturnType = typeof(void))]
1667 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "Insert", MemberParameters = new object[]
1668 {
1669 typeof(int),
1670 "T"
1671 }, ReturnType = typeof(void))]
1672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "set_Item", MemberParameters = new object[]
1675 {
1676 typeof(int),
1677 "T"
1678 }, ReturnType = typeof(void))]
1679 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "InsertRange", MemberParameters = new object[]
1680 {
1681 typeof(int),
1682 "System.Collections.Generic.IEnumerable`1<T>"
1683 }, ReturnType = typeof(void))]
1684 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1685 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
1686 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentOutOfRangeException", MemberParameters = new object[]
1687 {
1688 typeof(global::System.ExceptionArgument),
1689 typeof(string)
1690 }, ReturnType = typeof(global::System.ArgumentOutOfRangeException))]
1691 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1693 {
1694 throw null;
1695 }
1696
1697 [global::Cpp2ILInjected.Token(Token = "0x6000BBC")]
1698 [global::Cpp2ILInjected.Address(RVA = "0x1C55D14", Offset = "0x1C55D14", Length = "0x38")]
1699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1700 {
1701 typeof(global::System.Array),
1702 typeof(int)
1703 }, ReturnType = typeof(void))]
1704 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1705 {
1706 typeof(global::System.Array),
1707 typeof(int)
1708 }, ReturnType = typeof(void))]
1709 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "CopyTo", MemberParameters = new object[]
1710 {
1711 "TKey[]",
1712 typeof(int)
1713 }, ReturnType = typeof(void))]
1714 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1715 {
1716 typeof(global::System.Array),
1717 typeof(int)
1718 }, ReturnType = typeof(void))]
1719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "CopyTo", MemberParameters = new object[]
1720 {
1721 "TValue[]",
1722 typeof(int)
1723 }, ReturnType = typeof(void))]
1724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1725 {
1726 typeof(global::System.Array),
1727 typeof(int)
1728 }, ReturnType = typeof(void))]
1729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "CopyTo", MemberParameters = new object[]
1730 {
1731 "System.Collections.Generic.KeyValuePair`2<TKey, TValue>[]",
1732 typeof(int)
1733 }, ReturnType = typeof(void))]
1734 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1735 {
1736 typeof(global::System.Array),
1737 typeof(int)
1738 }, ReturnType = typeof(void))]
1739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "RemoveRange", MemberParameters = new object[]
1740 {
1741 typeof(int),
1742 typeof(int)
1743 }, ReturnType = typeof(void))]
1744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Reverse", MemberParameters = new object[]
1745 {
1746 typeof(int),
1747 typeof(int)
1748 }, ReturnType = typeof(void))]
1749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "Sort", MemberParameters = new object[]
1750 {
1751 typeof(int),
1752 typeof(int),
1753 "System.Collections.Generic.IComparer`1<T>"
1754 }, ReturnType = typeof(void))]
1755 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
1756 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentOutOfRangeException", MemberParameters = new object[]
1757 {
1758 typeof(global::System.ExceptionArgument),
1759 typeof(string)
1760 }, ReturnType = typeof(global::System.ArgumentOutOfRangeException))]
1761 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1763 {
1764 throw null;
1765 }
1766
1767 [global::Cpp2ILInjected.Token(Token = "0x6000BBD")]
1768 [global::Cpp2ILInjected.Address(RVA = "0x1C55D4C", Offset = "0x1C55D4C", Length = "0x4C")]
1769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1770 {
1771 typeof(global::System.Array),
1772 typeof(int)
1773 }, ReturnType = typeof(void))]
1774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1775 {
1776 typeof(global::System.Array),
1777 typeof(int)
1778 }, ReturnType = typeof(void))]
1779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.KeyCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1780 {
1781 typeof(global::System.Array),
1782 typeof(int)
1783 }, ReturnType = typeof(void))]
1784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.ValueCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1785 {
1786 typeof(global::System.Array),
1787 typeof(int)
1788 }, ReturnType = typeof(void))]
1789 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1790 {
1791 typeof(global::System.Array),
1792 typeof(int)
1793 }, ReturnType = typeof(void))]
1794 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.List<>), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
1795 {
1796 typeof(global::System.Array),
1797 typeof(int)
1798 }, ReturnType = typeof(void))]
1799 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
1800 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1801 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1803 {
1804 throw null;
1805 }
1806
1807 [global::Cpp2ILInjected.Token(Token = "0x6000BBE")]
1808 [global::Cpp2ILInjected.Address(RVA = "0x1C55D98", Offset = "0x1C55D98", Length = "0x90")]
1809 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowAddingDuplicateWithKeyArgumentException", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1810 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1811 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
1812 {
1813 typeof(string),
1814 typeof(object)
1815 }, ReturnType = typeof(string))]
1816 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1817 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1818 private static global::System.ArgumentException GetAddingDuplicateWithKeyArgumentException(object key)
1819 {
1820 throw null;
1821 }
1822
1823 [global::Cpp2ILInjected.Token(Token = "0x6000BBF")]
1824 [global::Cpp2ILInjected.Address(RVA = "0x1C55E28", Offset = "0x1C55E28", Length = "0x24")]
1825 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "TryInsert", MemberParameters = new object[]
1826 {
1827 "TKey",
1828 "TValue",
1829 typeof(global::System.Collections.Generic.InsertionBehavior)
1830 }, ReturnType = typeof(bool))]
1831 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1832 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetAddingDuplicateWithKeyArgumentException", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.ArgumentException))]
1833 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1835 {
1836 throw null;
1837 }
1838
1839 [global::Cpp2ILInjected.Token(Token = "0x6000BC0")]
1840 [global::Cpp2ILInjected.Address(RVA = "0x1C55E4C", Offset = "0x1C55E4C", Length = "0x6C")]
1841 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1842 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowKeyNotFoundException", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1843 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1844 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
1845 {
1846 typeof(string),
1847 typeof(object)
1848 }, ReturnType = typeof(string))]
1849 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.KeyNotFoundException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1850 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1851 private static global::System.Collections.Generic.KeyNotFoundException GetKeyNotFoundException(object key)
1852 {
1853 throw null;
1854 }
1855
1856 [global::Cpp2ILInjected.Token(Token = "0x6000BC1")]
1857 [global::Cpp2ILInjected.Address(RVA = "0x1C55EB8", Offset = "0x1C55EB8", Length = "0x8")]
1858 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "get_Item", MemberParameters = new object[] { "TKey" }, ReturnType = "TValue")]
1859 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1860 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetKeyNotFoundException", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Collections.Generic.KeyNotFoundException))]
1861 internal static void ThrowKeyNotFoundException(object key)
1862 {
1863 throw null;
1864 }
1865
1866 [global::Cpp2ILInjected.Token(Token = "0x6000BC2")]
1867 [global::Cpp2ILInjected.Address(RVA = "0x1C55EC0", Offset = "0x1C55EC0", Length = "0x60")]
1868 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1869 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
1870 {
1871 typeof(string),
1872 typeof(object)
1873 }, ReturnType = typeof(string))]
1874 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1875 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1876 internal static void ThrowInvalidTypeWithPointersNotSupported(global::System.Type targetType)
1877 {
1878 throw null;
1879 }
1880
1881 [global::Cpp2ILInjected.Token(Token = "0x6000BC3")]
1882 [global::Cpp2ILInjected.Address(RVA = "0x1C55F20", Offset = "0x1C55F20", Length = "0x30")]
1883 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "FindEntry", MemberParameters = new object[] { "TKey" }, ReturnType = typeof(int))]
1884 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "TryInsert", MemberParameters = new object[]
1885 {
1886 "TKey",
1887 "TValue",
1888 typeof(global::System.Collections.Generic.InsertionBehavior)
1889 }, ReturnType = typeof(bool))]
1890 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1891 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetInvalidOperationException", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.InvalidOperationException))]
1892 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1894 {
1895 throw null;
1896 }
1897
1898 [global::Cpp2ILInjected.Token(Token = "0x6000BC4")]
1899 [global::Cpp2ILInjected.Address(RVA = "0x1C55F50", Offset = "0x1C55F50", Length = "0x5C")]
1900 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowInvalidOperationException_ConcurrentOperationsNotSupported", ReturnType = typeof(void))]
1901 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1902 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1903 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1904 internal static global::System.InvalidOperationException GetInvalidOperationException(string str)
1905 {
1906 throw null;
1907 }
1908
1909 [global::Cpp2ILInjected.Token(Token = "0x6000BC5")]
1910 [global::Cpp2ILInjected.Address(RVA = "0x1C55FAC", Offset = "0x1C55FAC", Length = "0x24")]
1911 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>), Member = ".ctor", MemberParameters = new object[]
1912 {
1913 "T[]",
1914 typeof(int),
1915 typeof(int)
1916 }, ReturnType = typeof(void))]
1917 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1918 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArraySegmentCtorValidationFailedException", MemberParameters = new object[]
1919 {
1920 typeof(global::System.Array),
1921 typeof(int),
1922 typeof(int)
1923 }, ReturnType = typeof(global::System.Exception))]
1924 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1925 internal static void ThrowArraySegmentCtorValidationFailedExceptions(global::System.Array array, int offset, int count)
1926 {
1927 throw null;
1928 }
1929
1930 [global::Cpp2ILInjected.Token(Token = "0x6000BC6")]
1931 [global::Cpp2ILInjected.Address(RVA = "0x1C55FD0", Offset = "0x1C55FD0", Length = "0x30")]
1932 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArraySegmentCtorValidationFailedExceptions", MemberParameters = new object[]
1933 {
1934 typeof(global::System.Array),
1935 typeof(int),
1936 typeof(int)
1937 }, ReturnType = typeof(void))]
1938 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1939 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentException", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(global::System.ArgumentException))]
1940 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentOutOfRangeException", MemberParameters = new object[]
1941 {
1942 typeof(global::System.ExceptionArgument),
1943 typeof(global::System.ExceptionResource)
1944 }, ReturnType = typeof(global::System.ArgumentOutOfRangeException))]
1945 private static global::System.Exception GetArraySegmentCtorValidationFailedException(global::System.Array array, int offset, int count)
1946 {
1947 throw null;
1948 }
1949
1950 [global::Cpp2ILInjected.Token(Token = "0x6000BC7")]
1951 [global::Cpp2ILInjected.Address(RVA = "0x1C56124", Offset = "0x1C56124", Length = "0xA4")]
1952 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "GetArraySegmentCtorValidationFailedException", MemberParameters = new object[]
1953 {
1954 typeof(global::System.Array),
1955 typeof(int),
1956 typeof(int)
1957 }, ReturnType = typeof(global::System.Exception))]
1958 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1959 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Enum), Member = "ToString", ReturnType = typeof(string))]
1960 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1961 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1962 private static global::System.ArgumentException GetArgumentException(global::System.ExceptionResource resource)
1963 {
1964 throw null;
1965 }
1966
1967 [global::Cpp2ILInjected.Token(Token = "0x6000BC8")]
1968 [global::Cpp2ILInjected.Address(RVA = "0x1C56000", Offset = "0x1C56000", Length = "0x6C")]
1969 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1970 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentName", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(string))]
1971 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1972 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1973 private static global::System.ArgumentNullException GetArgumentNullException(global::System.ExceptionArgument argument)
1974 {
1975 throw null;
1976 }
1977
1978 [global::Cpp2ILInjected.Token(Token = "0x6000BC9")]
1979 [global::Cpp2ILInjected.Address(RVA = "0x15A1400", Offset = "0x15A1400", Length = "0x14")]
1980 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1981 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1982 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
1983 internal static void IfNullAndNullsAreIllegalThenThrow<T>(object value, global::System.ExceptionArgument argName)
1984 {
1985 throw null;
1986 }
1987
1988 [global::Cpp2ILInjected.Token(Token = "0x6000BCA")]
1989 [global::Cpp2ILInjected.Address(RVA = "0x1C557D4", Offset = "0x1C557D4", Length = "0x184")]
1990 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1991 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentException", MemberParameters = new object[]
1992 {
1993 typeof(global::System.ExceptionResource),
1994 typeof(global::System.ExceptionArgument)
1995 }, ReturnType = typeof(void))]
1996 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", MemberParameters = new object[]
1997 {
1998 typeof(global::System.ExceptionArgument),
1999 typeof(global::System.ExceptionResource)
2000 }, ReturnType = typeof(void))]
2001 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentOutOfRangeException", MemberParameters = new object[]
2002 {
2003 typeof(global::System.ExceptionArgument),
2004 typeof(string)
2005 }, ReturnType = typeof(global::System.ArgumentOutOfRangeException))]
2006 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(global::System.ArgumentNullException))]
2007 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentOutOfRangeException", MemberParameters = new object[]
2008 {
2009 typeof(global::System.ExceptionArgument),
2010 typeof(global::System.ExceptionResource)
2011 }, ReturnType = typeof(global::System.ArgumentOutOfRangeException))]
2012 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
2013 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
2014 internal static string GetArgumentName(global::System.ExceptionArgument argument)
2015 {
2016 throw null;
2017 }
2018
2019 [global::Cpp2ILInjected.Token(Token = "0x6000BCB")]
2020 [global::Cpp2ILInjected.Address(RVA = "0x1C5606C", Offset = "0x1C5606C", Length = "0xB8")]
2021 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "GetArraySegmentCtorValidationFailedException", MemberParameters = new object[]
2022 {
2023 typeof(global::System.Array),
2024 typeof(int),
2025 typeof(int)
2026 }, ReturnType = typeof(global::System.Exception))]
2027 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2028 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "GetArgumentName", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(string))]
2029 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Enum), Member = "ToString", ReturnType = typeof(string))]
2030 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
2031 {
2032 typeof(string),
2033 typeof(string)
2034 }, ReturnType = typeof(void))]
2035 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
2036 private static global::System.ArgumentOutOfRangeException GetArgumentOutOfRangeException(global::System.ExceptionArgument argument, global::System.ExceptionResource resource)
2037 {
2038 throw null;
2039 }
2040
2041 [global::Cpp2ILInjected.Token(Token = "0x6000BCC")]
2042 [global::Cpp2ILInjected.Address(RVA = "0x1C554E4", Offset = "0x1C554E4", Length = "0x28C")]
2043 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2044 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentException", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(void))]
2045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentException", MemberParameters = new object[]
2046 {
2047 typeof(global::System.ExceptionResource),
2048 typeof(global::System.ExceptionArgument)
2049 }, ReturnType = typeof(void))]
2050 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", MemberParameters = new object[]
2051 {
2052 typeof(global::System.ExceptionArgument),
2053 typeof(global::System.ExceptionResource)
2054 }, ReturnType = typeof(void))]
2055 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowInvalidOperationException", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(void))]
2056 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowSerializationException", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(void))]
2057 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "ThrowNotSupportedException", MemberParameters = new object[] { typeof(global::System.ExceptionResource) }, ReturnType = typeof(void))]
2058 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
2059 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 47)]
2060 internal static string GetResourceName(global::System.ExceptionResource resource)
2061 {
2062 throw null;
2063 }
2064 }
2065}
class f__AnonymousType0<< Count > j__TPar
static global::System.Exception CreateArgumentNullException(global::System.ExceptionArgument argument)
static string GetResourceName(global::System.ExceptionResource resource)
static global::System.ArgumentOutOfRangeException GetArgumentOutOfRangeException(global::System.ExceptionArgument argument, global::System.ExceptionResource resource)
static global::System.ArgumentNullException GetArgumentNullException(global::System.ExceptionArgument argument)
static void ThrowKeyNotFoundException(object key)
static global::System.Exception CreateArgumentOutOfRangeException()
static global::System.Exception CreateThrowNotSupportedException()
static void ThrowWrongKeyTypeArgumentException(object key, global::System.Type targetType)
static global::System.ArgumentException GetAddingDuplicateWithKeyArgumentException(object key)
static void ThrowArrayTypeMismatchException()
static void ThrowWrongValueTypeArgumentException(object value, global::System.Type targetType)
static void ThrowInvalidOperationException_InvalidOperation_EnumOpCantHappen()
static global::System.Exception CreateArrayTypeMismatchException()
static void ThrowSerializationException(global::System.ExceptionResource resource)
static unsafe void ThrowArgumentOutOfRangeException(global::System.ExceptionArgument argument)
static void ThrowArgumentOutOfRange_IndexException()
static global::System.Exception GetArraySegmentCtorValidationFailedException(global::System.Array array, int offset, int count)
static void ThrowInvalidTypeWithPointersNotSupported(global::System.Type targetType)
static global::System.InvalidOperationException GetInvalidOperationException(string str)
static unsafe void ThrowIndexOutOfRangeException()
static void ThrowArgumentException_Argument_InvalidArrayType()
static void ThrowArgumentException(global::System.ExceptionResource resource)
static void ThrowArgumentException(global::System.ExceptionResource resource, global::System.ExceptionArgument argument)
static void ThrowAddingDuplicateWithKeyArgumentException(object key)
static void ThrowNotSupportedException()
static void ThrowInvalidOperationException_InvalidOperation_NoValue()
static global::System.Exception CreateArgumentOutOfRangeException(global::System.ExceptionArgument argument)
static string GetArgumentName(global::System.ExceptionArgument argument)
static void ThrowNotSupportedException(global::System.ExceptionResource resource)
static void ThrowInvalidOperationException_InvalidOperation_EnumFailedVersion()
static global::System.Exception CreateArgumentException_DestinationTooShort()
static void ThrowArgumentNullException(global::System.ExceptionArgument argument)
static void ThrowIndexArgumentOutOfRange_NeedNonNegNumException()
static void ThrowArgumentException_DestinationTooShort()
static global::System.Collections.Generic.KeyNotFoundException GetKeyNotFoundException(object key)
static void ThrowArraySegmentCtorValidationFailedExceptions(global::System.Array array, int offset, int count)
static void ThrowInvalidOperationException_InvalidOperation_EnumEnded()
static void ThrowArgumentOutOfRangeException(global::System.ExceptionArgument argument, global::System.ExceptionResource resource)
static global::System.Exception CreateIndexOutOfRangeException()
static void ThrowInvalidOperationException_ConcurrentOperationsNotSupported()
static global::System.ArgumentOutOfRangeException GetArgumentOutOfRangeException(global::System.ExceptionArgument argument, string resource)
static void ThrowInvalidOperationException_InvalidOperation_EnumNotStarted()
static void ThrowInvalidOperationException(global::System.ExceptionResource resource)
static unsafe void ThrowArgumentOutOfRangeException()
static global::System.ArgumentException GetArgumentException(global::System.ExceptionResource resource)
DayOfWeek
Definition DayOfWeek.cs:8
TokenType
Definition TokenType.cs:8