2 references to GetComplexObjectSnapshot
System.Data.Entity (2)
System\Data\Objects\EntityEntry.cs (2)
1826
var oldComplexValue = this.
GetComplexObjectSnapshot
(this.Entity, ordinal);
1954
var oldNestedComplexValue = this.
GetComplexObjectSnapshot
(complexValue, i);