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