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