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