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