Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InitIncrementalRead()

void System.Xml.XmlTextReaderImpl.InitIncrementalRead ( IncrementalReadDecoder decoder)
inlineprivate

Definition at line 7319 of file XmlTextReaderImpl.cs.

7320 {
7322 decoder.Reset();
7323 _incReadDecoder = decoder;
7324 _incReadState = IncrementalReadState.Text;
7325 _incReadDepth = 1;
7329 _parsingFunction = ParsingFunction.InIncrementalRead;
7330 }
IncrementalReadDecoder _incReadDecoder
IncrementalReadState _incReadState
void Set(int lineNo, int linePos)
Definition LineInfo.cs:15

References System.Xml.XmlTextReaderImpl._incReadDecoder, System.Xml.XmlTextReaderImpl._incReadDepth, System.Xml.XmlTextReaderImpl._incReadLeftEndPos, System.Xml.XmlTextReaderImpl._incReadLeftStartPos, System.Xml.XmlTextReaderImpl._incReadLineInfo, System.Xml.XmlTextReaderImpl._incReadState, System.Xml.XmlTextReaderImpl._parsingFunction, System.Xml.XmlTextReaderImpl._ps, System.Xml.XmlTextReaderImpl.ParsingState.charPos, System.Xml.XmlTextReaderImpl.ParsingState.LineNo, System.Xml.XmlTextReaderImpl.ParsingState.LinePos, System.Xml.IncrementalReadDecoder.Reset(), System.Xml.XmlTextReaderImpl.ResetAttributes(), and System.Xml.LineInfo.Set().

Referenced by System.Xml.XmlTextReaderImpl.ReadBase64(), System.Xml.XmlTextReaderImpl.ReadBinHex(), and System.Xml.XmlTextReaderImpl.ReadChars().