Implemented interface member:
method
CalculateManifestUpdates
Microsoft.DotNet.Cli.Commands.Workload.Install.IWorkloadManifestUpdater.CalculateManifestUpdates()
2 references to CalculateManifestUpdates
dotnet.Tests (2)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (2)
135var manifestUpdates = manifestUpdater.CalculateManifestUpdates().Select(m => m.ManifestUpdate); 204var manifestUpdates = manifestUpdater.CalculateManifestUpdates().Select(m => m.ManifestUpdate);