3 references to _manifests
dotnet (3)
Commands\Workload\Install\WorkloadGarbageCollector.cs (3)
60
ManifestsToKeep.AddRange(
_manifests
.Where(kvp => kvp.Value != GCAction.Collect).Select(kvp => kvp.Key));
152
if (!
_manifests
.TryGetValue(manifestKey, out existingAction))
164
_manifests
[manifestKey] = gcAction;