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.XmlWellFormedWriter.WriteRaw ( string data)
inline

Definition at line 395 of file XmlWellFormedWriter.cs.

396 {
397 if (data != null)
398 {
400 {
401 this.attrValueCache.WriteRaw(data);
402 return;
403 }
405 }
406 }
class f__AnonymousType0<< Count > j__TPar
XmlWellFormedWriter.SpecialAttribute specAttr
XmlWellFormedWriter.AttributeValueCache attrValueCache
override void WriteRaw(char[] buffer, int index, int count)

References System.Xml.XmlWellFormedWriter.attrValueCache, j__TPar, System.Xml.XmlWellFormedWriter.specAttr, System.Xml.XmlWellFormedWriter.writer, and System.Xml.XmlWellFormedWriter.WriteRaw().