1 write to BatchSize
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
703runConfiguration.BatchSize = size;
5 references to BatchSize
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
504batchSize.InnerXml = BatchSize.ToString(CultureInfo.CurrentCulture);
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
216var batchSize = runConfiguration.BatchSize; 344var batchSize = runConfiguration.BatchSize;
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
216var batchSize = runConfiguration.BatchSize; 344var batchSize = runConfiguration.BatchSize;