4 references to UpdateComplexObjectSnapshot
System.Data.Entity (4)
System\Data\Objects\EntityEntry.cs (3)
1854this.UpdateComplexObjectSnapshot(member, this.Entity, ordinal, currentValue); 1979this.UpdateComplexObjectSnapshot(member, complexValue, i, currentValue); 2065UpdateComplexObjectSnapshot(complexMember, currentValue, i, nestedValue);
System\Data\Objects\Internal\SnapshotChangeTrackingStrategy.cs (1)
71entry.UpdateComplexObjectSnapshot(member, target, ordinal, value);