public static bool IsInstantiation(MethodInvocationExpression node) { return(node.ContainsAnnotation(TypeInference.InstantiationAnnotation)); }