6 references to GetCustomAttributes
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
371return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this);
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (1)
141return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this);
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (1)
117return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this);
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
124return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this); 288return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this);
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
194return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this);