33 references to AppendTextUnquoted
Microsoft.Build.Tasks.Core (22)
Exec.cs (4)
581commandLine.AppendTextUnquoted(" \""); 585commandLine.AppendTextUnquoted("export LANG=en_US.UTF-8; export LC_ALL=en_US.UTF-8; "); 587commandLine.AppendTextUnquoted(". "); 589commandLine.AppendTextUnquoted("\"");
GenerateResource.cs (1)
1234currentCommand.AppendTextUnquoted(resourcelessCommand);
ResGen.cs (9)
346commandLine.AppendTextUnquoted(resGenArguments.ToString()); 384commandLine.AppendTextUnquoted(resGenArguments.ToString()); 565resGenArguments.AppendTextUnquoted("/r:"); 566resGenArguments.AppendTextUnquoted(reference.ItemSpec); 567resGenArguments.AppendTextUnquoted("\n"); 595resGenArguments.AppendTextUnquoted(inputFiles[i].ItemSpec); 596resGenArguments.AppendTextUnquoted(","); 597resGenArguments.AppendTextUnquoted(outputFiles[i].ItemSpec); 598resGenArguments.AppendTextUnquoted("\n");
XamlTaskFactory\CommandLineGenerator.cs (8)
679builder.AppendTextUnquoted(CommandLineTemplate.Substring(indexOfEndOfLastSubstitution, indexOfFirstBracketInMatch - indexOfEndOfLastSubstitution)); 692builder.AppendTextUnquoted("["); 695builder.AppendTextUnquoted(match.Value.Substring(1, match.Value.Length - 1)); 702builder.AppendTextUnquoted("["); 712builder.AppendTextUnquoted(tempBuilder.ToString()); 727builder.AppendTextUnquoted(tempBuilder.ToString()); 734builder.AppendTextUnquoted('[' + propertyName + ']'); 741builder.AppendTextUnquoted(CommandLineTemplate.Substring(indexOfEndOfLastSubstitution));
Microsoft.Build.Utilities.Core (10)
CommandLineBuilder.cs (10)
423AppendTextUnquoted(delimiter); 461AppendTextUnquoted(delimiter); 489AppendTextUnquoted(switchName); 584AppendTextUnquoted(delimiter); 616AppendTextUnquoted(delimiter); 649AppendTextUnquoted(parameter); 695AppendTextUnquoted(delimiter); 698AppendTextUnquoted(parameter); 726AppendTextUnquoted(delimiter); 732AppendTextUnquoted(parameter.ItemSpec);
Microsoft.Build.Utilities.UnitTests (1)
CommandLineBuilder_Tests.cs (1)
449c.AppendTextUnquoted("C7E1720B16E5477D8D15733006E68278");