2 references to IsPreprocessorKeyword
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (2)
SyntaxKindFacts.cs (2)
128
return
IsPreprocessorKeyword
(kind);
151
return IsPunctuation(kind) && !
IsPreprocessorKeyword
(kind) && !IsDebuggerSpecialPunctuation(kind);