2 references to GetTypesWithAttributeInModule
System.AddIn (2)
System\Addin\MiniReflection\MiniAssembly.cs (1)
135
IList<TypeInfo> newTypes = module.
GetTypesWithAttributeInModule
(customAttribute, includePrivate);
System\Addin\MiniReflection\MiniModule.cs (1)
114
return
GetTypesWithAttributeInModule
(customAttribute, false);