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

◆ FinishInitTextReaderAsync()

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

Definition at line 8657 of file XmlTextReaderImpl.cs.

8658 {
8662 {
8664 }
8665 _laterInitParam = null;
8666 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226
Task ProcessDtdFromParserContextAsync(XmlParserContext context)
Task InitTextReaderInputAsync(string baseUriStr, TextReader input)

References System.Xml.XmlTextReaderImpl._laterInitParam, System.Xml.XmlTextReaderImpl._ps, System.Xml.XmlTextReaderImpl._reportedBaseUri, System.Xml.XmlTextReaderImpl._reportedEncoding, System.Threading.Tasks.Task< TResult >.ConfigureAwait(), System.Xml.XmlTextReaderImpl.ParsingState.encoding, System.Xml.XmlParserContext.HasDtdInfo, System.Xml.XmlTextReaderImpl.InitTextReaderInputAsync(), System.Xml.XmlTextReaderImpl.LaterInitParam.inputContext, System.Xml.XmlTextReaderImpl.LaterInitParam.inputTextReader, and System.Xml.XmlTextReaderImpl.ProcessDtdFromParserContextAsync().

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