1 reference to IsDebuggerSpecialPunctuation
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxKindFacts.cs (1)
163return IsPunctuation(kind) && !IsPreprocessorKeyword(kind) && !IsDebuggerSpecialPunctuation(kind);