7 references to CreateBadCall
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Invocation.cs (7)
150result = CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
365return CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
382result = CreateBadCall(node, boundExpression, LookupResultKind.NotInvocable, analyzedArguments);
786result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
807result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
835result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
855result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);