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