20 writes to IsEmpty
Microsoft.CodeAnalysis (20)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (20)
714
IsEmpty
= true;
756
IsEmpty
= isEmpty;
887
IsEmpty
= false;
893
IsEmpty
= false;
899
IsEmpty
= false;
905
IsEmpty
= false;
911
IsEmpty
= false;
917
IsEmpty
= false;
923
IsEmpty
= false;
929
IsEmpty
= false;
935
IsEmpty
= false;
941
IsEmpty
= false;
947
IsEmpty
= false;
953
IsEmpty
= false;
959
IsEmpty
= false;
965
IsEmpty
= false;
971
IsEmpty
= false;
977
IsEmpty
= false;
983
IsEmpty
= false;
1020
actions.
IsEmpty
= IsEmpty && otherActions.IsEmpty;
10 references to IsEmpty
Microsoft.CodeAnalysis (10)
DiagnosticAnalyzer\AnalyzerDriver.cs (4)
2189
if (myActions.
IsEmpty
)
2381
if (analyzerActions.
IsEmpty
)
2448
if (AnalyzerActions.
IsEmpty
)
2486
if (analyzerActions.
IsEmpty
)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
55
if (analyzerActions.
IsEmpty
)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
30
Debug.Assert(!analyzerActions.
IsEmpty
);
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (4)
419
if (sessionActions.
IsEmpty
)
424
if (compilationActions.
IsEmpty
)
1020
actions.IsEmpty =
IsEmpty
&& otherActions.
IsEmpty
;