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

◆ FinishInitStreamAsync()

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

Definition at line 8641 of file XmlTextReaderImpl.cs.

8642 {
8643 Encoding encoding = null;
8644 if (_laterInitParam.inputContext != null)
8645 {
8647 }
8651 {
8653 }
8654 _laterInitParam = null;
8655 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226
Task InitStreamInputAsync(Uri baseUri, Stream stream, Encoding encoding)
Task ProcessDtdFromParserContextAsync(XmlParserContext context)

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.XmlParserContext.Encoding, System.Xml.XmlTextReaderImpl.ParsingState.encoding, System.Xml.XmlParserContext.HasDtdInfo, System.Xml.XmlTextReaderImpl.InitStreamInputAsync(), System.Xml.XmlTextReaderImpl.LaterInitParam.inputbaseUri, System.Xml.XmlTextReaderImpl.LaterInitParam.inputByteCount, System.Xml.XmlTextReaderImpl.LaterInitParam.inputBytes, System.Xml.XmlTextReaderImpl.LaterInitParam.inputContext, System.Xml.XmlTextReaderImpl.LaterInitParam.inputStream, and System.Xml.XmlTextReaderImpl.ProcessDtdFromParserContextAsync().

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