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