4 references to ItemArray
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\CommandLineGenerator.cs (1)
119
case PropertyType.
ItemArray
:
XamlTaskFactory\TaskGenerator.cs (1)
533
else if (property.Type == PropertyType.
ItemArray
)
XamlTaskFactory\TaskParser.cs (1)
483
parameter.Type = PropertyType.
ItemArray
;
Microsoft.Build.Tasks.UnitTests (1)
XamlTaskFactory_Tests.cs (1)
438
Assert.Equal(PropertyType.
ItemArray
, properties.First.Value.Type); // Although it's a String array property, DataSource.SourceType overrides that