1 write to CommandLineTemplate
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlDataDrivenToolTask.cs (1)
315
CommandLineTemplate
= CommandLineTemplate,
5 references to CommandLineTemplate
Microsoft.Build.Tasks.Core (5)
XamlTaskFactory\CommandLineGenerator.cs (5)
206
if (!String.IsNullOrEmpty(
CommandLineTemplate
))
653
MatchCollection matches = regex.Matches(
CommandLineTemplate
);
670
while (indexOfFirstBracketInMatch > indexOfEndOfLastSubstitution &&
CommandLineTemplate
[indexOfFirstBracketInMatch - 1].Equals('['))
679
builder.AppendTextUnquoted(
CommandLineTemplate
.Substring(indexOfEndOfLastSubstitution, indexOfFirstBracketInMatch - indexOfEndOfLastSubstitution));
741
builder.AppendTextUnquoted(
CommandLineTemplate
.Substring(indexOfEndOfLastSubstitution));