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

◆ WriteStartElement()

override void System.Xml.HtmlUtf8RawTextWriterIndent.WriteStartElement ( string prefix,
string localName,
string ns )
inline

Definition at line 29 of file HtmlUtf8RawTextWriterIndent.cs.

30 {
31 ByteStack elementScope = this.elementScope;
33 if (ns._stringLength != 0)
34 {
35 int num = this.endBlockPos;
36 int bufPos = this.bufPos;
37 int num2 = 192;
39 this.WriteIndent();
40 int bufPos2 = this.bufPos;
41 int num3 = this.indentLevel;
42 byte[] bufBytes = this.bufBytes;
44 if (prefix._stringLength != 0)
45 {
46 base.RawText(prefix);
47 byte[] bufBytes2 = this.bufBytes;
48 return;
49 }
50 }
51 else
52 {
53 int bufPos3 = this.bufPos;
54 byte[] bufBytes2;
56 int num4 = this.endBlockPos;
57 this.WriteIndent();
58 int bufPos4 = this.bufPos;
59 int num5 = this.indentLevel;
60 byte[] bufBytes3 = this.bufBytes;
62 }
63 base.RawText(localName);
64 int bufPos5 = this.bufPos;
66 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUtf8RawTextWriter.bufBytes, System.Xml.XmlUtf8RawTextWriter.bufPos, System.Xml.HtmlUtf8RawTextWriter.currentElementProperties, System.Xml.HtmlUtf8RawTextWriter.elementScope, System.Xml.HtmlUtf8RawTextWriterIndent.endBlockPos, System.Xml.HtmlUtf8RawTextWriterIndent.indentLevel, j__TPar, and System.Xml.HtmlUtf8RawTextWriterIndent.WriteIndent().