1 implementation of IsContextualKeyword
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
118
public bool
IsContextualKeyword
(SyntaxToken token)
2 references to IsContextualKeyword
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFacts.cs (1)
131
/// important for your scenario, use <see cref="
IsContextualKeyword
"/> or <see
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
273
=> syntaxFacts.IsReservedKeyword(token) || syntaxFacts.
IsContextualKeyword
(token);