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

◆ WriteStartAttribute()

override void System.Xml.XmlUtf8RawTextWriterIndent.WriteStartAttribute ( string prefix,
string localName,
string ns )
inline

Definition at line 91 of file XmlUtf8RawTextWriterIndent.cs.

92 {
93 if (this.newLineOnAttributes)
94 {
95 this.WriteIndent();
96 }
97 base.WriteStartAttribute(prefix, localName, ns);
98 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.XmlUtf8RawTextWriterIndent.newLineOnAttributes, and System.Xml.XmlUtf8RawTextWriterIndent.WriteIndent().