3 references to HttpCacheDirectory
NuGet.Common (2)
Migrations\Migration1.cs (1)
64var httpCachePath = NuGetEnvironment.GetFolderPath(NuGetFolderPath.HttpCacheDirectory);
PathUtil\NuGetEnvironment.cs (1)
114case NuGetFolderPath.HttpCacheDirectory:
NuGet.Configuration (1)
Utility\SettingsUtility.cs (1)
363return NuGetEnvironment.GetFolderPath(NuGetFolderPath.HttpCacheDirectory);