6 references to ParseElementContentAsync
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
169return ParseElementContentAsync(); 1745return ParsePIAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseElementContentAsync(), this); 1756return ParseCommentAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseElementContentAsync(), this); 1812return ParseTextAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseElementContentAsync(), this); 1822return ParseTextAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseElementContentAsync(), this); 1852return await ParseElementContentAsync().ConfigureAwait(false);