31 references to IsEmptyWithoutResolution
Microsoft.CodeAnalysis (7)
CommandLine\CommonCompiler.cs (2)
1327if (analyzerDriver != null && !diagnostics.IsEmptyWithoutResolution) 1409if (!diagnostics.IsEmptyWithoutResolution)
Diagnostic\DiagnosticBag.cs (4)
68if (IsEmptyWithoutResolution) 96if (IsEmptyWithoutResolution) 152if (!bag.IsEmptyWithoutResolution) 273if (this.IsEmptyWithoutResolution)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1012Debug.Assert(!reportedDiagnostics.IsEmptyWithoutResolution);
Microsoft.CodeAnalysis.CSharp (23)
Binder\Binder_Expressions.cs (1)
6558if (source.DiagnosticBag is { IsEmptyWithoutResolution: false } bag)
Binder\Binder_InterpolatedString.cs (1)
831if (source.DiagnosticBag is { IsEmptyWithoutResolution: false } bag)
Binder\Binder_Operators.cs (1)
1057if (!sourceBag.IsEmptyWithoutResolution)
Binder\EarlyWellKnownAttributeBinder.cs (1)
34generatedDiagnostics = !dummyDiagnosticBag.DiagnosticBag.IsEmptyWithoutResolution;
Binder\ForEachLoopBinder.cs (1)
517if (createConversionDiagnostics.AccumulatesDiagnostics && !createConversionDiagnostics.DiagnosticBag.IsEmptyWithoutResolution)
CodeGen\EmitStatement.cs (2)
1479Debug.Assert(diag.IsEmptyWithoutResolution); 1596Debug.Assert(diag.IsEmptyWithoutResolution);
Compilation\CSharpCompilation.UsingsFromOptionsAndDiagnostics.cs (2)
70if (diagnostics.IsEmptyWithoutResolution) 159if (Diagnostics != null && !Diagnostics.IsEmptyWithoutResolution)
Compilation\SyntaxAndDeclarationManager.cs (1)
274Debug.Assert(diagnostics.IsEmptyWithoutResolution);
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
654if (bindingDiagnostics.DiagnosticBag?.IsEmptyWithoutResolution == false)
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (6)
448Debug.Assert(diagnostics.IsEmptyWithoutResolution); 583Debug.Assert(calculated.Diagnostics?.IsEmptyWithoutResolution ?? true); 601Debug.Assert(calculated.Diagnostics?.IsEmptyWithoutResolution ?? true); 850if (diagnostics.IsEmptyWithoutResolution) 1054if (usingsAndDiagnostics.Diagnostics?.IsEmptyWithoutResolution == false) 1059if (globalUsingDiagnostics?.IsEmptyWithoutResolution == false)
Symbols\Symbol.cs (2)
1040if (diagnostics.DiagnosticBag?.IsEmptyWithoutResolution == false || diagnostics.DependenciesBag?.Count > 0) 1047if (diagnostics.DiagnosticBag?.IsEmptyWithoutResolution == false)
Symbols\Symbol_Attributes.cs (1)
448!diagnostics.DiagnosticBag.IsEmptyWithoutResolution &&
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (3)
183if (annotatedDiagnostics.IsEmptyWithoutResolution) 191if (notAnnotatedDiagnostics.IsEmptyWithoutResolution) 221if (diagnostics.IsEmptyWithoutResolution)
Microsoft.CodeAnalysis.Scripting (1)
ScriptBuilder.cs (1)
105if (diagnostics.IsEmptyWithoutResolution)