2 references to ReplaceDocCommentTextWithTag
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceDocCommentTextWithTag\CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
13
[ExportCodeRefactoringProvider(LanguageNames.CSharp, Name = PredefinedCodeRefactoringProviderNames.
ReplaceDocCommentTextWithTag
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeRefactoringProviderNames.cs (1)
42
public static string ReplaceDocCommentTextWithTag => PredefinedCodeRefactoringProviderNames.
ReplaceDocCommentTextWithTag
;