8 references to DependencyGraphRestoreUtility
NuGet.PackageManagement (8)
NuGetPackageManager.cs (8)
2432var dgFile = await DependencyGraphRestoreUtility.GetSolutionRestoreSpec(SolutionManager, referenceContext); 2999var originalPackageSpec = await DependencyGraphRestoreUtility.GetProjectSpec(buildIntegratedProject, dependencyGraphContext); 3008var originalRestoreResult = await DependencyGraphRestoreUtility.PreviewRestoreAsync( 3050var restoreResults = await DependencyGraphRestoreUtility.PreviewRestoreProjectsAsync( 3119restoreResult = await DependencyGraphRestoreUtility.PreviewRestoreAsync( 3442DependencyGraphRestoreUtility.GetSolutionRestoreSpec(SolutionManager, referenceContext); 3451var dgSpecForParents = await DependencyGraphRestoreUtility.GetSolutionRestoreSpec(SolutionManager, referenceContext); 3470await DependencyGraphRestoreUtility.RestoreAsync(