2 references to GetConstructors
System.AddIn (2)
System\Addin\Hosting\Store\HostAdapter.cs (1)
65
foreach (MiniConstructorInfo ci in type.
GetConstructors
(true))
System\Addin\MiniReflection\TypeInfo.cs (1)
460
return
GetConstructors
(false);