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

◆ CheckAsyncCall()

void System.Xml.XmlTextReaderImpl.CheckAsyncCall ( )
inlineprivate

Definition at line 8566 of file XmlTextReaderImpl.cs.

8567 {
8568 if (!_useAsync)
8569 {
8571 }
8572 }
static string Xml_ReaderAsyncNotSetException
Definition SR.cs:32
Definition SR.cs:7

References System.Xml.XmlTextReaderImpl._useAsync, and System.SR.Xml_ReaderAsyncNotSetException.

Referenced by System.Xml.XmlTextReaderImpl.DtdParserProxy_ParseCommentAsync(), System.Xml.XmlTextReaderImpl.DtdParserProxy_ParseNamedCharRefAsync(), System.Xml.XmlTextReaderImpl.DtdParserProxy_ParseNumericCharRefAsync(), System.Xml.XmlTextReaderImpl.DtdParserProxy_ParsePIAsync(), System.Xml.XmlTextReaderImpl.DtdParserProxy_PushEntityAsync(), System.Xml.XmlTextReaderImpl.DtdParserProxy_PushExternalSubsetAsync(), System.Xml.XmlTextReaderImpl.DtdParserProxy_ReadDataAsync(), System.Xml.XmlTextReaderImpl.GetValueAsync(), System.Xml.XmlTextReaderImpl.ReadAsync(), System.Xml.XmlTextReaderImpl.ReadContentAsBase64Async(), System.Xml.XmlTextReaderImpl.ReadContentAsBinHexAsync(), System.Xml.XmlTextReaderImpl.ReadElementContentAsBase64Async(), System.Xml.XmlTextReaderImpl.ReadElementContentAsBinHexAsync(), System.Xml.XmlTextReaderImpl.ReadValueChunkAsync(), and System.Xml.XmlTextReaderImpl.SkipAsync().