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

◆ WriteWhitespace()

override void System.Xml.TextUtf8RawTextWriter.WriteWhitespace ( string ws)
inline

Definition at line 107 of file TextUtf8RawTextWriter.cs.

108 {
109 if (this.inAttributeValue)
110 {
111 return;
112 }
113 base.WriteRaw(ws);
114 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUtf8RawTextWriter.inAttributeValue, and j__TPar.