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); 793result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments); 814result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments); 842result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments); 862result = CreateBadCall(syntax, methodGroup, methodGroup.ResultKind, analyzedArguments);