7 references to IsEmptyWithoutResolution
Microsoft.CodeAnalysis (7)
CommandLine\CommonCompiler.cs (2)
1327if (analyzerDriver != null && !diagnostics.IsEmptyWithoutResolution) 1409if (!diagnostics.IsEmptyWithoutResolution)
Diagnostic\DiagnosticBag.cs (4)
67if (IsEmptyWithoutResolution) 95if (IsEmptyWithoutResolution) 151if (!bag.IsEmptyWithoutResolution) 272if (this.IsEmptyWithoutResolution)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1014Debug.Assert(!reportedDiagnostics.IsEmptyWithoutResolution);