1 instantiation of ODataServiceDocumentCacheInfo
NuGet.Protocol (1)
LegacyFeed\ODataServiceDocumentResourceV2Provider.cs (1)
63var cacheEntry = new ODataServiceDocumentCacheInfo
4 references to ODataServiceDocumentCacheInfo
NuGet.Protocol (4)
LegacyFeed\ODataServiceDocumentResourceV2Provider.cs (4)
18private readonly ConcurrentDictionary<string, ODataServiceDocumentCacheInfo> _cache; 32_cache = new ConcurrentDictionary<string, ODataServiceDocumentCacheInfo>(StringComparer.OrdinalIgnoreCase); 38ODataServiceDocumentCacheInfo cacheInfo = null; 63var cacheEntry = new ODataServiceDocumentCacheInfo