2 references to IsPunctuationOrKeyword
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
422Debug.Assert(SyntaxFacts.IsPunctuationOrKeyword(info.Kind));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
2214if (!rewrittenToken.IsMissing || !CSharp.SyntaxFacts.IsPunctuationOrKeyword(token.Kind()))