17 references to LoadSchemaElement
System.Data.Entity (17)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
204EdmType edmType = (EdmType)Converter.LoadSchemaElement(_type, _type.Schema.ProviderManifest, convertedItemCache, newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
80EdmType edmType = (EdmType)Converter.LoadSchemaElement(_type, _type.Schema.ProviderManifest, convertedItemCache, newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
210EdmType edmType = (EdmType)Converter.LoadSchemaElement(_type, _type.Schema.ProviderManifest, convertedItemCache, newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
155EdmType propertyType = (EdmType)Converter.LoadSchemaElement(Type, Type.Schema.ProviderManifest, convertedItemCache, newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (1)
74EdmType edmType = (EdmType)Converter.LoadSchemaElement(_type, _type.Schema.ProviderManifest, convertedItemCache, newGlobalItems);
System\Data\Metadata\Converter.cs (12)
129if (null == LoadSchemaElement(element, providerManifest, convertedItemCache, newGlobalItems)) 145if (null == LoadSchemaElement(function, providerManifest, convertedItemCache, newGlobalItems)) 352entityType.BaseType = (EdmType)(LoadSchemaElement(element.BaseType, 421complexType.BaseType = (EdmType)(LoadSchemaElement(element.BaseType, 461EntityType endEntityType = (EntityType)LoadSchemaElement(entityTypeElement, 614(EntityType)LoadSchemaElement(set.EntityType, 657AssociationType associationType = (AssociationType)LoadSchemaElement((Som.SchemaType)relationshipSet.Relationship, 667EntityType endEntityType = (EntityType)LoadSchemaElement(end.EntitySet.EntityType, 737propertyType = (EdmType)LoadSchemaElement(somProperty.Type, providerManifest, convertedItemCache, newGlobalItems); 790EntityType toEndEntityType = (EntityType)LoadSchemaElement(somNavigationProperty.Type, 798AssociationType relationshipType = (AssociationType)LoadSchemaElement((Som.Relationship)somNavigationProperty.Relationship, 1170edmType = (EdmType)LoadSchemaElement(type,