1 write to CommandLineTemplate
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlDataDrivenToolTask.cs (1)
315
CommandLineTemplate
= CommandLineTemplate,
6 references to CommandLineTemplate
Microsoft.Build.Tasks.Core (6)
XamlTaskFactory\CommandLineGenerator.cs (6)
201
if (!String.IsNullOrEmpty(
CommandLineTemplate
))
650
MatchCollection matches = regex.Matches(
CommandLineTemplate
);
667
while (indexOfFirstBracketInMatch > indexOfEndOfLastSubstitution &&
CommandLineTemplate
[indexOfFirstBracketInMatch - 1].Equals('['))
676
builder.AppendTextUnquoted(
CommandLineTemplate
.Substring(indexOfEndOfLastSubstitution, indexOfFirstBracketInMatch - indexOfEndOfLastSubstitution));
738
builder.AppendTextUnquoted(
CommandLineTemplate
.Substring(indexOfEndOfLastSubstitution,
CommandLineTemplate
.Length - indexOfEndOfLastSubstitution));