1 instantiation of MiniConstructorInfo
System.AddIn (1)
System\Addin\MiniReflection\TypeInfo.cs (1)
537ctors.Add(new MiniConstructorInfo(parameters));
7 references to MiniConstructorInfo
System.AddIn (7)
System\Addin\Hosting\Store\AddIn.cs (1)
242foreach (MiniConstructorInfo ci in type.GetConstructors()) {
System\Addin\Hosting\Store\HostAdapter.cs (1)
65foreach (MiniConstructorInfo ci in type.GetConstructors(true))
System\Addin\MiniReflection\TypeInfo.cs (5)
458public MiniConstructorInfo[] GetConstructors() 463public MiniConstructorInfo[] GetConstructors(bool includePrivate) 467List<MiniConstructorInfo> ctors = new List<MiniConstructorInfo>(); 491return new MiniConstructorInfo[0];