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