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