11 references to ParseDocumentContentAsync
System.Xml (11)
System\Xml\Core\XmlTextReaderImplAsync.cs (11)
157return ParseDocumentContentAsync(); 1395return ParsePIAsync().ContinueBoolTaskFuncWhenFalse(ParseDocumentContentAsync); 1404return ParseCommentAsync().ContinueBoolTaskFuncWhenFalse(ParseDocumentContentAsync); 1434return ParseDoctypeDeclAsync().ContinueBoolTaskFuncWhenFalse(ParseDocumentContentAsync); 1474return ParseRootLevelWhitespaceAsync().ContinueBoolTaskFuncWhenFalse(ParseDocumentContentAsync); 1523return await ParseDocumentContentAsync().ConfigureAwait(false); 1525return await ParseDocumentContentAsync().ConfigureAwait(false); 1541return ParseDocumentContentAsync(); 1556return await ParseDocumentContentAsync().ConfigureAwait(false); 1562return await ParseDocumentContentAsync().ConfigureAwait(false); 1578return await ParseDocumentContentAsync().ConfigureAwait(false);