7 references to _relationshipEnds
System.Data.Entity (7)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (7)
45foreach ( EntityContainerAssociationSetEnd end in _relationshipEnds.Values ) 112_relationshipEnds.Add( end.Role, end ); 140_relationshipEnds.Add(end.Role, end); 158Debug.Assert( !_relationshipEnds.ContainsKey( relationshipEnd.Name ) ); 168_relationshipEnds.Add( end.Role, end ); 174return _relationshipEnds.ContainsKey( role ); 187associationSet._relationshipEnds.Add(clonedEnd.Role, clonedEnd);