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