2 implementations of TakeSnapshotOfRelationships
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
224
public abstract void
TakeSnapshotOfRelationships
(EntityEntry entry);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
144
public void
TakeSnapshotOfRelationships
(EntityEntry entry)
3 references to TakeSnapshotOfRelationships
System.Data.Entity (3)
System\Data\Objects\ObjectContext.cs (3)
736
wrappedEntity.
TakeSnapshotOfRelationships
(entry);
1150
wrappedEntity.
TakeSnapshotOfRelationships
(entry);
1184
wrappedEntity.
TakeSnapshotOfRelationships
(entry);