5 references to MaxCPUCount
MSBuild (5)
CommandLine\CommandLineSwitches.cs (1)
255
new ParameterizedSwitchInfo( ["maxcpucount", "m"], ParameterizedSwitch.
MaxCPUCount
, null, false, "MissingMaxCPUCountError", true, false, "HelpMessage_17_MaximumCPUSwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
73
public string[]? MaxCpuCount => GetParameterizedSwitchValue(ParameterizedSwitch.
MaxCPUCount
);
XMake.cs (3)
787
&& switchesNotFromAutoResponseFile[CommandLineSwitches.ParameterizedSwitch.
MaxCPUCount
].Length == 0
788
&& switchesFromAutoResponseFile[CommandLineSwitches.ParameterizedSwitch.
MaxCPUCount
].Length == 0
2257
cpuCount = ProcessMaxCPUCountSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
MaxCPUCount
]);