terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
Preamble
override
ReadOnlySpan
<byte> System.Text.UnicodeEncoding.Preamble
get
Definition at line
414
of file
UnicodeEncoding.cs
.
415
{
416
get
417
{
418
Type
type;
419
bool
flag =
base
.
GetType
() != type;
420
bool
flag2
= this.
byteOrderMark
;
421
if
(flag2)
422
{
423
bool
flag3
= this.
bigEndian
;
424
if
(!flag2)
425
{
426
}
427
if
(
flag3
)
428
{
429
}
430
}
431
ReadOnlySpan
readOnlySpan
;
432
return
readOnlySpan
;
433
}
434
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Text.UnicodeEncoding.byteOrderMark
bool byteOrderMark
Definition
UnicodeEncoding.cs:517
System.Text.UnicodeEncoding.bigEndian
bool bigEndian
Definition
UnicodeEncoding.cs:514
System.Type.GetType
new Type GetType()
Definition
Type.cs:287
System.Type
Definition
Type.cs:12
System.ReadOnlySpan
Definition
ReadOnlySpan.cs:15
System
Text
UnicodeEncoding
Generated by
1.10.0