5 references to Keep
dotnet (5)
Commands\Workload\Install\WorkloadGarbageCollector.cs (5)
90
_workloadSets[installState.WorkloadVersion] = GCAction.
Keep
;
104
_workloadSets[latestWorkloadSetVersion] = GCAction.
Keep
;
113
_workloadSets[workloadSetVersion] = GCAction.
Keep
;
131
List<(IWorkloadResolver, string workloadSet, GCAction gcAction)> resolvers = [(GetResolver(), "<none>", GCAction.
Keep
)];
168
if (gcAction == GCAction.
Keep
)