5 references to NuGetHome
NuGet.Common (2)
PathUtil\NuGetEnvironment.cs (1)
109
case NuGetFolderPath.
NuGetHome
:
PathUtil\PathUtility.cs (1)
455
() => NuGetEnvironment.GetFolderPath(NuGetFolderPath.
NuGetHome
),
NuGet.Configuration (1)
Utility\SettingsUtility.cs (1)
273
path = Path.Combine(NuGetEnvironment.GetFolderPath(NuGetFolderPath.
NuGetHome
), DefaultGlobalPackagesFolderPath);
NuGet.Packaging (1)
PackageArchiveReader.cs (1)
365
var dummyDestination = NuGetEnvironment.GetFolderPath(NuGetFolderPath.
NuGetHome
);
NuGet.Protocol (1)
Plugins\PluginDiscoveryUtility.cs (1)
68
var nuGetHome = NuGetEnvironment.GetFolderPath(NuGetFolderPath.
NuGetHome
);