20 writes to IsEmpty
Microsoft.CodeAnalysis (20)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (20)
697IsEmpty = true; 739IsEmpty = isEmpty; 866IsEmpty = false; 872IsEmpty = false; 878IsEmpty = false; 884IsEmpty = false; 890IsEmpty = false; 896IsEmpty = false; 902IsEmpty = false; 908IsEmpty = false; 914IsEmpty = false; 920IsEmpty = false; 926IsEmpty = false; 932IsEmpty = false; 938IsEmpty = false; 944IsEmpty = false; 950IsEmpty = false; 956IsEmpty = false; 962IsEmpty = false; 999actions.IsEmpty = IsEmpty && otherActions.IsEmpty;
10 references to IsEmpty
Microsoft.CodeAnalysis (10)
DiagnosticAnalyzer\AnalyzerDriver.cs (4)
2174if (myActions.IsEmpty) 2366if (analyzerActions.IsEmpty) 2433if (AnalyzerActions.IsEmpty) 2471if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
44if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
30Debug.Assert(!analyzerActions.IsEmpty);
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (4)
409if (sessionActions.IsEmpty) 414if (compilationActions.IsEmpty) 999actions.IsEmpty = IsEmpty && otherActions.IsEmpty;