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

◆ WriteComment()

override void System.Xml.XmlUtf8RawTextWriter.WriteComment ( string text)
inline

Definition at line 289 of file XmlUtf8RawTextWriter.cs.

290 {
291 byte[] array = this.bufBytes;
292 byte[] array2 = this.bufBytes;
293 int num = 33;
294 int num2 = 45;
295 byte[] array3 = this.bufBytes;
296 this.bufPos = num;
297 byte[] array4 = this.bufBytes;
298 this.bufPos = num;
299 this.WriteCommentOrPi(text, num2);
300 byte[] array5 = this.bufBytes;
301 this.bufPos = num;
302 byte[] array6 = this.bufBytes;
303 this.bufPos = num;
304 byte[] array7 = this.bufBytes;
305 }
class f__AnonymousType0<< Count > j__TPar
void WriteCommentOrPi(string text, int stopChar)

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