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