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

◆ WriteProcessingInstruction()

override void System.Xml.XmlUtf8RawTextWriter.WriteProcessingInstruction ( string name,
string text )
inline

Definition at line 308 of file XmlUtf8RawTextWriter.cs.

309 {
310 byte[] array = this.bufBytes;
311 byte[] array2 = this.bufBytes;
312 this.RawText(name);
313 int stringLength = text._stringLength;
314 byte[] array3 = this.bufBytes;
315 int num = 32;
316 int num2 = 63;
317 this.WriteCommentOrPi(text, num2);
318 byte[] array4 = this.bufBytes;
319 this.bufPos = num;
320 byte[] array5 = this.bufBytes;
321 }
class f__AnonymousType0<< Count > j__TPar
void WriteCommentOrPi(string text, int stopChar)

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