2 writes to attributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
192
this.
attributes
= Helper.LoadCustomAttributes(this.property.CustomAttributes, this.DeclaringType as DesignTimeType);
203
this.
attributes
= Helper.LoadCustomAttributes(this.property.CustomAttributes, this.DeclaringType as DesignTimeType);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (4)
191
if (this.
attributes
== null)
194
return Helper.GetCustomAttributes(attributeType, inherit, this.
attributes
, this);
202
if (this.
attributes
== null)
205
if (Helper.IsDefined(attributeType, inherit,
attributes
, this))