24 references to GatherCommandLineSwitches
Microsoft.Build.CommandLine.UnitTests (22)
CommandLineSwitches_Tests.cs (17)
625MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/targets:targets.txt" }, switches);
635MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/targets /targets" }, switches);
713MSBuildApp.GatherCommandLineSwitches(new List<string> { "/graph", "/graph:true; NoBuild ;; ;", "/graph:foo" }, switches);
725MSBuildApp.GatherCommandLineSwitches(new List<string> { "/graph" }, switches);
737MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/irc", "/irc:a;b", "/irc:c;d" }, switches);
749MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/orc:a" }, switches);
761MSBuildApp.GatherCommandLineSwitches(new List<string>() { "/orc:a", "/orc:b" }, switches);
1292MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "" }), commandLineSwitches);
1307MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1332MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1355MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1377MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/warnaserror" }), commandLineSwitches);
1396MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/warnasmessage" }), commandLineSwitches, command);
1414MSBuildApp.GatherCommandLineSwitches(new List<string>() { "validProject.csproj", "%ENVIRONMENTVARIABLE%" }, commandLineSwitches, fullCommandLine);
1419MSBuildApp.GatherCommandLineSwitches(new List<string>() { "%ENVIRONMENTVARIABLE%", "validProject.csproj" }, commandLineSwitches, fullCommandLine);
1434MSBuildApp.GatherCommandLineSwitches(new List<string>(new[]
1459MSBuildApp.GatherCommandLineSwitches(new List<string>(new[] { "/profileevaluation" }), commandLineSwitches);
MSBuild (2)