1 override of ConvertDocCommentsToRegularCommentsAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
MetadataAsSource\CSharpMetadataAsSourceService.cs (1)
61
protected override async Task<Document>
ConvertDocCommentsToRegularCommentsAsync
(Document document, IDocumentationCommentFormattingService docCommentFormattingService, CancellationToken cancellationToken)
1 reference to ConvertDocCommentsToRegularCommentsAsync
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.cs (1)
51
var docWithDocComments = await
ConvertDocCommentsToRegularCommentsAsync
(document, docCommentFormattingService, cancellationToken).ConfigureAwait(false);