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

◆ FinishReadValueChunk()

void System.Xml.XmlTextReaderImpl.FinishReadValueChunk ( )
inlineprivate

Definition at line 5508 of file XmlTextReaderImpl.cs.

5509 {
5510 _readValueOffset = 0;
5511 if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)
5512 {
5514 return;
5515 }
5518 }
IncrementalReadState _incReadState

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

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