2 references to GetConstructorForType
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Translator.cs (1)
436result = LightweightCodeGenerator.GetConstructorForType(type);
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
168ConstructorInfo ci = GetConstructorForType(type);