1 implementation of IsEmpty
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
32
public bool
IsEmpty
2 references to IsEmpty
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
2125
if (!analyzerActions.
IsEmpty
)
2189
if (!containerActions.
IsEmpty
)