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