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

◆ Close() [2/2]

void System.Xml.XmlTextReaderImpl.Close ( bool closeInput)
inlinepackage

Definition at line 3610 of file XmlTextReaderImpl.cs.

3611 {
3612 if (_parsingFunction != ParsingFunction.ReaderClosed)
3613 {
3614 while (InEntity)
3615 {
3617 }
3619 _curNode = NodeData.None;
3620 _parsingFunction = ParsingFunction.ReaderClosed;
3621 _reportedEncoding = null;
3622 _reportedBaseUri = string.Empty;
3623 _readState = ReadState.Closed;
3624 _fullAttrCleanup = false;
3626 _laterInitParam = null;
3627 }
3628 }

References System.Xml.XmlTextReaderImpl._curNode, System.Xml.XmlTextReaderImpl._fullAttrCleanup, System.Xml.XmlTextReaderImpl._laterInitParam, System.Xml.XmlTextReaderImpl._parsingFunction, System.Xml.XmlTextReaderImpl._ps, System.Xml.XmlTextReaderImpl._readState, System.Xml.XmlTextReaderImpl._reportedBaseUri, System.Xml.XmlTextReaderImpl._reportedEncoding, System.Xml.XmlTextReaderImpl.ParsingState.Close(), System.Xml.XmlTextReaderImpl.NodeData.None, System.Xml.XmlTextReaderImpl.PopParsingState(), and System.Xml.XmlTextReaderImpl.ResetAttributes().