1 override of Ends
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
41internal override IEnumerable<EntityContainerRelationshipSetEnd> Ends
5 references to Ends
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
403foreach (EntityContainerRelationshipSetEnd currentSetEnd in currentSet.Ends)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (3)
101foreach ( EntityContainerRelationshipSetEnd end in Ends ) 110foreach (EntityContainerRelationshipSetEnd end in Ends) 126foreach ( EntityContainerRelationshipSetEnd end in Ends )
System\Data\Metadata\Converter.cs (1)
664foreach (Som.EntityContainerRelationshipSetEnd end in relationshipSet.Ends)