6 references to NodeReuse
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
245
parameterizedSwitch.ShouldBe(CommandLineSwitches.ParameterizedSwitch.
NodeReuse
);
MSBuild (5)
CommandLineSwitches.cs (1)
272
new ParameterizedSwitchInfo( ["nodereuse", "nr"], ParameterizedSwitch.
NodeReuse
, null, false, "MissingNodeReuseParameterError", true, false, "HelpMessage_24_NodeReuse"),
XMake.cs (4)
306
!ProcessNodeReuseSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NodeReuse
]))
2634
enableNodeReuse = ProcessNodeReuseSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NodeReuse
]);
3385
bool nodeReuse = ProcessNodeReuseSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NodeReuse
]);
3394
bool nodeReuse = ProcessNodeReuseSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NodeReuse
]);