20 writes to IsEmpty
Microsoft.CodeAnalysis (20)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (20)
704IsEmpty = true; 746IsEmpty = isEmpty; 877IsEmpty = false; 883IsEmpty = false; 889IsEmpty = false; 895IsEmpty = false; 901IsEmpty = false; 907IsEmpty = false; 913IsEmpty = false; 919IsEmpty = false; 925IsEmpty = false; 931IsEmpty = false; 937IsEmpty = false; 943IsEmpty = false; 949IsEmpty = false; 955IsEmpty = false; 961IsEmpty = false; 967IsEmpty = false; 973IsEmpty = false; 1010actions.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) 1010actions.IsEmpty = IsEmpty && otherActions.IsEmpty;