1 instantiation of StoreMetadataEntry
System.Data.Entity (1)
System\Data\Metadata\MetadataCache.cs (1)
805return new StoreMetadataEntry();
12 references to StoreMetadataEntry
System.Data.Entity (12)
System\Data\Metadata\MetadataCache.cs (12)
45private static readonly Dictionary<string, StoreMetadataEntry> _storeLevelCache = new Dictionary<string, StoreMetadataEntry>(StringComparer.OrdinalIgnoreCase); 52private static readonly List<StoreMetadataEntry> _metadataEntriesRemovedFromCache = new List<StoreMetadataEntry>(); 95DoCacheClean<StoreMetadataEntry>(_storeLevelCache, _storeLevelLock); 287StoreMetadataEntry entry = GetCacheEntry<StoreMetadataEntry>(_storeLevelCache, cacheKey, _storeLevelLock, 391foreach (StoreMetadataEntry entry in _storeLevelCache.Values) 801private struct StoreMetadataEntryConstructor : IMetadataEntryConstructor<StoreMetadataEntry> 803public StoreMetadataEntry GetMetadataEntry() 840private struct StoreItemCollectionLoader : IItemCollectionLoader<StoreMetadataEntry> 864public void LoadItemCollection(StoreMetadataEntry entry)