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.HtmlUtf8RawTextWriter.WriteStartAttribute ( string prefix,
string localName,
string ns )
inline

Definition at line 125 of file HtmlUtf8RawTextWriter.cs.

126 {
127 if (ns._stringLength != 0)
128 {
129 base.WriteStartAttribute(prefix, localName, ns);
130 return;
131 }
132 int bufPos = this.bufPos;
133 byte[] bufBytes = this.bufBytes;
134 int num = 32;
135 base.RawText(localName);
136 ElementProperties elementProperties = this.currentElementProperties;
137 ElementProperties elementProperties2 = this.currentElementProperties;
139 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUtf8RawTextWriter.bufBytes, System.Xml.XmlUtf8RawTextWriter.bufPos, System.Xml.HtmlUtf8RawTextWriter.currentElementProperties, and j__TPar.