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)
201
if (!String.IsNullOrEmpty(
CommandLineTemplate
))
648
MatchCollection matches = regex.Matches(
CommandLineTemplate
);
665
while (indexOfFirstBracketInMatch > indexOfEndOfLastSubstitution &&
CommandLineTemplate
[indexOfFirstBracketInMatch - 1].Equals('['))
674
builder.AppendTextUnquoted(
CommandLineTemplate
.Substring(indexOfEndOfLastSubstitution, indexOfFirstBracketInMatch - indexOfEndOfLastSubstitution));
736
builder.AppendTextUnquoted(
CommandLineTemplate
.Substring(indexOfEndOfLastSubstitution));