1 implementation of ParseCommentAsync
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpersAsync.cs (1)
52Task IDtdParserAdapter.ParseCommentAsync( BufferBuilder sb ) {
2 references to ParseCommentAsync
System.Xml (2)
System\Xml\Schema\DtdParserAsync.cs (2)
1038await readerAdapter.ParseCommentAsync( internalSubsetValueSb ).ConfigureAwait(false); 1042await readerAdapter.ParseCommentAsync( null ).ConfigureAwait(false);