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

Definition at line 61 of file HtmlUtf8RawTextWriter.cs.

62 {
63 ByteStack byteStack = this.elementScope;
64 ElementProperties elementProperties = this.currentElementProperties;
65 if (ns._stringLength != 0)
66 {
67 int num = 128;
69 base.WriteStartElement(prefix, localName, ns);
70 return;
71 }
72 byte[] bufBytes = this.bufBytes;
73 base.RawText(localName);
74 int bufPos = this.bufPos;
76 }
class f__AnonymousType0<< Count > j__TPar

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