5 references to ProcessNodeReuseSwitch
Microsoft.Build.CommandLine.UnitTests (2)
CommandLineSwitches_Tests.cs (2)
1230
bool nodeReuse = MSBuildApp.
ProcessNodeReuseSwitch
(new string[] { "false", "true" });
1241
bool nodeReuse = MSBuildApp.
ProcessNodeReuseSwitch
(new string[] { "true", "false" });
MSBuild (3)
XMake.cs (3)
330
!
ProcessNodeReuseSwitch
(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.NodeReuse]) ||
2689
enableNodeReuse =
ProcessNodeReuseSwitch
(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.NodeReuse]);
3409
bool nodeReuse =
ProcessNodeReuseSwitch
(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.NodeReuse]);