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

◆ FinishInitUriStringAsync()

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

Definition at line 8612 of file XmlTextReaderImpl.cs.

8613 {
8615 if (stream == null)
8616 {
8618 }
8619 Encoding encoding = null;
8620 if (_laterInitParam.inputContext != null)
8621 {
8623 }
8624 try
8625 {
8629 {
8631 }
8632 }
8633 catch
8634 {
8635 stream.Dispose();
8636 throw;
8637 }
8638 _laterInitParam = null;
8639 }
static string Xml_CannotResolveUrl
Definition SR.cs:148
Definition SR.cs:7
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226
virtual Task< object > GetEntityAsync(Uri absoluteUri, string? role, Type? ofObjectToReturn)
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.XmlResolver.GetEntityAsync(), System.Xml.XmlParserContext.HasDtdInfo, System.Xml.XmlTextReaderImpl.InitStreamInputAsync(), System.Xml.XmlTextReaderImpl.LaterInitParam.inputbaseUri, System.Xml.XmlTextReaderImpl.LaterInitParam.inputContext, System.Xml.XmlTextReaderImpl.LaterInitParam.inputUriResolver, System.Xml.XmlTextReaderImpl.LaterInitParam.inputUriStr, System.Xml.XmlTextReaderImpl.ProcessDtdFromParserContextAsync(), System.stream, System.Xml.XmlTextReaderImpl.Stream, System.SR.Xml_CannotResolveUrl, and System.Xml.XmlException.

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