2 writes to attributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
143
this.
attributes
= null;
361
this.
attributes
= Helper.LoadCustomAttributes(attributeDecls, this);
4 references to attributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (4)
354
if (this.codeDomTypes != null && this.
attributes
== null)
370
if (this.
attributes
!= null)
371
return Helper.GetCustomAttributes(attributeType, inherit, this.
attributes
, this);
585
if (Helper.IsDefined(attributeType, inherit,
attributes
, this))