7 references to GetStore
System.Runtime.Caching (7)
System\Caching\MemoryCache.cs (6)
362MemoryCacheStore store = GetStore(cacheKey); 440MemoryCacheStore store = GetStore(cacheKey); 466MemoryCacheStore store = GetStore(cacheKey); 594MemoryCacheStore store = GetStore(cacheKey); 629MemoryCacheStore store = GetStore(cacheKey); 650MemoryCacheStore sentinelStore = GetStore(sentinelCacheKey);
System\Caching\MemoryCacheEntry.cs (1)
280MemoryCacheStore store = e._fields._cache.GetStore(e);