1 write to attributeType
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (1)
54
this.
attributeType
= attributeType;
4 references to attributeType
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (4)
67
return
attributeType
;
84
if (
attributeType
.Assembly == null)
122
Attribute attribute = (Attribute)Activator.CreateInstance(
attributeType
, constructorArguments.ToArray());
128
attributeType
.GetProperty(propertyNames[loop]).SetValue(attribute, propertyValues[loop], null);