6 references to IsReservedOrContextualKeyword
Microsoft.CodeAnalysis.Features (1)
Rename\SymbolicRenameInfo.cs (1)
137
if (syntaxFacts.
IsReservedOrContextualKeyword
(triggerToken))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CaseCorrection\VisualBasicCaseCorrectionService.Rewriter.vb (1)
60
ElseIf _syntaxFactsService.
IsReservedOrContextualKeyword
(newToken) Then
Microsoft.CodeAnalysis.Workspaces (3)
ISyntaxFacts.cs (1)
133
/// cref="ISyntaxFactsExtensions.
IsReservedOrContextualKeyword
"/>. Also, consider using
ISyntaxFactsExtensions.cs (1)
280
|| syntaxFacts.
IsReservedOrContextualKeyword
(token)
Rename\SymbolicRenameLocations.ReferenceProcessing.cs (1)
205
if (!syntaxFacts.
IsReservedOrContextualKeyword
(token) &&
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel.cs (1)
579
if (SyntaxFactsService.
IsReservedOrContextualKeyword
(rightToken) ||