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