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