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

◆ WriteChars()

override void System.Xml.XmlUtf8RawTextWriter.WriteChars ( char[] buffer,
int index,
int count )
inline

Definition at line 398 of file XmlUtf8RawTextWriter.cs.

399 {
400 if (this.inAttributeValue)
401 {
402 return;
403 }
404 }

References System.Xml.XmlUtf8RawTextWriter.inAttributeValue.