1 write to MaxCpuCount
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
685
runConfiguration.
MaxCpuCount
= count;
4 references to MaxCpuCount
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\RunSettingsUtilities.cs (1)
125
cpuCount = runConfiguration.
MaxCpuCount
;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
500
maxCpuCount.InnerXml =
MaxCpuCount
.ToString(CultureInfo.CurrentCulture);
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
1406
runConfiguration.
MaxCpuCount
);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1406
runConfiguration.
MaxCpuCount
);