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

Definition at line 163 of file HtmlEncodedRawTextWriter.cs.

164 {
165 if (ns._stringLength != 0)
166 {
167 base.WriteStartAttribute(prefix, localName, ns);
168 return;
169 }
170 if (this.trackTextContent && this.inTextContent)
171 {
172 long num = 0L;
173 base.ChangeTextContentMark(num != 0L);
174 }
175 int bufPos = this.bufPos;
176 char[] bufChars = this.bufChars;
177 int num2 = 32;
178 base.RawText(localName);
179 ElementProperties elementProperties = this.currentElementProperties;
180 ElementProperties elementProperties2 = this.currentElementProperties;
182 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlEncodedRawTextWriter.bufChars, System.Xml.XmlEncodedRawTextWriter.bufPos, System.Xml.HtmlEncodedRawTextWriter.currentElementProperties, System.Xml.XmlEncodedRawTextWriter.inTextContent, j__TPar, System.L, and System.Xml.XmlEncodedRawTextWriter.trackTextContent.