3 instantiations of 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);
4 references to CacheEntry
NuGet.Protocol (4)
Utility\FindPackagesByIdNupkgDownloader.cs (4)
21private readonly TaskResultCache<string, CacheEntry> _cacheEntries = new(); 195CacheEntry cacheEntry = await _cacheEntries.GetOrAddAsync( 212private async Task<CacheEntry> ProcessStreamAndGetCacheEntryAsync( 334CacheEntry cacheEntry,