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