1 instantiation of ServiceIndexCacheInfo
NuGet.Protocol (1)
Providers\ServiceIndexResourceV3Provider.cs (1)
81var cacheEntry = new ServiceIndexCacheInfo
4 references to ServiceIndexCacheInfo
NuGet.Protocol (4)
Providers\ServiceIndexResourceV3Provider.cs (4)
29private readonly ConcurrentDictionary<string, ServiceIndexCacheInfo> _cache; 46_cache = new ConcurrentDictionary<string, ServiceIndexCacheInfo>(StringComparer.OrdinalIgnoreCase); 55ServiceIndexCacheInfo? cacheInfo = null; 81var cacheEntry = new ServiceIndexCacheInfo