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

◆ FinishReadContentAsBinary()

void System.Xml.XmlTextReaderImpl.FinishReadContentAsBinary ( )
inlineprivate

Definition at line 5520 of file XmlTextReaderImpl.cs.

5521 {
5522 _readValueOffset = 0;
5523 if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue)
5524 {
5526 }
5527 else
5528 {
5531 }
5532 if (_incReadState != IncrementalReadState.ReadContentAsBinary_End)
5533 {
5535 {
5536 }
5537 }
5538 }
bool MoveToNextContentNode(bool moveIfOnContentNode)
IncrementalReadState _incReadState

References System.Xml.XmlTextReaderImpl._incReadState, System.Xml.XmlTextReaderImpl._nextNextParsingFunction, System.Xml.XmlTextReaderImpl._nextParsingFunction, System.Xml.XmlTextReaderImpl._parsingFunction, System.Xml.XmlTextReaderImpl._readValueOffset, System.Xml.XmlTextReaderImpl.MoveToNextContentNode(), and System.Xml.XmlTextReaderImpl.SkipPartialTextValue().

Referenced by System.Xml.XmlTextReaderImpl.FinishAttributeValueIterator(), System.Xml.XmlTextReaderImpl.FinishReadElementContentAsBinary(), System.Xml.XmlTextReaderImpl.Read(), System.Xml.XmlTextReaderImpl.ReadAttributeValue(), and System.Xml.XmlTextReaderImpl.Skip().