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

◆ WriteElementTextBlock()

unsafe void System.Xml.XmlUtf8RawTextWriter.WriteElementTextBlock ( char * pSrc,
char * pSrcEnd )
inlineprotected

Definition at line 466 of file XmlUtf8RawTextWriter.cs.

467 {
468 if (this.bufBytes != null)
469 {
470 return;
471 }
472 XmlCharType xmlCharType = this.xmlCharType;
473 }

References System.Xml.XmlUtf8RawTextWriter.bufBytes, and System.Xml.XmlUtf8RawTextWriter.xmlCharType.