24 references to GatherCommandLineSwitches
Microsoft.Build.CommandLine.UnitTests (22)
CommandLineSwitches_Tests.cs (17)
601MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/targets:targets.txt" }, switches);
611MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/targets /targets" }, switches);
689MSBuildApp.GatherCommandLineSwitches(new List<string> { "/graph", "/graph:true; NoBuild ;; ;", "/graph:foo" }, switches);
701MSBuildApp.GatherCommandLineSwitches(new List<string> { "/graph" }, switches);
713MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/irc", "/irc:a;b", "/irc:c;d" }, switches);
725MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/orc:a" }, switches);
737MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/orc:a", "/orc:b" }, switches);
1266MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "" }), commandLineSwitches);
1281MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1306MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1329MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1351MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/warnaserror" }), commandLineSwitches);
1370MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/warnasmessage" }), commandLineSwitches, command);
1388MSBuildApp.GatherCommandLineSwitches(new List<string>() { "validProject.csproj", "%ENVIRONMENTVARIABLE%" }, commandLineSwitches, fullCommandLine);
1393MSBuildApp.GatherCommandLineSwitches(new List<string>() { "%ENVIRONMENTVARIABLE%", "validProject.csproj" }, commandLineSwitches, fullCommandLine);
1408MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1433MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/profileevaluation" }), commandLineSwitches);
MSBuild (2)