1 instantiation of EdmMetadataEntry
System.Data.Entity (1)
System\Data\Metadata\MetadataCache.cs (1)
794return new EdmMetadataEntry();
9 references to EdmMetadataEntry
System.Data.Entity (9)
System\Data\Metadata\MetadataCache.cs (9)
39private static readonly Dictionary<string, EdmMetadataEntry> _edmLevelCache = new Dictionary<string, EdmMetadataEntry>(StringComparer.OrdinalIgnoreCase); 92DoCacheClean<EdmMetadataEntry>(_edmLevelCache, _edmLevelLock); 265EdmMetadataEntry entry = GetCacheEntry<EdmMetadataEntry>(_edmLevelCache, cacheKey, _edmLevelLock, 790private struct EdmMetadataEntryConstructor : IMetadataEntryConstructor<EdmMetadataEntry> 792public EdmMetadataEntry GetMetadataEntry() 818private struct EdmItemCollectionLoader : IItemCollectionLoader<EdmMetadataEntry> 834public void LoadItemCollection(EdmMetadataEntry entry)