3 references to GetConstructor
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Translator.cs (3)
1167
ConstructorInfo constructor =
GetConstructor
(clrType);
1322
ConstructorInfo constructor =
GetConstructor
(clrType);
1898
Expression.New(
GetConstructor
(typeToInstantiate)),