2 writes to _httpCacheDirectory
NuGet.Protocol (2)
HttpSource\HttpSource.cs (2)
421_httpCacheDirectory = SettingsUtility.GetHttpCacheFolder(); 427set { _httpCacheDirectory = value; }
2 references to _httpCacheDirectory
NuGet.Protocol (2)
HttpSource\HttpSource.cs (2)
419if (_httpCacheDirectory == null) 424return _httpCacheDirectory;