6 references to IsDefined
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
585if (Helper.IsDefined(attributeType, inherit, attributes, this))
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (1)
152if (Helper.IsDefined(attributeType, inherit, attributes, this))
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (1)
128if (Helper.IsDefined(attributeType, inherit, attributes, this))
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
134if (Helper.IsDefined(attributeType, inherit, attributes, this)) 298if (Helper.IsDefined(attributeType, inherit, attributes, this))
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
205if (Helper.IsDefined(attributeType, inherit, attributes, this))