1 write to _constructors
System.AddIn (1)
System\Addin\Hosting\Store\AddInAdapter.cs (1)
34
_constructors
= new List<TypeInfo>();
3 references to _constructors
System.AddIn (3)
System\Addin\Hosting\Store\AddInAdapter.cs (3)
38
get { return
_constructors
; }
88
_constructors
.Add(new TypeInfo(pars[0].ParameterType));
90
if (
_constructors
.Count == 0)