11 references to ParseDocumentContentAsync
System.Private.Xml (11)
System\Xml\Core\XmlTextReaderImplAsync.cs (11)
171return ParseDocumentContentAsync(); 1489return ParsePIAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseDocumentContentAsync(), this); 1500return ParseCommentAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseDocumentContentAsync(), this); 1539return ParseDoctypeDeclAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseDocumentContentAsync(), this); 1589return ParseRootLevelWhitespaceAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.ParseDocumentContentAsync(), this); 1645return await ParseDocumentContentAsync().ConfigureAwait(false); 1647return await ParseDocumentContentAsync().ConfigureAwait(false); 1667return ParseDocumentContentAsync(); 1686return await ParseDocumentContentAsync().ConfigureAwait(false); 1694return await ParseDocumentContentAsync().ConfigureAwait(false); 1710return await ParseDocumentContentAsync().ConfigureAwait(false);