3 references to ItemArray
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\CommandLineGenerator.cs (1)
114
case PropertyType.
ItemArray
:
XamlTaskFactory\TaskGenerator.cs (1)
565
else if (property.Type == PropertyType.
ItemArray
)
XamlTaskFactory\TaskParser.cs (1)
482
parameter.Type = PropertyType.
ItemArray
;