7 references to NodeReuse
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
245
parameterizedSwitch.ShouldBe(CommandLineSwitches.ParameterizedSwitch.
NodeReuse
);
MSBuild (6)
CommandLine\CommandLineSwitches.cs (1)
271
new ParameterizedSwitchInfo( ["nodereuse", "nr"], ParameterizedSwitch.
NodeReuse
, null, false, "MissingNodeReuseParameterError", true, false, "HelpMessage_24_NodeReuse"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
103
public string[]? NodeReuse => GetParameterizedSwitchValue(ParameterizedSwitch.
NodeReuse
);
XMake.cs (4)
369
!ProcessNodeReuseSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NodeReuse
]))
2258
enableNodeReuse = ProcessNodeReuseSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NodeReuse
]);
2978
bool nodeReuse = ProcessNodeReuseSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NodeReuse
]);
2987
bool taskHostNodeReuse = ProcessNodeReuseSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NodeReuse
]);