20 references to ISolutionManager
NuGet.PackageManagement (20)
BuildIntegration\DependencyGraphRestoreUtility.cs (5)
34ISolutionManager solutionManager, 114ISolutionManager solutionManager, 164ISolutionManager solutionManager, 236ISolutionManager solutionManager, 244ISolutionManager solutionManager,
Context\IDEExecutionContext.cs (2)
30public async Task SaveExpandedNodeStates(ISolutionManager solutionManager) 35public async Task CollapseAllNodes(ISolutionManager solutionManager)
Context\PackageManagementContext.cs (2)
18ISolutionManager solutionManager, 38public ISolutionManager VsSolutionManager { get; private set; }
IDE\ICommonOperations.cs (2)
14Task SaveSolutionExplorerNodeStates(ISolutionManager solutionManager); 16Task CollapseAllNodes(ISolutionManager solutionManager);
IDE\PackageRestoreManager.cs (2)
31private ISolutionManager SolutionManager { get; } 54ISolutionManager solutionManager)
NuGetPackageManager.cs (6)
44private ISolutionManager SolutionManager { get; } 115ISolutionManager solutionManager, 124ISolutionManager solutionManager, 134ISolutionManager solutionManager, 145ISolutionManager solutionManager, 3699public static async Task<bool> PackageExistsInAnotherNuGetProject(NuGetProject nuGetProject, PackageIdentity packageIdentity, ISolutionManager solutionManager, CancellationToken token, bool excludeIntegrated = false)
Utility\PackagesFolderPathUtility.cs (1)
19public static string GetPackagesFolderPath(ISolutionManager solutionManager, ISettings settings)