5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
4493if (analyzedArguments.HasErrors) 4573else if (analyzedArguments.HasErrors) 7908if (analyzedArguments.HasErrors || expr.HasAnyErrors)
Binder\Binder_Invocation.cs (2)
193bool hasErrors = analyzedArguments.HasErrors; 969if (analyzedArguments.HasErrors)