1 write to TrueSuffix
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\CommandLineGenerator.cs (1)
72switchToAdd.TrueSuffix = property.TrueSuffix;
3 references to TrueSuffix
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\CommandLineGenerator.cs (3)
562val.Insert(0, commandLineToolSwitch.TrueSuffix); 585string suffix = (commandLineToolSwitch.BooleanValue) ? commandLineToolSwitch.TrueSuffix : commandLineToolSwitch.FalseSuffix; 589val.Insert(0, commandLineToolSwitch.TrueSuffix);