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.XmlWellFormedWriter.WriteWhitespace ( string ws)
inline

Definition at line 336 of file XmlWellFormedWriter.cs.

337 {
338 if (ws == null)
339 {
340 }
341 XmlCharType instance = XmlCharType.Instance;
343 {
345 return;
346 }
348 }
class f__AnonymousType0<< Count > j__TPar
XmlWellFormedWriter.SpecialAttribute specAttr
XmlWellFormedWriter.AttributeValueCache attrValueCache

References System.Xml.XmlWellFormedWriter.attrValueCache, System.Xml.XmlCharType.Instance, j__TPar, System.Xml.XmlWellFormedWriter.specAttr, and System.Xml.XmlWellFormedWriter.writer.