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