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

◆ Encode() [1/3]

static void System.Xml.BinHexEncoder.Encode ( byte[] buffer,
int index,
int count,
XmlWriter writer )
inlinestaticpackage

Definition at line 9 of file BinHexEncoder.cs.

10 {
11 if (buffer != null)
12 {
13 return;
14 }
15 }

Referenced by System.Xml.XmlWellFormedWriter.WriteBinHex(), and System.Xml.XmlWriter.WriteBinHex().