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

◆ IncrementalRead()

int System.Xml.XmlTextReaderImpl.IncrementalRead ( )
inlineprivate

Definition at line 3194 of file XmlTextReaderImpl.cs.

3195 {
3196 int num = this.incReadLeftEndPos;
3197 int num2 = this.incReadLeftStartPos;
3198 IncrementalReadDecoder incrementalReadDecoder = this.incReadDecoder;
3200 int linePos = this.incReadLineInfo.linePos;
3201 IncrementalReadDecoder incrementalReadDecoder2 = this.incReadDecoder;
3204 int charPos = this.ps.charPos;
3205 if (this.ReadData() == 0)
3206 {
3207 this.ThrowUnclosedElements();
3208 }
3209 int charPos2 = this.ps.charPos;
3210 int charPos3 = this.ps.charPos;
3212 int charPos4 = this.ps.charPos;
3213 int lineNo = this.ps.lineNo;
3214 XmlCharType xmlCharType = this.xmlCharType;
3216 int num3;
3217 return num3;
3218 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps
IncrementalReadDecoder incReadDecoder
XmlTextReaderImpl.IncrementalReadState incReadState

References System.Xml.XmlTextReaderImpl.incReadDecoder, System.Xml.XmlTextReaderImpl.incReadLeftEndPos, System.Xml.XmlTextReaderImpl.incReadLeftStartPos, System.Xml.XmlTextReaderImpl.incReadLineInfo, System.Xml.XmlTextReaderImpl.incReadState, j__TPar, System.Xml.LineInfo.linePos, System.Xml.XmlTextReaderImpl.ps, System.Xml.XmlTextReaderImpl.ReadData(), System.Xml.XmlTextReaderImpl.ThrowUnclosedElements(), and System.Xml.XmlTextReaderImpl.xmlCharType.

Referenced by System.Xml.XmlTextReaderImpl.FinishIncrementalRead().