8 references to Boolean
Microsoft.Build.Tasks.Core (5)
XamlTaskFactory\CommandLineGenerator.cs (1)
88case PropertyType.Boolean:
XamlTaskFactory\TaskGenerator.cs (3)
435if (property.Type == PropertyType.Boolean) 525else if (property.Type == PropertyType.Boolean) 622if (property.Type == PropertyType.Boolean)
XamlTaskFactory\TaskParser.cs (1)
453parameter.Type = PropertyType.Boolean;
Microsoft.Build.Tasks.UnitTests (3)
XamlTaskFactory_Tests.cs (3)
193Assert.Equal(PropertyType.Boolean, properties.First.Value.Type); 237Assert.Equal(PropertyType.Boolean, properties.First.Value.Type); 262Assert.Equal(PropertyType.Boolean, properties.First.Value.Type);