3 writes to attributes
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (3)
284this.attributes = new Attribute[0]; 286this.attributes = Helper.LoadCustomAttributes(this.methodInfo.CustomAttributes, this.DeclaringType as DesignTimeType); 296this.attributes = Helper.LoadCustomAttributes(this.methodInfo.CustomAttributes, this.DeclaringType as DesignTimeType);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (4)
282if (this.attributes == null) 288return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this); 295if (this.attributes == null) 298if (Helper.IsDefined(attributeType, inherit, attributes, this))