1 instantiation of PocoEntityKeyStrategy
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
360return (object entity) => new PocoEntityKeyStrategy();
1 reference to PocoEntityKeyStrategy
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Translator.cs (1)
598private static readonly ConstructorInfo PocoEntityKeyStrategy_ctor = typeof(PocoEntityKeyStrategy).GetConstructor(new Type[0]);