4 references to _storeLevelCache
System.Data.Entity (4)
System\Data\Metadata\MetadataCache.cs (4)
95
DoCacheClean<StoreMetadataEntry>(
_storeLevelCache
, _storeLevelLock);
287
StoreMetadataEntry entry = GetCacheEntry<StoreMetadataEntry>(
_storeLevelCache
, cacheKey, _storeLevelLock,
391
foreach (StoreMetadataEntry entry in
_storeLevelCache
.Values)
403
_storeLevelCache
.Clear();