2 overrides of ConvertDocCommentsToRegularCommentsAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
MetadataAsSource\CSharpMetadataAsSourceService.cs (1)
61
protected override async Task<Document>
ConvertDocCommentsToRegularCommentsAsync
(Document document, IDocumentationCommentFormattingService docCommentFormattingService, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
MetadataAsSource\VisualBasicMetadataAsSourceService.vb (1)
58
Protected Overrides Async Function
ConvertDocCommentsToRegularCommentsAsync
(document As Document, docCommentFormattingService As IDocumentationCommentFormattingService, cancellationToken As CancellationToken) As Task(Of Document)
1 reference to ConvertDocCommentsToRegularCommentsAsync
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.cs (1)
67
var docWithDocComments = await
ConvertDocCommentsToRegularCommentsAsync
(document, docCommentFormattingService, cancellationToken).ConfigureAwait(false);