3 instantiations of EntityContainerAssociationSetEnd
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (2)
94EntityContainerAssociationSetEnd end = new EntityContainerAssociationSetEnd( this ); 161EntityContainerAssociationSetEnd end = new EntityContainerAssociationSetEnd( this );
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
174EntityContainerAssociationSetEnd setEnd = new EntityContainerAssociationSetEnd((EntityContainerAssociationSet)parentElement);
13 references to EntityContainerAssociationSetEnd
System.Data.Entity (13)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (12)
25private Dictionary<string, EntityContainerAssociationSetEnd> _relationshipEnds = new Dictionary<string, EntityContainerAssociationSetEnd>(); 26private List<EntityContainerAssociationSetEnd> _rolelessEnds = new List<EntityContainerAssociationSetEnd>(); 45foreach ( EntityContainerAssociationSetEnd end in _relationshipEnds.Values ) 50foreach ( EntityContainerAssociationSetEnd end in _rolelessEnds ) 94EntityContainerAssociationSetEnd end = new EntityContainerAssociationSetEnd( this ); 129foreach (EntityContainerAssociationSetEnd end in _rolelessEnds) 161EntityContainerAssociationSetEnd end = new EntityContainerAssociationSetEnd( this ); 184foreach (EntityContainerAssociationSetEnd end in this.Ends) 186EntityContainerAssociationSetEnd clonedEnd = (EntityContainerAssociationSetEnd)end.Clone(associationSet);
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
174EntityContainerAssociationSetEnd setEnd = new EntityContainerAssociationSetEnd((EntityContainerAssociationSet)parentElement);