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

◆ ReadAsync_SwitchToInteractiveXmlDecl()

Task< bool > System.Xml.XmlTextReaderImpl.ReadAsync_SwitchToInteractiveXmlDecl ( )
inlineprivate

Definition at line 8767 of file XmlTextReaderImpl.cs.

8768 {
8769 _readState = ReadState.Interactive;
8772 if (task.IsSuccess())
8773 {
8775 }
8777 }
Task< bool > ReadAsync_SwitchToInteractiveXmlDecl_Helper(bool finish)
async Task< bool > ParseXmlDeclarationAsync(bool isTextDecl)
async Task< bool > _ReadAsync_SwitchToInteractiveXmlDecl(Task< bool > task)

References System.Xml.XmlTextReaderImpl._nextParsingFunction, System.Xml.XmlTextReaderImpl._parsingFunction, System.Xml.XmlTextReaderImpl._ReadAsync_SwitchToInteractiveXmlDecl(), System.Xml.XmlTextReaderImpl._readState, System.Xml.XmlTextReaderImpl.ParseXmlDeclarationAsync(), System.Xml.XmlTextReaderImpl.ReadAsync_SwitchToInteractiveXmlDecl_Helper(), and System.task.

Referenced by System.Xml.XmlTextReaderImpl.ReadAsync().