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