20 writes to IsEmpty
Microsoft.CodeAnalysis (20)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (20)
697
IsEmpty
= true;
739
IsEmpty
= isEmpty;
866
IsEmpty
= false;
872
IsEmpty
= false;
878
IsEmpty
= false;
884
IsEmpty
= false;
890
IsEmpty
= false;
896
IsEmpty
= false;
902
IsEmpty
= false;
908
IsEmpty
= false;
914
IsEmpty
= false;
920
IsEmpty
= false;
926
IsEmpty
= false;
932
IsEmpty
= false;
938
IsEmpty
= false;
944
IsEmpty
= false;
950
IsEmpty
= false;
956
IsEmpty
= false;
962
IsEmpty
= false;
999
actions.
IsEmpty
= IsEmpty && otherActions.IsEmpty;
10 references to IsEmpty
Microsoft.CodeAnalysis (10)
DiagnosticAnalyzer\AnalyzerDriver.cs (4)
2174
if (myActions.
IsEmpty
)
2366
if (analyzerActions.
IsEmpty
)
2433
if (AnalyzerActions.
IsEmpty
)
2471
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)
409
if (sessionActions.
IsEmpty
)
414
if (compilationActions.
IsEmpty
)
999
actions.IsEmpty =
IsEmpty
&& otherActions.
IsEmpty
;