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