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