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