1 instantiation of ODataServiceDocumentCacheInfo
NuGet.Protocol (1)
LegacyFeed\ODataServiceDocumentResourceV2Provider.cs (1)
61var cacheEntry = new ODataServiceDocumentCacheInfo
4 references to ODataServiceDocumentCacheInfo
NuGet.Protocol (4)
LegacyFeed\ODataServiceDocumentResourceV2Provider.cs (4)
16private readonly ConcurrentDictionary<string, ODataServiceDocumentCacheInfo> _cache; 30_cache = new ConcurrentDictionary<string, ODataServiceDocumentCacheInfo>(StringComparer.OrdinalIgnoreCase); 36ODataServiceDocumentCacheInfo? cacheInfo = null; 61var cacheEntry = new ODataServiceDocumentCacheInfo