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