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