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