2 references to IsEmpty
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1058
if (_programmaticSuppressions.
IsEmpty
)
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2737
if (_lazyUsedAssemblyReferences?.
IsEmpty
== false || diagnostics.DependenciesBag.Count != 0)