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