2 writes to attributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
122this.attributes = Helper.LoadCustomAttributes(this.codeConstructor.CustomAttributes, this.DeclaringType as DesignTimeType); 132this.attributes = Helper.LoadCustomAttributes(this.codeConstructor.CustomAttributes, this.DeclaringType as DesignTimeType);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (4)
121if (this.attributes == null) 124return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this); 131if (this.attributes == null) 134if (Helper.IsDefined(attributeType, inherit, attributes, this))