2 references to ParsePIAsync
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1489
return
ParsePIAsync
().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseDocumentContentAsync(), this);
1745
return
ParsePIAsync
().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseElementContentAsync(), this);