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