7 references to CreateBadCall
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Invocation.cs (7)
150result = CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
372return CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
389result = CreateBadCall(node, boundExpression, LookupResultKind.NotInvocable, analyzedArguments);
808result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
829result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
857result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
877result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);