2 references to ConvertToRegularComments
Microsoft.CodeAnalysis.CSharp.Features (2)
DecompiledSource\CSharpDecompiledSourceService.cs (1)
102
var newSyntaxRoot = DocCommentConverter.
ConvertToRegularComments
(syntaxRoot, docCommentFormattingService, cancellationToken);
MetadataAsSource\CSharpMetadataAsSourceService.cs (1)
65
var newSyntaxRoot = DocCommentConverter.
ConvertToRegularComments
(syntaxRoot, docCommentFormattingService, cancellationToken);