4 references to IsWord
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxNormalizer.cs (4)
709if (token.IsKind(SyntaxKind.CloseBracketToken) && IsWord(next.Kind())) 715if (token.IsKind(SyntaxKind.CloseParenToken) && IsWord(next.Kind()) && token.Parent.IsKind(SyntaxKind.TupleType) == true) 907if (IsWord(token.Kind()) && IsWord(next.Kind()))