3 references to ReplaceDocCommentTextWithTag
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceDocCommentTextWithTag\CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
14
[ExportCodeRefactoringProvider(LanguageNames.CSharp, Name = PredefinedCodeRefactoringProviderNames.
ReplaceDocCommentTextWithTag
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeRefactoringProviderNames.cs (1)
42
public static string ReplaceDocCommentTextWithTag => PredefinedCodeRefactoringProviderNames.
ReplaceDocCommentTextWithTag
;
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplaceDocCommentTextWithTag\VisualBasicReplaceDocCommentTextWithTagCodeRefactoringProvider.vb (1)
12
Name:=PredefinedCodeRefactoringProviderNames.
ReplaceDocCommentTextWithTag
), [Shared]>