7 references to CreateBadCall
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Invocation.cs (7)
150result = CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
364return CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
381result = CreateBadCall(node, boundExpression, LookupResultKind.NotInvocable, analyzedArguments);
769result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
790result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
820result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
840result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);