5 references to ProcessNodeReuseSwitch
Microsoft.Build.CommandLine.UnitTests (2)
CommandLineSwitches_Tests.cs (2)
1228
bool nodeReuse = MSBuildApp.
ProcessNodeReuseSwitch
(new string[] { "false", "true" });
1239
bool nodeReuse = MSBuildApp.
ProcessNodeReuseSwitch
(new string[] { "true", "false" });
MSBuild (3)
XMake.cs (3)
333
!
ProcessNodeReuseSwitch
(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.NodeReuse]) ||
2701
enableNodeReuse =
ProcessNodeReuseSwitch
(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.NodeReuse]);
3421
bool nodeReuse =
ProcessNodeReuseSwitch
(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.NodeReuse]);