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

◆ FinishReadContentAsBinaryAsync()

async Task System.Xml.XmlTextReaderImpl.FinishReadContentAsBinaryAsync ( )
inlineprivate

Definition at line 11482 of file XmlTextReaderImpl.cs.

11483 {
11484 _readValueOffset = 0;
11485 if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue)
11486 {
11488 }
11489 else
11490 {
11493 }
11494 if (_incReadState != IncrementalReadState.ReadContentAsBinary_End)
11495 {
11497 {
11498 }
11499 }
11500 }
async Task< bool > MoveToNextContentNodeAsync(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.MoveToNextContentNodeAsync(), and System.Xml.XmlTextReaderImpl.SkipPartialTextValueAsync().

Referenced by System.Xml.XmlTextReaderImpl.FinishReadElementContentAsBinaryAsync(), System.Xml.XmlTextReaderImpl.ReadAsync(), and System.Xml.XmlTextReaderImpl.SkipAsync().