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