1 reference to DefaultRepositoryPath
NuGet.PackageManagement (1)
Utility\PackagesFolderPathUtility.cs (1)
53return Path.Combine(solutionDirectory, string.IsNullOrEmpty(path) ? DefaultRepositoryPath : path);