2 implementations of TakeSnapshot
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
223public abstract void TakeSnapshot(EntityEntry entry);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
139public void TakeSnapshot(EntityEntry entry)
5 references to TakeSnapshot
System.Data.Entity (5)
System\Data\Objects\EntityEntry.cs (4)
471_wrappedEntity.TakeSnapshot(this); 484_wrappedEntity.TakeSnapshot(this); 2911_wrappedEntity.TakeSnapshot(this); 3203_wrappedEntity.TakeSnapshot(this); // refresh snapshot
System\Data\Objects\ObjectStateManager.cs (1)
672wrappedEntity.TakeSnapshot(keyEntry);