4 references to GetRepositoryPath
NuGet.Build.Tasks (1)
GetRestoreSettingsTask.cs (1)
162
() => SettingsUtility.
GetRepositoryPath
(settings));
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
598
() => SettingsUtility.
GetRepositoryPath
(settings),
NuGet.Commands (1)
RestoreCommand\Utility\PackageSpecFactory.cs (1)
126
pcMetadata.RepositoryPath = SettingsUtility.
GetRepositoryPath
(settings);
NuGet.PackageManagement (1)
Utility\PackagesFolderPathUtility.cs (1)
48
var path = SettingsUtility.
GetRepositoryPath
(settings);