5 references to EntityKey
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
335: new EntityKey(addedEntry.EntitySet, keyValues);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
267principalKey = new EntityKey(principalSet, keyValues);
System\Data\Objects\DataClasses\EntityReference.cs (1)
544SetCachedForeignKey(new EntityKey(principalEntitySet, values), dependentEntity.ObjectStateEntry);
System\Data\Objects\Internal\ForeignKeyFactory.cs (1)
131return new EntityKey(principalEntitySet, values);
System\Data\Objects\ObjectStateManager.cs (1)
3748return new EntityKey(entitySet, keyValues);