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

◆ Convert() [2/2]

override void System.Xml.UTF16Decoder.Convert ( byte[] bytes,
int byteIndex,
int byteCount,
char[] chars,
int charIndex,
int charCount,
bool flush,
[Out] int bytesUsed,
[Out] int charsUsed,
[Out] bool completed )
inlinevirtual

Reimplemented from System.Text.Decoder.

Definition at line 54 of file UTF16Decoder.cs.

55 {
56 int num = this.lastByte;
57 if (byteCount == 0)
58 {
59 return;
60 }
61 int num2 = this.lastByte;
62 bool flag = this.bigEndian;
64 bool flag2 = this.bigEndian;
65 if (num2 == 0)
66 {
67 }
68 if (this.bigEndian)
69 {
70 return;
71 }
72 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.UTF16Decoder.bigEndian, j__TPar, and System.Xml.UTF16Decoder.lastByte.