2 implementations of IItemCollectionLoader
System.Data.Entity (2)
System\Data\Metadata\MetadataCache.cs (2)
818private struct EdmItemCollectionLoader : IItemCollectionLoader<EdmMetadataEntry> 840private struct StoreItemCollectionLoader : IItemCollectionLoader<StoreMetadataEntry>
1 reference to IItemCollectionLoader
System.Data.Entity (1)
System\Data\Metadata\MetadataCache.cs (1)
344private static void LoadItemCollection<T>(IItemCollectionLoader<T> itemCollectionLoader, T entry) where T : MetadataEntry