1 instantiation of EntityWithKeyStrategy
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
351return (object entity) => new EntityWithKeyStrategy((IEntityWithKey)entity);
1 reference to EntityWithKeyStrategy
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Translator.cs (1)
597private static readonly ConstructorInfo EntityWithKeyStrategy_ctor = typeof(EntityWithKeyStrategy).GetConstructor(new Type[] { typeof(IEntityWithKey) });