9 references to String
Microsoft.Build.Tasks.Core (5)
XamlTaskFactory\CommandLineGenerator.cs (1)
127
case PropertyType.
String
:
XamlTaskFactory\TaskGenerator.cs (1)
521
else if (property.Type == PropertyType.
String
)
XamlTaskFactory\TaskParser.cs (3)
457
parameter.Type = PropertyType.
String
;
461
parameter.Type = PropertyType.
String
;
469
parameter.Type = PropertyType.
String
;
Microsoft.Build.Tasks.UnitTests (4)
XamlTaskFactory_Tests.cs (4)
287
Assert.Equal(PropertyType.
String
, properties.First.Value.Type); // Enum properties are represented as string types
310
Assert.Equal(PropertyType.
String
, properties.First.Value.Type); // Enum properties are represented as string types
331
Assert.Equal(PropertyType.
String
, properties.First.Value.Type);
355
Assert.Equal(PropertyType.
String
, properties.First.Value.Type);