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)
130
get =>
_maxCpuCount
;