2 writes to attributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
192this.attributes = Helper.LoadCustomAttributes(this.property.CustomAttributes, this.DeclaringType as DesignTimeType); 203this.attributes = Helper.LoadCustomAttributes(this.property.CustomAttributes, this.DeclaringType as DesignTimeType);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (4)
191if (this.attributes == null) 194return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this); 202if (this.attributes == null) 205if (Helper.IsDefined(attributeType, inherit, attributes, this))