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

◆ EncodeChars()

void System.Xml.XmlEncodedRawTextWriter.EncodeChars ( int startOffset,
int endOffset,
bool writeAllToStream )
inlineprivateinherited

Definition at line 656 of file XmlEncodedRawTextWriter.cs.

657 {
658 CharEntityEncoderFallback charEntityEncoderFallback = this.charEntityFallback;
659 if (charEntityEncoderFallback != null)
660 {
662 }
663 char[] array = this.bufChars;
664 Encoder encoder = this.encoder;
665 byte[] array2 = this.bufBytes;
666 int num = this.bufBytesUsed;
667 int num2 = this.bufBytesUsed;
668 byte[] array3 = this.bufBytes;
669 this.bufBytesUsed = (writeAllToStream ? 1 : 0);
670 Stream stream = this.stream;
671 int num3 = this.bufBytesUsed;
672 byte[] array4 = this.bufBytes;
673 Stream stream2 = this.stream;
674 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.XmlEncodedRawTextWriter.bufBytes, System.Xml.XmlEncodedRawTextWriter.bufBytesUsed, System.Xml.XmlEncodedRawTextWriter.bufChars, System.Xml.XmlEncodedRawTextWriter.charEntityFallback, System.Xml.XmlEncodedRawTextWriter.encoder, j__TPar, and System.Xml.XmlEncodedRawTextWriter.stream.

Referenced by System.Xml.XmlEncodedRawTextWriter.FlushBuffer().