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