5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
4493
if (analyzedArguments.
HasErrors
)
4573
else if (analyzedArguments.
HasErrors
)
7908
if (analyzedArguments.
HasErrors
|| expr.HasAnyErrors)
Binder\Binder_Invocation.cs (2)
193
bool hasErrors = analyzedArguments.
HasErrors
;
969
if (analyzedArguments.
HasErrors
)