2 references to AddInAttribute
System.AddIn (2)
System\Addin\Hosting\AddInStore.cs (1)
1316foreach (TypeInfo type in assembly.GetTypesWithAttribute(typeof(AddInAttribute)))
System\Addin\Hosting\Store\AddIn.cs (1)
154Type addInAttributeType = typeof(AddInAttribute);