5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
5293if (analyzedArguments.HasErrors) 5373else if (analyzedArguments.HasErrors) 9010if (analyzedArguments.HasErrors || expr.HasAnyErrors)
Binder\Binder_Invocation.cs (2)
266bool hasErrors = analyzedArguments.HasErrors; 1141if (analyzedArguments.HasErrors)