2 implementations of TakeSnapshot
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWithChangeTrackerStrategy.cs (1)
40public void TakeSnapshot(EntityEntry entry)
System\Data\Objects\Internal\SnapshotChangeTrackingStrategy.cs (1)
45public void TakeSnapshot(EntityEntry entry)
1 reference to TakeSnapshot
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapper.cs (1)
220_changeTrackingStrategy.TakeSnapshot(entry);