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