1 implementation of ParseCommentAsync
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpersAsync.cs (1)
45Task IDtdParserAdapter.ParseCommentAsync(StringBuilder? sb)
2 references to ParseCommentAsync
System.Private.Xml (2)
System\Xml\Schema\DtdParserAsync.cs (2)
994await _readerAdapter.ParseCommentAsync(_internalSubsetValueSb).ConfigureAwait(false); 999await _readerAdapter.ParseCommentAsync(null).ConfigureAwait(false);