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

◆ WriteFullEndElement() [2/2]

override void System.Xml.XmlUtf8RawTextWriter.WriteFullEndElement ( string prefix,
string localName,
string ns )
inlinepackagevirtual

Reimplemented from System.Xml.XmlRawWriter.

Reimplemented in System.Xml.XmlUtf8RawTextWriterIndent.

Definition at line 170 of file XmlUtf8RawTextWriter.cs.

171 {
172 byte[] array = this.bufBytes;
173 byte[] array2 = this.bufBytes;
174 if (prefix != null && prefix._stringLength != 0)
175 {
176 this.RawText(prefix);
177 byte[] array3 = this.bufBytes;
178 }
179 this.RawText(localName);
180 byte[] array4 = this.bufBytes;
181 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.XmlUtf8RawTextWriter.bufBytes, j__TPar, and System.Xml.XmlUtf8RawTextWriter.RawText().