1 write to Install
NuGet.Commands (1)
RestoreCommand\DownloadDependencyResolutionResult.cs (1)
41
Install
= install ?? throw new ArgumentNullException(nameof(install));
1 reference to Install
NuGet.Commands (1)
RestoreCommand\ProjectRestoreCommand.cs (1)
358
SelectMany(ddi => ddi.
Install
.Where(match => uniquePackages.Add(match.Library))));