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