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