4 writes to Prefix
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\TaskParser.cs (4)
350value.Prefix = enumValue.SwitchPrefix; 353value.Prefix = enumProperty.SwitchPrefix; 358value.Prefix = DefaultPrefix; 378value.Prefix = propertyToAdd.Prefix;
5 references to Prefix
Microsoft.Build.Tasks.Core (5)
XamlTaskFactory\CommandLineGenerator.cs (1)
139switchToAdd.SwitchValue = enumValue.Prefix + enumValue.SwitchName;
XamlTaskFactory\TaskGenerator.cs (1)
850val.SwitchName != String.Empty ? new CodeSnippetExpression(SurroundWithQuotes(val.Prefix + val.SwitchName)) : new CodeSnippetExpression(SurroundWithQuotes("")),
XamlTaskFactory\TaskParser.cs (3)
351if (String.IsNullOrEmpty(value.Prefix)) 356if (String.IsNullOrEmpty(value.Prefix)) 376if (value.Prefix == null)