7 references to CreateBadCall
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Invocation.cs (7)
147result = CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
279return CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
296result = CreateBadCall(node, boundExpression, LookupResultKind.NotInvocable, analyzedArguments);
633result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
660result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
685result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
699result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);