5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
5325
if (analyzedArguments.
HasErrors
)
5405
else if (analyzedArguments.
HasErrors
)
9040
if (analyzedArguments.
HasErrors
|| expr.HasAnyErrors)
Binder\Binder_Invocation.cs (2)
266
bool hasErrors = analyzedArguments.
HasErrors
;
1141
if (analyzedArguments.
HasErrors
)