2 overrides of IsKeyword
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceDocCommentTextWithTag\CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
30protected override bool IsKeyword(string text)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplaceDocCommentTextWithTag\VisualBasicReplaceDocCommentTextWithTagCodeRefactoringProvider.vb (1)
30Protected Overrides Function IsKeyword(text As String) As Boolean
1 reference to IsKeyword
Microsoft.CodeAnalysis.Features (1)
ReplaceDocCommentTextWithTag\AbstractReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
48if (IsKeyword(singleWordText))