2 writes to attributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
139this.attributes = Helper.LoadCustomAttributes(this.codeDomEvent.CustomAttributes, this.DeclaringType as DesignTimeType); 150this.attributes = Helper.LoadCustomAttributes(this.codeDomEvent.CustomAttributes, this.DeclaringType as DesignTimeType);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (4)
138if (this.attributes == null) 141return Helper.GetCustomAttributes(attributeType, inherit, this.attributes, this); 149if (this.attributes == null) 152if (Helper.IsDefined(attributeType, inherit, attributes, this))