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