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); 454else if (!String.IsNullOrEmpty(commandLineToolSwitch.Separator)) 456clb.AppendSwitch(commandLineToolSwitch.SwitchValue + commandLineToolSwitch.Separator + numberAsString); 480strSwitch += commandLineToolSwitch.SwitchValue + commandLineToolSwitch.Separator; 506string arguments = GatherArguments(commandLineToolSwitch.Name, commandLineToolSwitch.Arguments, commandLineToolSwitch.Separator); 509str = str + commandLineToolSwitch.Separator + arguments; 560val.Insert(0, commandLineToolSwitch.Separator); 587val.Insert(0, commandLineToolSwitch.Separator);