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