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