1 write to argumentValues
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (1)
56
this.
argumentValues
= (object[])argumentValues.Clone();
4 references to argumentValues
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (4)
75
List<object> arguments = new List<object>(this.
argumentValues
);
87
foreach (object argument in
argumentValues
)
113
constructorArguments.Add(
argumentValues
[loop]);
117
propertyValues.Add(
argumentValues
[loop]);