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

◆ WriteRawWithCharChecking()

unsafe void System.Xml.XmlUtf8RawTextWriter.WriteRawWithCharChecking ( char * pSrcBegin,
char * pSrcEnd )
inlineprotected

Definition at line 495 of file XmlUtf8RawTextWriter.cs.

496 {
497 if (this.bufBytes != null)
498 {
499 return;
500 }
501 XmlCharType xmlCharType = this.xmlCharType;
502 }

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