1 instantiation of RelationshipEnd
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (1)
190RelationshipEnd end = new RelationshipEnd(this);
9 references to RelationshipEnd
System.Data.Entity (9)
System\Data\EntityModel\SchemaObjectModel\OnOperation.cs (3)
29public OnOperation(RelationshipEnd parentElement, Operation operation) 122private new RelationshipEnd ParentElement 126return (RelationshipEnd)base.ParentElement;
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (3)
116foreach ( RelationshipEnd end in Ends ) 155foreach ( RelationshipEnd end in Ends ) 190RelationshipEnd end = new RelationshipEnd(this);
System\Data\Metadata\Converter.cs (3)
458foreach (Som.RelationshipEnd end in element.Ends) 566Som.RelationshipEnd relationshipEnd = end as Som.RelationshipEnd;