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