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

◆ WriteBinHex()

override void System.Xml.XmlEventCache.WriteBinHex ( byte[] buffer,
int index,
int count )
inlinevirtual

Reimplemented from System.Xml.XmlWriter.

Definition at line 155 of file XmlEventCache.cs.

156 {
157 byte[] array = XmlEventCache.ToBytes(buffer, index, count);
158 int num = this.NewEvent();
159 this.pageCurr.o = 15;
160 }
class f__AnonymousType0<< Count > j__TPar
XmlEventCache(string baseUri, bool hasRootNode)

References System.array, System.count, System.index, j__TPar, System.Xml.XmlEventCache.NewEvent(), and System.Xml.XmlEventCache.ToBytes().