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