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.UTF32Encoding.Preamble
get
Definition at line
513
of file
UTF32Encoding.cs
.
514
{
515
get
516
{
517
Type
type;
518
bool
flag =
base
.
GetType
() != type;
519
bool
emitUTF32ByteOrderMark
= this.
_emitUTF32ByteOrderMark
;
520
if
(emitUTF32ByteOrderMark)
521
{
522
bool
bigEndian = this.
_bigEndian
;
523
if
(!emitUTF32ByteOrderMark)
524
{
525
}
526
if
(bigEndian)
527
{
528
}
529
}
530
ReadOnlySpan
readOnlySpan
;
531
return
readOnlySpan
;
532
}
533
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Text.UTF32Encoding._emitUTF32ByteOrderMark
bool _emitUTF32ByteOrderMark
Definition
UTF32Encoding.cs:594
System.Text.UTF32Encoding._bigEndian
bool _bigEndian
Definition
UTF32Encoding.cs:600
System.Type.GetType
new Type GetType()
Definition
Type.cs:287
System.Type
Definition
Type.cs:12
System.ReadOnlySpan
Definition
ReadOnlySpan.cs:15
System
Text
UTF32Encoding
Generated by
1.10.0