23 references to PropertyType
Microsoft.Build.Tasks.Core (23)
XamlTaskFactory\CommandLineGenerator.cs (6)
83
case
PropertyType
.Boolean:
93
case
PropertyType
.Integer:
114
case
PropertyType
.ItemArray:
119
case
PropertyType
.None:
122
case
PropertyType
.String:
156
case
PropertyType
.StringArray:
XamlTaskFactory\Property.cs (2)
58
public
PropertyType
Type { get; set; } =
PropertyType
.None;
XamlTaskFactory\TaskGenerator.cs (8)
449
if (property.Type ==
PropertyType
.Boolean)
549
if (property.Type ==
PropertyType
.StringArray)
553
else if (property.Type ==
PropertyType
.String)
557
else if (property.Type ==
PropertyType
.Boolean)
561
else if (property.Type ==
PropertyType
.Integer)
565
else if (property.Type ==
PropertyType
.ItemArray)
654
if (property.Type ==
PropertyType
.Boolean)
658
else if (property.Type ==
PropertyType
.Integer)
XamlTaskFactory\TaskParser.cs (7)
452
parameter.Type =
PropertyType
.Boolean;
456
parameter.Type =
PropertyType
.String;
460
parameter.Type =
PropertyType
.String;
464
parameter.Type =
PropertyType
.Integer;
468
parameter.Type =
PropertyType
.String;
472
parameter.Type =
PropertyType
.StringArray;
482
parameter.Type =
PropertyType
.ItemArray;