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

◆ WriteRaw() [2/2]

override void System.Xml.TextUtf8RawTextWriter.WriteRaw ( string data)
inline

Definition at line 147 of file TextUtf8RawTextWriter.cs.

148 {
149 if (this.inAttributeValue)
150 {
151 return;
152 }
153 base.WriteRaw(data);
154 }
class f__AnonymousType0<< Count > j__TPar

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