4 references to ParseTextAsync
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
1641
if (await
ParseTextAsync
().ConfigureAwait(false))
1654
Task<bool> task =
ParseTextAsync
();
1812
return
ParseTextAsync
().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseElementContentAsync(), this);
1822
return
ParseTextAsync
().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseElementContentAsync(), this);