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