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