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)
38get { return _constructors; } 88_constructors.Add(new TypeInfo(pars[0].ParameterType)); 90if (_constructors.Count == 0)