1 implementation of IsReservedKeyword
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
115
public bool
IsReservedKeyword
(SyntaxToken token)
1 reference to IsReservedKeyword
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
273
=> syntaxFacts.
IsReservedKeyword
(token) || syntaxFacts.IsContextualKeyword(token);