2 references to GetCustomAttributeData
System.AddIn (2)
System\Addin\Hosting\InspectionWorker.cs (1)
277
CustomAttributeData cad = Utils.
GetCustomAttributeData
(PipelineComponent.AddInBaseAttributeInReflectionLoaderContext, type);
System\Addin\Hosting\Utils.cs (1)
45
return
GetCustomAttributeData
(attributeType, inspectType) != null;