6 references to FindRelationship
System.Data.Entity (6)
System\Data\Objects\ObjectStateManager.cs (6)
1502
Debug.Assert(null ==
FindRelationship
(wrapper), "relationship should not exist, caller verifies");
1517
RelationshipEntry entry =
FindRelationship
(wrapper);
1613
return
FindRelationship
(new RelationshipWrapper((AssociationSet)relationshipSet, roleAndKey1, roleAndKey2));
2286
RelationshipEntry relationshipEntry = this.
FindRelationship
(relationshipWrapper);
2363
relationshipEntry = this.
FindRelationship
(relationshipWrapper);
2373
relationshipEntry = this.
FindRelationship
(relationshipWrapper);