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