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