3 references to ExtractCallParams
dotnet.Tests (3)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (2)
571installer.ExtractCallParams.Count().Should().Be(1); 572installer.ExtractCallParams[0].Item1.Should().Be(Path.Combine(offlineCache, $"{manifestId}.manifest-{featureBand}.3.0.0.nupkg"));
CommandTests\Workload\Install\MockPackWorkloadInstaller.cs (1)
191ExtractCallParams.Add((nupkgPath, targetPath));