internal static bool IsVarOrPredefinedType(this Syntax.InternalSyntax.SyntaxToken node) { return(node.IsVar() || IsPredefinedType(node.Kind)); }