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