20 writes to IsEmpty
Microsoft.CodeAnalysis (20)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (20)
714IsEmpty = true; 756IsEmpty = isEmpty; 887IsEmpty = false; 893IsEmpty = false; 899IsEmpty = false; 905IsEmpty = false; 911IsEmpty = false; 917IsEmpty = false; 923IsEmpty = false; 929IsEmpty = false; 935IsEmpty = false; 941IsEmpty = false; 947IsEmpty = false; 953IsEmpty = false; 959IsEmpty = false; 965IsEmpty = false; 971IsEmpty = false; 977IsEmpty = false; 983IsEmpty = false; 1020actions.IsEmpty = IsEmpty && otherActions.IsEmpty;
10 references to IsEmpty
Microsoft.CodeAnalysis (10)
DiagnosticAnalyzer\AnalyzerDriver.cs (4)
2189if (myActions.IsEmpty) 2381if (analyzerActions.IsEmpty) 2448if (AnalyzerActions.IsEmpty) 2486if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
55if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
30Debug.Assert(!analyzerActions.IsEmpty);
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (4)
419if (sessionActions.IsEmpty) 424if (compilationActions.IsEmpty) 1020actions.IsEmpty = IsEmpty && otherActions.IsEmpty;