7 references to CreateBadCall
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Invocation.cs (7)
150result = CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
366return CreateBadCall(node, boundExpression, LookupResultKind.Viable, analyzedArguments);
383result = CreateBadCall(node, boundExpression, LookupResultKind.NotInvocable, analyzedArguments);
787result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
808result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
836result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);
856result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);