4 references to IsReparentingReference
System.Data.Entity (4)
System\Data\Objects\ObjectStateManager.cs (4)
3431if (targetReference != null && IsReparentingReference(entityToAdd, targetReference)) 3439if (reference != null && IsReparentingReference(wrappedOwner, reference)) 3534if (reference != null && IsReparentingReference(entry.WrappedEntity, reference)) 3570if (reference != null && IsReparentingReference(entry.WrappedEntity, reference))