1 type derived from EntityContainerRelationshipSetEnd
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
20internal sealed class EntityContainerAssociationSetEnd : EntityContainerRelationshipSetEnd
12 references to EntityContainerRelationshipSetEnd
System.Data.Entity (12)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (6)
398List<EntityContainerRelationshipSetEnd> alreadyValidatedEnds = new List<EntityContainerRelationshipSetEnd>(); 403foreach (EntityContainerRelationshipSetEnd currentSetEnd in currentSet.Ends) 406foreach (EntityContainerRelationshipSetEnd alreadyValidatedEnd in alreadyValidatedEnds) 548private static bool AreRelationshipEndsEqual(EntityContainerRelationshipSetEnd left, EntityContainerRelationshipSetEnd right)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
41internal override IEnumerable<EntityContainerRelationshipSetEnd> Ends
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (4)
60internal abstract IEnumerable<EntityContainerRelationshipSetEnd> Ends { get; } 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)