1 write to CacheFile
NuGet.Protocol (1)
HttpSource\HttpSourceResult.cs (1)
31CacheFile = cacheFileName;
3 references to CacheFile
NuGet.Protocol (3)
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (1)
531logger.LogWarning(string.Format(CultureInfo.CurrentCulture, Strings.Log_FileIsCorrupt, httpSourceResult.CacheFile));
Utility\FindPackagesByIdNupkgDownloader.cs (2)
231if (httpSourceResult.CacheFile != null) 235return new CacheEntry(httpSourceResult.CacheFile, alreadyProcessed: false);