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

◆ Decode() [1/3]

static unsafe void System.Xml.BinHexDecoder.Decode ( char * pChars,
char * pCharsEndPos,
byte * pBytes,
byte * pBytesEndPos,
bool hasHalfByteCached,
byte cachedHalfByte,
[Out] int charsDecoded,
[Out] int bytesDecoded )
inlinestaticprivate

Definition at line 65 of file BinHexDecoder.cs.

66 {
67 XmlCharType instance = XmlCharType.Instance;
68 }

References System.Xml.XmlCharType.Instance.