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