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