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
BitConverter.cs
Go to the documentation of this file.
1using System;
3using System.IO;
7using System.Text;
10
11namespace System
12{
13 [global::Cpp2ILInjected.Token(Token = "0x2000090")]
14 public static class BitConverter
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000415")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1BB6BB4", Offset = "0x1BB6BB4", Length = "0x50")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "FileCompressor", Member = "Compress", MemberParameters = new object[]
19 {
20 "System.Byte[]",
21 typeof(int)
22 }, ReturnType = "System.Byte[]")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile_OldMobile", Member = "BadMarker", MemberParameters = new object[]
24 {
25 typeof(global::System.IO.BinaryReader),
26 typeof(string)
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ConstructExtraField", MemberParameters = new object[] { typeof(bool) }, ReturnType = "System.Byte[]")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "PostProcessOutput", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipSegmentedStream", Member = "_SetWriteStream", MemberParameters = new object[] { typeof(uint) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "EmitHeader", ReturnType = typeof(int))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "finish", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
35 public static byte[] GetBytes(int value)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6000416")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1BB6C04", Offset = "0x1BB6C04", Length = "0x50")]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ConstructExtraField", MemberParameters = new object[] { typeof(bool) }, ReturnType = "System.Byte[]")]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "PostProcessOutput", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.NetCfFile", Member = "SetTimes", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(global::System.DateTime),
48 typeof(global::System.DateTime),
49 typeof(global::System.DateTime)
50 }, ReturnType = typeof(int))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.NetCfFile", Member = "SetLastWriteTime", MemberParameters = new object[]
52 {
53 typeof(string),
54 typeof(global::System.DateTime)
55 }, ReturnType = typeof(int))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutput", Member = "GenZip64EndOfCentralDirectory", MemberParameters = new object[]
57 {
58 typeof(long),
59 typeof(long),
60 typeof(int),
61 typeof(uint)
62 }, ReturnType = "System.Byte[]")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 20)]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
65 public static byte[] GetBytes(long value)
66 {
67 throw null;
68 }
69
70 [global::System.CLSCompliant(false)]
71 [global::Cpp2ILInjected.Token(Token = "0x6000417")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1BB6C54", Offset = "0x1BB6C54", Length = "0x50")]
73 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutput", Member = "WriteCentralDirectoryStructure", MemberParameters = new object[]
75 {
76 typeof(global::System.IO.Stream),
77 "System.Collections.Generic.ICollection`1<ZipEntry>",
78 typeof(uint),
79 "Ionic.Zip.Zip64Option",
80 typeof(string),
81 "Ionic.Zip.ZipContainer"
82 }, ReturnType = typeof(bool))]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
84 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
85 public static byte[] GetBytes(ushort value)
86 {
87 throw null;
88 }
89
90 [global::System.CLSCompliant(false)]
91 [global::Cpp2ILInjected.Token(Token = "0x6000418")]
92 [global::Cpp2ILInjected.Address(RVA = "0x1BB6CA4", Offset = "0x1BB6CA4", Length = "0x50")]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutput", Member = "WriteCentralDirectoryStructure", MemberParameters = new object[]
94 {
95 typeof(global::System.IO.Stream),
96 "System.Collections.Generic.ICollection`1<ZipEntry>",
97 typeof(uint),
98 "Ionic.Zip.Zip64Option",
99 typeof(string),
100 "Ionic.Zip.ZipContainer"
101 }, ReturnType = typeof(bool))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutput", Member = "GenCentralDirectoryFooter", MemberParameters = new object[]
103 {
104 typeof(long),
105 typeof(long),
106 "Ionic.Zip.Zip64Option",
107 typeof(int),
108 typeof(string),
109 "Ionic.Zip.ZipContainer"
110 }, ReturnType = "System.Byte[]")]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutput", Member = "GenZip64EndOfCentralDirectory", MemberParameters = new object[]
112 {
113 typeof(long),
114 typeof(long),
115 typeof(int),
116 typeof(uint)
117 }, ReturnType = "System.Byte[]")]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
120 public static byte[] GetBytes(uint value)
121 {
122 throw null;
123 }
124
125 [global::System.CLSCompliant(false)]
126 [global::Cpp2ILInjected.Token(Token = "0x6000419")]
127 [global::Cpp2ILInjected.Address(RVA = "0x1BB6CF4", Offset = "0x1BB6CF4", Length = "0x84")]
128 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.IPAddress", Member = "GetHashCode", ReturnType = typeof(int))]
130 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.MemoryMarshal), Member = "GetReference", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.Span`1<T>" }, ReturnType = "T&")]
132 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
133 public static bool TryWriteBytes(global::System.Span<byte> destination, uint value)
134 {
135 throw null;
136 }
137
138 [global::Cpp2ILInjected.Token(Token = "0x600041A")]
139 [global::Cpp2ILInjected.Address(RVA = "0x1BB6D78", Offset = "0x1BB6D78", Length = "0x58")]
140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UID", Member = "UIDGenerationAddFloat", MemberParameters = new object[]
141 {
142 typeof(float),
143 typeof(ref uint)
144 }, ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
146 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
147 public static byte[] GetBytes(float value)
148 {
149 throw null;
150 }
151
152 [global::Cpp2ILInjected.Token(Token = "0x600041B")]
153 [global::Cpp2ILInjected.Address(RVA = "0x1BB6DD0", Offset = "0x1BB6DD0", Length = "0x70")]
154 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToUInt16", MemberParameters = new object[]
156 {
157 typeof(byte[]),
158 typeof(int)
159 }, ReturnType = typeof(ushort))]
160 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
161 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", MemberParameters = new object[]
163 {
164 typeof(global::System.ExceptionArgument),
165 typeof(global::System.ExceptionResource)
166 }, ReturnType = typeof(void))]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentException", MemberParameters = new object[]
168 {
169 typeof(global::System.ExceptionResource),
170 typeof(global::System.ExceptionArgument)
171 }, ReturnType = typeof(void))]
172 public static short ToInt16(byte[] value, int startIndex)
173 {
174 throw null;
175 }
176
177 [global::Cpp2ILInjected.Token(Token = "0x600041C")]
178 [global::Cpp2ILInjected.Address(RVA = "0x1BB6E40", Offset = "0x1BB6E40", Length = "0x70")]
179 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "FileCompressor", Member = "HasCompressionHeader", MemberParameters = new object[]
181 {
182 "System.Byte[]",
183 typeof(ref int)
184 }, ReturnType = typeof(bool))]
185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldConsole", Member = "GetAllMetadata", MemberParameters = new object[] { typeof(string) }, ReturnType = "Terraria.IO.WorldFileData")]
186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldConsole", Member = "LoadSaveData", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(bool))]
187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldSwitch", Member = "GetAllMetadata", MemberParameters = new object[] { typeof(string) }, ReturnType = "Terraria.IO.WorldFileData")]
188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldSwitch", Member = "LoadSaveData", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(bool))]
189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "LoadWorlds", ReturnType = typeof(void))]
190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToUInt32", MemberParameters = new object[]
191 {
192 typeof(byte[]),
193 typeof(int)
194 }, ReturnType = typeof(uint))]
195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry.<>c__DisplayClass4", Member = "<ProcessExtraFieldUnixTimes>b__3", ReturnType = typeof(global::System.DateTime))]
196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ProcessExtraFieldInfoZipTimes", MemberParameters = new object[]
197 {
198 "System.Byte[]",
199 typeof(int),
200 typeof(short),
201 typeof(long)
202 }, ReturnType = typeof(int))]
203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "finish", ReturnType = typeof(void))]
204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "_ReadAndValidateGzipHeader", ReturnType = typeof(int))]
205 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
206 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", MemberParameters = new object[]
208 {
209 typeof(global::System.ExceptionArgument),
210 typeof(global::System.ExceptionResource)
211 }, ReturnType = typeof(void))]
212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentException", MemberParameters = new object[]
213 {
214 typeof(global::System.ExceptionResource),
215 typeof(global::System.ExceptionArgument)
216 }, ReturnType = typeof(void))]
217 public static int ToInt32(byte[] value, int startIndex)
218 {
219 throw null;
220 }
221
222 [global::Cpp2ILInjected.Token(Token = "0x600041D")]
223 [global::Cpp2ILInjected.Address(RVA = "0x1BB6EB0", Offset = "0x1BB6EB0", Length = "0x70")]
224 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry.<>c__DisplayClass1", Member = "<ProcessExtraFieldZip64>b__0", ReturnType = typeof(long))]
226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ReadHeader", MemberParameters = new object[]
227 {
228 "Ionic.Zip.ZipEntry",
229 typeof(global::System.Text.Encoding)
230 }, ReturnType = typeof(bool))]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ProcessExtraFieldWindowsTimes", MemberParameters = new object[]
232 {
233 "System.Byte[]",
234 typeof(int),
235 typeof(short),
236 typeof(long)
237 }, ReturnType = typeof(int))]
238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "Zip64SeekToCentralDirectory", MemberParameters = new object[] { "Ionic.Zip.ZipFile" }, ReturnType = typeof(void))]
239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "ReadCentralDirectoryFooter", MemberParameters = new object[] { "Ionic.Zip.ZipFile" }, ReturnType = typeof(void))]
240 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
241 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
242 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", MemberParameters = new object[]
243 {
244 typeof(global::System.ExceptionArgument),
245 typeof(global::System.ExceptionResource)
246 }, ReturnType = typeof(void))]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentException", MemberParameters = new object[]
248 {
249 typeof(global::System.ExceptionResource),
250 typeof(global::System.ExceptionArgument)
251 }, ReturnType = typeof(void))]
252 public static long ToInt64(byte[] value, int startIndex)
253 {
254 throw null;
255 }
256
257 [global::System.CLSCompliant(false)]
258 [global::Cpp2ILInjected.Token(Token = "0x600041E")]
259 [global::Cpp2ILInjected.Address(RVA = "0x1BB6F20", Offset = "0x1BB6F20", Length = "0x64")]
260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationClient", Member = "SendDataFunction", MemberParameters = new object[]
261 {
262 "System.Byte[]",
263 typeof(int)
264 }, ReturnType = typeof(void))]
265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationHost", Member = "SendDataFunction", MemberParameters = new object[]
266 {
267 "System.Byte[]",
268 typeof(int)
269 }, ReturnType = typeof(void))]
270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Telepathy.Common", Member = "ReadMessageBlocking", MemberParameters = new object[]
271 {
272 "System.Net.Sockets.NetworkStream",
273 typeof(int),
274 "System.Byte[]&"
275 }, ReturnType = typeof(bool))]
276 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "ReadIntoInstance", MemberParameters = new object[] { "Ionic.Zip.ZipFile" }, ReturnType = typeof(void))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "ReadCentralDirectoryFooter", MemberParameters = new object[] { "Ionic.Zip.ZipFile" }, ReturnType = typeof(void))]
278 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
279 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.BitConverter), Member = "ToInt16", MemberParameters = new object[]
280 {
281 typeof(byte[]),
282 typeof(int)
283 }, ReturnType = typeof(short))]
284 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
285 public static ushort ToUInt16(byte[] value, int startIndex)
286 {
287 throw null;
288 }
289
290 [global::System.CLSCompliant(false)]
291 [global::Cpp2ILInjected.Token(Token = "0x600041F")]
292 [global::Cpp2ILInjected.Address(RVA = "0x1BB6F84", Offset = "0x1BB6F84", Length = "0x64")]
293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "ReadIntoInstance", MemberParameters = new object[] { "Ionic.Zip.ZipFile" }, ReturnType = typeof(void))]
294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "ReadCentralDirectoryFooter", MemberParameters = new object[] { "Ionic.Zip.ZipFile" }, ReturnType = typeof(void))]
295 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
296 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.BitConverter), Member = "ToInt32", MemberParameters = new object[]
297 {
298 typeof(byte[]),
299 typeof(int)
300 }, ReturnType = typeof(int))]
301 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
302 public static uint ToUInt32(byte[] value, int startIndex)
303 {
304 throw null;
305 }
306
307 [global::Cpp2ILInjected.Token(Token = "0x6000420")]
308 [global::Cpp2ILInjected.Address(RVA = "0x1BB6FE8", Offset = "0x1BB6FE8", Length = "0x2D0")]
309 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BitConverter), Member = "ToString", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(string))]
311 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", MemberParameters = new object[]
314 {
315 typeof(global::System.ExceptionArgument),
316 typeof(global::System.ExceptionResource)
317 }, ReturnType = typeof(void))]
318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentException", MemberParameters = new object[]
319 {
320 typeof(global::System.ExceptionResource),
321 typeof(global::System.ExceptionArgument)
322 }, ReturnType = typeof(void))]
323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ValueTuple<, , >), Member = ".ctor", MemberParameters = new object[] { "T1", "T2", "T3" }, ReturnType = typeof(void))]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Buffers.SpanAction<, >), Member = ".ctor", MemberParameters = new object[]
325 {
326 typeof(object),
327 typeof(global::System.IntPtr)
328 }, ReturnType = typeof(void))]
329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Create", MemberTypeParameters = new object[] { "TState" }, MemberParameters = new object[]
330 {
331 typeof(int),
332 "TState",
333 "System.Buffers.SpanAction`2<Char, TState>"
334 }, ReturnType = typeof(string))]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
336 {
337 typeof(string),
338 typeof(string)
339 }, ReturnType = typeof(void))]
340 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
341 {
342 typeof(string),
343 typeof(object)
344 }, ReturnType = typeof(string))]
345 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
346 public static string ToString(byte[] value, int startIndex, int length)
347 {
348 throw null;
349 }
350
351 [global::Cpp2ILInjected.Token(Token = "0x6000421")]
352 [global::Cpp2ILInjected.Address(RVA = "0x1BB72B8", Offset = "0x1BB72B8", Length = "0x6C")]
353 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord), Member = "Read", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.Formatters.Binary.__BinaryParser) }, ReturnType = typeof(void))]
354 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
356 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.BitConverter), Member = "ToString", MemberParameters = new object[]
357 {
358 typeof(byte[]),
359 typeof(int),
360 typeof(int)
361 }, ReturnType = typeof(string))]
362 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
363 public static string ToString(byte[] value)
364 {
365 throw null;
366 }
367
368 [global::Cpp2ILInjected.Token(Token = "0x6000422")]
369 [global::Cpp2ILInjected.Address(RVA = "0x1BB7324", Offset = "0x1BB7324", Length = "0x8")]
370 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
371 [MethodImpl(256)]
372 public static long DoubleToInt64Bits(double value)
373 {
374 throw null;
375 }
376
377 [global::Cpp2ILInjected.Token(Token = "0x6000423")]
378 [global::Cpp2ILInjected.Address(RVA = "0x1BB732C", Offset = "0x1BB732C", Length = "0x8")]
379 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
380 [MethodImpl(256)]
381 public static double Int64BitsToDouble(long value)
382 {
383 throw null;
384 }
385
386 [global::Cpp2ILInjected.Token(Token = "0x6000424")]
387 [global::Cpp2ILInjected.Address(RVA = "0x1BB7334", Offset = "0x1BB7334", Length = "0x8")]
388 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
389 [MethodImpl(256)]
390 public static int SingleToInt32Bits(float value)
391 {
392 throw null;
393 }
394
395 [global::Cpp2ILInjected.Token(Token = "0x6000425")]
396 [global::Cpp2ILInjected.Address(RVA = "0x1BB733C", Offset = "0x1BB733C", Length = "0x4C")]
397 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
398 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
400 {
401 throw null;
402 }
403
404 [global::System.Runtime.CompilerServices.Intrinsic]
405 [global::Cpp2ILInjected.Token(Token = "0x40001FD")]
406 public static readonly bool IsLittleEndian;
407
408 [global::System.Runtime.CompilerServices.CompilerGenerated]
409 [global::Cpp2ILInjected.Token(Token = "0x2000091")]
410 [global::System.Serializable]
411 private sealed class <>c
412 {
413 // Note: this type is marked as 'beforefieldinit'.
414 [global::Cpp2ILInjected.Token(Token = "0x6000426")]
415 [global::Cpp2ILInjected.Address(RVA = "0x1BB7388", Offset = "0x1BB7388", Length = "0x5C")]
416 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
417 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
418 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
419 static <>c()
420 {
421 throw null;
422 }
423
424 [global::Cpp2ILInjected.Token(Token = "0x6000427")]
425 [global::Cpp2ILInjected.Address(RVA = "0x1BB73E4", Offset = "0x1BB73E4", Length = "0x8")]
426 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
427 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
428 public <>c()
429 {
430 throw null;
431 }
432
433 [global::Cpp2ILInjected.Token(Token = "0x6000428")]
434 [global::Cpp2ILInjected.Address(RVA = "0x1BB73EC", Offset = "0x1BB73EC", Length = "0x134")]
435 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
436 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
439 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
440 internal void <ToString>b__38_0(global::System.Span<char> dst, [global::System.Runtime.CompilerServices.TupleElementNames(new string[] { "value", "startIndex", "length" })] global::System.ValueTuple<byte[], int, int> state)
441 {
442 throw null;
443 }
444
445 [global::Cpp2ILInjected.Token(Token = "0x40001FE")]
446 public static readonly global::System.BitConverter.<>c <>9;
447
448 [global::System.Runtime.CompilerServices.TupleElementNames(new string[] { "value", "startIndex", "length" })]
449 [global::Cpp2ILInjected.Token(Token = "0x40001FF")]
450 public static global::System.Buffers.SpanAction<char, global::System.ValueTuple<byte[], int, int>> <>9__38_0;
451 }
452 }
453}
class f__AnonymousType0<< Count > j__TPar
static byte[] GetBytes(float value)
static byte[] GetBytes(long value)
static string ToString(byte[] value, int startIndex, int length)
static bool TryWriteBytes(global::System.Span< byte > destination, uint value)
static double Int64BitsToDouble(long value)
static long ToInt64(byte[] value, int startIndex)
static uint ToUInt32(byte[] value, int startIndex)
static int SingleToInt32Bits(float value)
static short ToInt16(byte[] value, int startIndex)
static byte[] GetBytes(uint value)
static readonly bool IsLittleEndian
static byte[] GetBytes(int value)
static byte[] GetBytes(ushort value)
static long DoubleToInt64Bits(double value)
static ushort ToUInt16(byte[] value, int startIndex)
static string ToString(byte[] value)
static int ToInt32(byte[] value, int startIndex)