2 writes to attributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (2)
115this.attributes = Helper.LoadCustomAttributes(this.codeDomField.CustomAttributes, this.DeclaringType as DesignTimeType); 126this.attributes = Helper.LoadCustomAttributes(this.codeDomField.CustomAttributes, this.DeclaringType as DesignTimeType);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (4)
114if (this.attributes == null) 117return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this); 125if (this.attributes == null) 128if (Helper.IsDefined(attributeType, inherit, attributes, this))