4 references to DetectChangesInComplexType
System.Data.Entity (4)
System\Data\Objects\EntityEntry.cs (4)
1827bool complexObjectInstanceChanged = this.DetectChangesInComplexType(member, member, currentValue, oldComplexValue, ref changeDetected, detectOnly); 1861DetectChangesInComplexType(member, member, currentValue, oldComplexValue, ref changeDetected, detectOnly); 1955bool complexObjectInstanceChanged = DetectChangesInComplexType(topLevelMember, member, currentValue, oldNestedComplexValue, ref changeDetected, detectOnly); 1983DetectChangesInComplexType(topLevelMember, member, currentValue, oldNestedComplexValue, ref changeDetected, detectOnly);