2 implementations of IsQueryKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
283
public bool
IsQueryKeyword
(SyntaxToken token)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
270
Public Function
IsQueryKeyword
(token As SyntaxToken) As Boolean Implements ISyntaxFacts.IsQueryKeyword
2 references to IsQueryKeyword
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
270
Public Function IsQueryKeyword(token As SyntaxToken) As Boolean Implements ISyntaxFacts.
IsQueryKeyword
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SemanticModelExtensions.cs (1)
149
if (allSymbols.Length == 0 && syntaxFacts.
IsQueryKeyword
(token))