1 write to Separator
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\CommandLineGenerator.cs (1)
62switchToAdd.Separator = property.Separator;
12 references to Separator
Microsoft.Build.Tasks.Core (12)
XamlTaskFactory\CommandLineGenerator.cs (12)
345if (String.IsNullOrEmpty(commandLineToolSwitch.Separator)) 354clb.AppendSwitchIfNotNull(commandLineToolSwitch.SwitchValue, commandLineToolSwitch.TaskItemArray, commandLineToolSwitch.Separator); 392if (String.IsNullOrEmpty(commandLineToolSwitch.Separator)) 404if (!PerformSwitchValueSubstition(clb, commandLineToolSwitch, String.Join(commandLineToolSwitch.Separator, arrTrimStringList))) 406clb.AppendSwitchIfNotNull(commandLineToolSwitch.SwitchValue, arrTrimStringList, commandLineToolSwitch.Separator); 455else if (!String.IsNullOrEmpty(commandLineToolSwitch.Separator)) 457clb.AppendSwitch(commandLineToolSwitch.SwitchValue + commandLineToolSwitch.Separator + numberAsString); 481strSwitch += commandLineToolSwitch.SwitchValue + commandLineToolSwitch.Separator; 507string arguments = GatherArguments(commandLineToolSwitch.Name, commandLineToolSwitch.Arguments, commandLineToolSwitch.Separator); 510str = str + commandLineToolSwitch.Separator + arguments; 561val.Insert(0, commandLineToolSwitch.Separator); 588val.Insert(0, commandLineToolSwitch.Separator);