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