4 references to HasCustomAttribute
System.AddIn (4)
System\Addin\Hosting\InspectionWorker.cs (4)
256
if (!Utils.
HasCustomAttribute
(PipelineComponent.ContractAttributeInReflectionLoaderContext, type))
263
if (!Utils.
HasCustomAttribute
(PipelineComponent.AddInAdapterAttributeInReflectionLoaderContext, type))
270
if (Utils.
HasCustomAttribute
(PipelineComponent.AddInAttributeInReflectionLoaderContext, type))
273
if (!Utils.
HasCustomAttribute
(PipelineComponent.AddInBaseAttributeInReflectionLoaderContext, type))