6 references to ProcessNodeReuseSwitch
Microsoft.Build.CommandLine.UnitTests (2)
CommandLineSwitches_Tests.cs (2)
1261
bool nodeReuse = MSBuildApp.
ProcessNodeReuseSwitch
(new string[] { "false", "true" });
1272
bool nodeReuse = MSBuildApp.
ProcessNodeReuseSwitch
(new string[] { "true", "false" });
MSBuild (4)
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]);