3 writes to CommandLineTemplate
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlDataDrivenToolTask.cs (1)
320CommandLineTemplate = CommandLineTemplate,
Microsoft.Build.Tasks.UnitTests (2)
CommandLineGenerator_Tests.cs (2)
115generator.CommandLineTemplate = "[Sources] [Program]"; 127generator.CommandLineTemplate = "[sources]";
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));