34 references to IsEmptyWithoutResolution
Microsoft.CodeAnalysis (7)
CommandLine\CommonCompiler.cs (2)
1215if (analyzerDriver != null && !diagnostics.IsEmptyWithoutResolution) 1297if (!diagnostics.IsEmptyWithoutResolution)
Diagnostic\DiagnosticBag.cs (4)
67if (IsEmptyWithoutResolution) 95if (IsEmptyWithoutResolution) 151if (!bag.IsEmptyWithoutResolution) 265if (this.IsEmptyWithoutResolution)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
942Debug.Assert(!reportedDiagnostics.IsEmptyWithoutResolution);
Microsoft.CodeAnalysis.CSharp (17)
Binder\EarlyWellKnownAttributeBinder.cs (1)
34generatedDiagnostics = !dummyDiagnosticBag.DiagnosticBag.IsEmptyWithoutResolution;
Binder\ForEachLoopBinder.cs (1)
481if (createConversionDiagnostics.AccumulatesDiagnostics && !createConversionDiagnostics.DiagnosticBag.IsEmptyWithoutResolution)
CodeGen\EmitStatement.cs (2)
1448Debug.Assert(diag.IsEmptyWithoutResolution); 1567Debug.Assert(diag.IsEmptyWithoutResolution);
Compilation\CSharpCompilation.UsingsFromOptionsAndDiagnostics.cs (2)
70if (diagnostics.IsEmptyWithoutResolution) 159if (Diagnostics != null && !Diagnostics.IsEmptyWithoutResolution)
Compilation\SyntaxAndDeclarationManager.cs (1)
252Debug.Assert(diagnostics.IsEmptyWithoutResolution);
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
654if (bindingDiagnostics.DiagnosticBag?.IsEmptyWithoutResolution == false)
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (6)
437Debug.Assert(diagnostics.IsEmptyWithoutResolution); 572Debug.Assert(calculated.Diagnostics?.IsEmptyWithoutResolution ?? true); 590Debug.Assert(calculated.Diagnostics?.IsEmptyWithoutResolution ?? true); 802if (diagnostics.IsEmptyWithoutResolution) 1006if (usingsAndDiagnostics.Diagnostics?.IsEmptyWithoutResolution == false) 1011if (globalUsingDiagnostics?.IsEmptyWithoutResolution == false)
Symbols\Symbol.cs (2)
890if (diagnostics.DiagnosticBag?.IsEmptyWithoutResolution == false || diagnostics.DependenciesBag?.Count > 0) 897if (diagnostics.DiagnosticBag?.IsEmptyWithoutResolution == false)
Symbols\Symbol_Attributes.cs (1)
433!diagnostics.DiagnosticBag.IsEmptyWithoutResolution &&
Microsoft.CodeAnalysis.Scripting (1)
ScriptBuilder.cs (1)
105if (diagnostics.IsEmptyWithoutResolution)
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Expressions.vb (2)
4701Debug.Assert(operand.Type.IsErrorType() OrElse ignoreDiagnostics.DiagnosticBag.IsEmptyWithoutResolution()) 4916If bag.IsEmptyWithoutResolution Then
Binding\Binder_Statements.vb (1)
4039Debug.Assert(If(temporaryDiagnostics.DiagnosticBag?.IsEmptyWithoutResolution, True))
Binding\BindingDiagnosticBag.vb (1)
75Return (DiagnosticBag Is Nothing OrElse DiagnosticBag.IsEmptyWithoutResolution) AndAlso DependenciesBag.IsNullOrEmpty()
Binding\EarlyWellKnownAttributeBinder.vb (1)
56generatedDiagnostics = Not diagnostics.DiagnosticBag.IsEmptyWithoutResolution()
Compilation\VisualBasicCompilation.vb (1)
2264If Not methodBodyDiagnostics.DiagnosticBag.IsEmptyWithoutResolution Then
Symbols\Source\SourceModuleSymbol.vb (2)
817Debug.Assert(Not diagBag.IsEmptyWithoutResolution()) 1035If Not diagBag.DiagnosticBag?.IsEmptyWithoutResolution Then
Symbols\Source\SynthesizedMyGroupCollectionPropertySymbol.vb (1)
120If source.IsEmptyWithoutResolution Then