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