5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
5383if (analyzedArguments.HasErrors) 5463else if (analyzedArguments.HasErrors) 9380if (analyzedArguments.HasErrors || expr.HasAnyErrors)
Binder\Binder_Invocation.cs (2)
267bool hasErrors = analyzedArguments.HasErrors; 1180if (analyzedArguments.HasErrors)