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