4 references to ParseTextAsync
System.Xml (4)
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
1520
if (await
ParseTextAsync
().ConfigureAwait(false)) {
1532
Task<bool> task =
ParseTextAsync
();
1663
return
ParseTextAsync
().ContinueBoolTaskFuncWhenFalse(ParseElementContentAsync);
1671
return
ParseTextAsync
().ContinueBoolTaskFuncWhenFalse(ParseElementContentAsync);