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