2 references to IsPreprocessorKeyword
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (2)
src\Compilers\CSharp\Portable\Syntax\SyntaxKindFacts.cs (2)
139
return
IsPreprocessorKeyword
(kind);
163
return IsPunctuation(kind) && !
IsPreprocessorKeyword
(kind) && !IsDebuggerSpecialPunctuation(kind);