19 writes to IsEmpty
Microsoft.CodeAnalysis (19)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (19)
714
IsEmpty
= true;
756
IsEmpty
= compilationStartActions.IsEmpty &&
903
IsEmpty
= false;
909
IsEmpty
= false;
915
IsEmpty
= false;
921
IsEmpty
= false;
927
IsEmpty
= false;
933
IsEmpty
= false;
939
IsEmpty
= false;
945
IsEmpty
= false;
951
IsEmpty
= false;
957
IsEmpty
= false;
963
IsEmpty
= false;
969
IsEmpty
= false;
975
IsEmpty
= false;
981
IsEmpty
= false;
987
IsEmpty
= false;
993
IsEmpty
= false;
999
IsEmpty
= false;
9 references to IsEmpty
Microsoft.CodeAnalysis (9)
DiagnosticAnalyzer\AnalyzerDriver.cs (4)
2194
if (myActions.
IsEmpty
)
2386
if (analyzerActions.
IsEmpty
)
2453
if (AnalyzerActions.
IsEmpty
)
2491
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 (3)
419
if (sessionActions.
IsEmpty
)
424
if (compilationActions.
IsEmpty
)
1099
if (otherActions.
IsEmpty
)