2 writes to _batchSize
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
87
_batchSize
= Constants.DefaultBatchSize;
146
_batchSize
= value;
1 reference to _batchSize
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
143
get =>
_batchSize
;