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)
68
if (
IsEmptyWithoutResolution
)
96
if (
IsEmptyWithoutResolution
)
152
if (!bag.
IsEmptyWithoutResolution
)
273
if (this.
IsEmptyWithoutResolution
)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1013
Debug.Assert(!reportedDiagnostics.
IsEmptyWithoutResolution
);