2 writes to attributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (2)
115
this.
attributes
= Helper.LoadCustomAttributes(this.codeDomField.CustomAttributes, this.DeclaringType as DesignTimeType);
126
this.
attributes
= Helper.LoadCustomAttributes(this.codeDomField.CustomAttributes, this.DeclaringType as DesignTimeType);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (4)
114
if (this.
attributes
== null)
117
return Helper.GetCustomAttributes(attributeType, inherit, this.
attributes
, this);
125
if (this.
attributes
== null)
128
if (Helper.IsDefined(attributeType, inherit,
attributes
, this))