2 writes to attributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
143this.attributes = null; 361this.attributes = Helper.LoadCustomAttributes(attributeDecls, this);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (4)
354if (this.codeDomTypes != null && this.attributes == null) 370if (this.attributes != null) 371return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this); 585if (Helper.IsDefined(attributeType, inherit, attributes, this))