2 references to PromoteKeyEntryInitialization
System.Data.Entity (2)
System\Data\Objects\ObjectContext.cs (1)
1143
this.ObjectStateManager.
PromoteKeyEntryInitialization
(this, entry, wrappedEntity, /*shadowValues*/ null, /*replacingEntry*/ false);
System\Data\Objects\ObjectStateManager.cs (1)
705
this.
PromoteKeyEntryInitialization
(null, keyEntry, wrappedEntity, shadowValues, replacingEntry);