4 references to FindRelationshipEntryInObjectStateManager
System.Data.Entity (4)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
390
RelationshipEntry relationshipEntry = IsForeignKey ? null :
FindRelationshipEntryInObjectStateManager
(_wrappedCachedValue);
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1639
else if (null ==
FindRelationshipEntryInObjectStateManager
(wrappedEntity))
1772
else if (!this.IsForeignKey && null !=
FindRelationshipEntryInObjectStateManager
(wrappedEntity))
System\Data\Objects\ObjectStateManager.cs (1)
853
RelationshipEntry relationshipEntry = relatedEnd.
FindRelationshipEntryInObjectStateManager
(currentWrappedTarget);