1 implementation of IsPreprocessorKeyword
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
121
public bool
IsPreprocessorKeyword
(SyntaxToken token)
1 reference to IsPreprocessorKeyword
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
279
|| syntaxFacts.
IsPreprocessorKeyword
(token);