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