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