1 write to argumentNames
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (1)
55this.argumentNames = (string[])argumentNames.Clone();
4 references to argumentNames
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (4)
110for (int loop = 0; loop < argumentNames.Length; loop++) 112if ((argumentNames[loop] == null) || (argumentNames[loop].Length == 0)) 116propertyNames.Add(argumentNames[loop]);