1 implementation of IsQueryKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
271
public bool
IsQueryKeyword
(SyntaxToken token)
1 reference to IsQueryKeyword
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SemanticModelExtensions.cs (1)
152
if (allSymbols.Length == 0 && syntaxFacts.
IsQueryKeyword
(token))