2 writes to _maxCpuCount
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
86_maxCpuCount = Constants.DefaultCpuCount; 133_maxCpuCount = value;
1 reference to _maxCpuCount
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
130get => _maxCpuCount;