24 references to GatherCommandLineSwitches
Microsoft.Build.CommandLine.UnitTests (22)
CommandLineSwitches_Tests.cs (17)
603MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/targets:targets.txt" }, switches);
613MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/targets /targets" }, switches);
691MSBuildApp.GatherCommandLineSwitches(new List<string> { "/graph", "/graph:true; NoBuild ;; ;", "/graph:foo" }, switches);
703MSBuildApp.GatherCommandLineSwitches(new List<string> { "/graph" }, switches);
715MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/irc", "/irc:a;b", "/irc:c;d" }, switches);
727MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/orc:a" }, switches);
739MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/orc:a", "/orc:b" }, switches);
1268MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "" }), commandLineSwitches);
1283MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1308MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1331MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1353MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/warnaserror" }), commandLineSwitches);
1372MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/warnasmessage" }), commandLineSwitches, command);
1390MSBuildApp.GatherCommandLineSwitches(new List<string>() { "validProject.csproj", "%ENVIRONMENTVARIABLE%" }, commandLineSwitches, fullCommandLine);
1395MSBuildApp.GatherCommandLineSwitches(new List<string>() { "%ENVIRONMENTVARIABLE%", "validProject.csproj" }, commandLineSwitches, fullCommandLine);
1410MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1435MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/profileevaluation" }), commandLineSwitches);
MSBuild (2)