2 references to InitTextReaderInputAsync
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
939
return
InitTextReaderInputAsync
(baseUriStr, null, input);
5173
await
InitTextReaderInputAsync
(uri.ToString(), uri, textReader).ConfigureAwait(false);