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

◆ WriteStartNamespaceDeclaration()

override void System.Xml.XmlUtf8RawTextWriter.WriteStartNamespaceDeclaration ( string prefix)
inlinepackagevirtual

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 228 of file XmlUtf8RawTextWriter.cs.

229 {
230 if (prefix._stringLength != 0)
231 {
232 this.RawText(" xmlns:");
233 this.RawText(prefix);
234 byte[] array = this.bufBytes;
235 byte[] array2 = this.bufBytes;
236 return;
237 }
238 this.RawText(" xmlns=\"");
239 int num = 1;
240 this.inAttributeValue = num != 0;
241 }
class f__AnonymousType0<< Count > j__TPar

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