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