5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
5532
if (analyzedArguments.
HasErrors
)
5612
else if (analyzedArguments.
HasErrors
)
10341
if (analyzedArguments.
HasErrors
|| expr.HasAnyErrors)
Binder\Binder_Invocation.cs (2)
267
bool hasErrors = analyzedArguments.
HasErrors
;
1208
if (analyzedArguments.
HasErrors
)