1 instantiation of RestoreCommand
NuGet.Commands (1)
RestoreCommand\RestoreRunner.cs (1)
260
var command = new
RestoreCommand
(request);
3 references to RestoreCommand
NuGet.Commands (3)
PackagesLockFileBuilder.cs (1)
121
if (
RestoreCommand
.HasDuplicateFrameworks(assetsFile.PackageSpec))
RestoreCommand\DependencyGraphResolver.cs (1)
150
List<FrameworkRuntimeDefinition> frameworkRuntimeDefinitions =
RestoreCommand
.CreateFrameworkRuntimeDefinitions(_request.Project, runtimeIds: RequestRuntimeUtility.GetRestoreRuntimes(_request));
RestoreCommand\RestoreRunner.cs (1)
260
var
command = new RestoreCommand(request);