3 references to GetTypesWithAttribute
System.AddIn (3)
System\Addin\Hosting\AddInStore.cs (2)
1212
foreach (TypeInfo type in assembly.
GetTypesWithAttribute
(typeof(HostAdapterAttribute), true))
1309
foreach (TypeInfo type in assembly.
GetTypesWithAttribute
(typeof(AddInBaseAttribute), true))
System\Addin\MiniReflection\MiniAssembly.cs (1)
93
return
GetTypesWithAttribute
(customAttribute, false);