19 writes to IsEmpty
Microsoft.CodeAnalysis (19)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (19)
714IsEmpty = true; 756IsEmpty = compilationStartActions.IsEmpty && 903IsEmpty = false; 909IsEmpty = false; 915IsEmpty = false; 921IsEmpty = false; 927IsEmpty = false; 933IsEmpty = false; 939IsEmpty = false; 945IsEmpty = false; 951IsEmpty = false; 957IsEmpty = false; 963IsEmpty = false; 969IsEmpty = false; 975IsEmpty = false; 981IsEmpty = false; 987IsEmpty = false; 993IsEmpty = false; 999IsEmpty = false;
9 references to IsEmpty
Microsoft.CodeAnalysis (9)
DiagnosticAnalyzer\AnalyzerDriver.cs (4)
2194if (myActions.IsEmpty) 2386if (analyzerActions.IsEmpty) 2453if (AnalyzerActions.IsEmpty) 2491if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
55if (analyzerActions.IsEmpty)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
30Debug.Assert(!analyzerActions.IsEmpty);
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (3)
419if (sessionActions.IsEmpty) 424if (compilationActions.IsEmpty) 1099if (otherActions.IsEmpty)