11 references to LoadCustomAttributes
System.Workflow.ComponentModel (11)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
361
this.attributes = Helper.
LoadCustomAttributes
(attributeDecls, this);
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
139
this.attributes = Helper.
LoadCustomAttributes
(this.codeDomEvent.CustomAttributes, this.DeclaringType as DesignTimeType);
150
this.attributes = Helper.
LoadCustomAttributes
(this.codeDomEvent.CustomAttributes, this.DeclaringType as DesignTimeType);
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);
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (4)
122
this.attributes = Helper.
LoadCustomAttributes
(this.codeConstructor.CustomAttributes, this.DeclaringType as DesignTimeType);
132
this.attributes = Helper.
LoadCustomAttributes
(this.codeConstructor.CustomAttributes, this.DeclaringType as DesignTimeType);
286
this.attributes = Helper.
LoadCustomAttributes
(this.methodInfo.CustomAttributes, this.DeclaringType as DesignTimeType);
296
this.attributes = Helper.
LoadCustomAttributes
(this.methodInfo.CustomAttributes, this.DeclaringType as DesignTimeType);
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);