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