3 references to CreateConstructor
System.Data.Entity (3)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (2)
31return (clrType.Constructor ?? (clrType.Constructor = CreateConstructor(clrType.ClrType))); 37return (clrType.Constructor ?? (clrType.Constructor = CreateConstructor(clrType.ClrType)));
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (1)
133_createObject = LightweightCodeGenerator.CreateConstructor(proxyType) as Func<object>;