1 instantiation of DocCommentConverter
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\DocCommentConverter.cs (1)
23var converter = new DocCommentConverter(formattingService, cancellationToken);
3 references to DocCommentConverter
Microsoft.CodeAnalysis.CSharp.Features (3)
DecompiledSource\CSharpDecompiledSourceService.cs (1)
102var newSyntaxRoot = DocCommentConverter.ConvertToRegularComments(syntaxRoot, docCommentFormattingService, cancellationToken);
DocumentationComments\DocCommentConverter.cs (1)
23var converter = new DocCommentConverter(formattingService, cancellationToken);
MetadataAsSource\CSharpMetadataAsSourceService.cs (1)
65var newSyntaxRoot = DocCommentConverter.ConvertToRegularComments(syntaxRoot, docCommentFormattingService, cancellationToken);