4 references to LowPriority
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
678
parameterizedSwitch.ShouldBe(CommandLineSwitches.ParameterizedSwitch.
LowPriority
);
MSBuild (3)
CommandLineSwitches.cs (1)
292
new ParameterizedSwitchInfo( ["lowpriority", "low"], ParameterizedSwitch.
LowPriority
, null, false, null, true, false, "HelpMessage_39_LowPrioritySwitch"),
XMake.cs (2)
2552
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
LowPriority
))
2554
lowPriority = ProcessBooleanSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
LowPriority
], defaultValue: true, resourceName: "InvalidLowPriorityValue");