20 writes to IsEmpty
Microsoft.CodeAnalysis (20)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (20)
701IsEmpty = true; 743IsEmpty = 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)
2077if (myActions.IsEmpty) 2266if (analyzerActions.IsEmpty) 2331if (AnalyzerActions.IsEmpty) 2369if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
44if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
30Debug.Assert(!analyzerActions.IsEmpty);
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (4)
410if (sessionActions.IsEmpty) 415if (compilationActions.IsEmpty) 1003actions.IsEmpty = IsEmpty && otherActions.IsEmpty;