2 implementations of UpdateCurrentValueRecord
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWithChangeTrackerStrategy.cs (1)
55
public void
UpdateCurrentValueRecord
(object value, EntityEntry entry)
System\Data\Objects\Internal\SnapshotChangeTrackingStrategy.cs (1)
97
public void
UpdateCurrentValueRecord
(object value, EntityEntry entry)
1 reference to UpdateCurrentValueRecord
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapper.cs (1)
320
_changeTrackingStrategy.
UpdateCurrentValueRecord
(value, entry);