35 references to AppendSwitch
Microsoft.Build.Tasks.CodeAnalysis (9)
CommandLineBuilderExtension.cs (2)
43AppendSwitch(switchName); 142AppendSwitch(switchName);
InteractiveCompiler.cs (1)
204commandLine.AppendSwitch("/i-");
ManagedCompiler.cs (1)
984commandLine.AppendSwitch("/embed");
Vbc.cs (5)
422commandLine.AppendSwitch("/optionstrict+"); 426commandLine.AppendSwitch("/optionstrict:custom"); 455commandLine.AppendSwitch("/vbruntime*"); 459commandLine.AppendSwitch("/vbruntime-"); 463commandLine.AppendSwitch("/vbruntime+");
Microsoft.Build.Tasks.Core (6)
CommandLineBuilderExtension.cs (2)
52AppendSwitch(switchName); 305AppendSwitch(switchName);
Exec.cs (4)
575commandLine.AppendSwitch("-c"); 590commandLine.AppendSwitch("/Q"); // echo off 593commandLine.AppendSwitch("/D"); // do not load AutoRun configuration from the registry (perf) 595commandLine.AppendSwitch("/C"); // run then terminate
Microsoft.Build.Utilities.Core (6)
CommandLineBuilder.cs (6)
503AppendSwitch(switchName); 573AppendSwitch(switchName); 605AppendSwitch(switchName); 643AppendSwitch(switchName); 684AppendSwitch(switchName); 715AppendSwitch(switchName);
Microsoft.Build.Utilities.UnitTests (9)
CommandLineBuilder_Tests.cs (9)
28c.AppendSwitch("/a"); 29c.AppendSwitch("-b"); 197c.AppendSwitch("/something"); 211c.AppendSwitch("/something"); 225c.AppendSwitch("/something"); 239c.AppendSwitch("/something"); 253c.AppendSwitch("/something"); 269c.AppendSwitch("/something"); 447c.AppendSwitch("/D:");
Microsoft.DotNet.Build.Tasks.Workloads (5)
Wix\CommandLineBuilderExtensions.cs (1)
40builder.AppendSwitch(switchName);
Wix\HarvesterToolTask.cs (4)
115CommandLineBuilder.AppendSwitch($"-var var.{SourceVariableName}"); 120CommandLineBuilder.AppendSwitch("-ag"); 124CommandLineBuilder.AppendSwitch("-gg"); 132CommandLineBuilder.AppendSwitch(s_SuppressionArguments[suppression]);