20 writes to IsEmpty
Microsoft.CodeAnalysis (20)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (20)
697IsEmpty = true; 739IsEmpty = isEmpty; 870IsEmpty = false; 876IsEmpty = false; 882IsEmpty = false; 888IsEmpty = false; 894IsEmpty = false; 900IsEmpty = false; 906IsEmpty = false; 912IsEmpty = false; 918IsEmpty = false; 924IsEmpty = false; 930IsEmpty = false; 936IsEmpty = false; 942IsEmpty = false; 948IsEmpty = false; 954IsEmpty = false; 960IsEmpty = false; 966IsEmpty = false; 1003actions.IsEmpty = IsEmpty && otherActions.IsEmpty;
10 references to IsEmpty
Microsoft.CodeAnalysis (10)
DiagnosticAnalyzer\AnalyzerDriver.cs (4)
2173if (myActions.IsEmpty) 2365if (analyzerActions.IsEmpty) 2432if (AnalyzerActions.IsEmpty) 2470if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
54if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
30Debug.Assert(!analyzerActions.IsEmpty);
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (4)
409if (sessionActions.IsEmpty) 414if (compilationActions.IsEmpty) 1003actions.IsEmpty = IsEmpty && otherActions.IsEmpty;