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