1 reference to IsPunctuation
CSharpSyntaxGenerator (1)
src\Compilers\CSharp\Portable\Syntax\SyntaxKindFacts.cs (1)
163return IsPunctuation(kind) && !IsPreprocessorKeyword(kind) && !IsDebuggerSpecialPunctuation(kind);