5 references to EntityKey
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
334? new EntityKey(addedEntry.EntitySet, keyValues[0])
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
263principalKey = new EntityKey(principalSet, keyValues[0]);
System\Data\Objects\DataClasses\EntityReference.cs (1)
538SetCachedForeignKey(new EntityKey(principalEntitySet, value), dependentEntity.ObjectStateEntry);
System\Data\Objects\Internal\ForeignKeyFactory.cs (1)
105return keyValue == DBNull.Value ? null : new EntityKey(principalEntitySet, keyValue);
System\Data\Objects\ObjectStateManager.cs (1)
3744return new EntityKey(entitySet, keyValues[0]);