3 references to ParseXmlDeclarationAsync
System.Xml (3)
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
262
Task<bool> task =
ParseXmlDeclarationAsync
(false);
809
if ( !await
ParseXmlDeclarationAsync
( true ).ConfigureAwait(false) ) {
4851
if ( !await
ParseXmlDeclarationAsync
( true ).ConfigureAwait(false) ) {