2 types derived from MetadataEntry
System.Data.Entity (2)
System\Data\Metadata\MetadataCache.cs (2)
616private class EdmMetadataEntry : MetadataEntry 666private class StoreMetadataEntry : MetadataEntry
4 references to MetadataEntry
System.Data.Entity (4)
System\Data\Metadata\MetadataCache.cs (4)
199private static void DoCacheClean<T>(Dictionary<string, T> cache, object objectToLock) where T: MetadataEntry 313IMetadataEntryConstructor<T> metadataEntry, out object entryToken) where T: MetadataEntry 344private static void LoadItemCollection<T>(IItemCollectionLoader<T> itemCollectionLoader, T entry) where T : MetadataEntry 813interface IItemCollectionLoader<T> where T : MetadataEntry