1 implementation of IsEmpty
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
43
public bool
IsEmpty
2 references to IsEmpty
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
2123
if (!analyzerActions.
IsEmpty
)
2187
if (!containerActions.
IsEmpty
)