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

◆ WriteAttributeTextBlock()

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

Definition at line 456 of file XmlUtf8RawTextWriter.cs.

457 {
458 if (this.bufBytes != null)
459 {
460 return;
461 }
462 XmlCharType xmlCharType = this.xmlCharType;
463 }

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