20 writes to IsEmpty
Microsoft.CodeAnalysis (20)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (20)
704
IsEmpty
= true;
746
IsEmpty
= isEmpty;
877
IsEmpty
= false;
883
IsEmpty
= false;
889
IsEmpty
= false;
895
IsEmpty
= false;
901
IsEmpty
= false;
907
IsEmpty
= false;
913
IsEmpty
= false;
919
IsEmpty
= false;
925
IsEmpty
= false;
931
IsEmpty
= false;
937
IsEmpty
= false;
943
IsEmpty
= false;
949
IsEmpty
= false;
955
IsEmpty
= false;
961
IsEmpty
= false;
967
IsEmpty
= false;
973
IsEmpty
= false;
1010
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
)
1010
actions.IsEmpty =
IsEmpty
&& otherActions.
IsEmpty
;