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