5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
5373if (analyzedArguments.HasErrors) 5453else if (analyzedArguments.HasErrors) 9405if (analyzedArguments.HasErrors || expr.HasAnyErrors)
Binder\Binder_Invocation.cs (2)
267bool hasErrors = analyzedArguments.HasErrors; 1183if (analyzedArguments.HasErrors)