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