3 references to CacheEntry
NuGet.Protocol (3)
Utility\FindPackagesByIdNupkgDownloader.cs (3)
228return new CacheEntry(cacheFile: null, alreadyProcessed: false); 235return new CacheEntry(httpSourceResult.CacheFile, alreadyProcessed: false); 243return new CacheEntry(cacheFile: null, alreadyProcessed: true);