3 references to LoadItems
System.Data.Entity (3)
System\Data\Metadata\EdmItemCollection.cs (2)
70
LoadItems
(MetadataItem.EdmProviderManifest, schemas, this);
286
List<EdmSchemaError> errors =
LoadItems
(providerManifest, schemaCollection, itemCollection);
System\Data\Metadata\StoreItemCollection.cs (1)
207
List<EdmSchemaError> errorList = EdmItemCollection.
LoadItems
(_providerManifest, loader.Schemas, this);