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