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