6 references to HasAnyResolvedErrors
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.ValueChecks.cs (1)
535Debug.Assert(valueKind is (BindValueKind.Assignable or BindValueKind.RefOrOut or BindValueKind.RefAssignable) || diagnostics.DiagnosticBag is null || diagnostics.HasAnyResolvedErrors());
Binder\Binder_InterpolatedString.cs (1)
322haveErrors = partsDiagnostics.HasAnyResolvedErrors() ||
Binder\Binder_Operators.cs (1)
4770return !(targetType?.IsErrorType() == true && bindAsTypeDiagnostics.HasAnyResolvedErrors());
Binder\Binder_Statements.cs (1)
1123else if (kind == LocalDeclarationKind.Constant && initializerOpt != null && !localDiagnostics.HasAnyResolvedErrors())
Compiler\MethodCompiler.cs (1)
2230if (!diagnostics.HasAnyResolvedErrors())
Symbols\Source\SourceFieldSymbol.cs (1)
303!diagnostics.HasAnyResolvedErrors())