1 instantiation of ServiceIndexCacheInfo
NuGet.Protocol (1)
Providers\ServiceIndexResourceV3Provider.cs (1)
83var cacheEntry = new ServiceIndexCacheInfo
4 references to ServiceIndexCacheInfo
NuGet.Protocol (4)
Providers\ServiceIndexResourceV3Provider.cs (4)
31private readonly ConcurrentDictionary<string, ServiceIndexCacheInfo> _cache; 48_cache = new ConcurrentDictionary<string, ServiceIndexCacheInfo>(StringComparer.OrdinalIgnoreCase); 57ServiceIndexCacheInfo cacheInfo = null; 83var cacheEntry = new ServiceIndexCacheInfo