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