5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
5532if (analyzedArguments.HasErrors) 5612else if (analyzedArguments.HasErrors) 10341if (analyzedArguments.HasErrors || expr.HasAnyErrors)
Binder\Binder_Invocation.cs (2)
267bool hasErrors = analyzedArguments.HasErrors; 1208if (analyzedArguments.HasErrors)