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