1 write to _cacheSize
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
92_cacheSize = cacheSize;
1 reference to _cacheSize
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
318if ((_testResults.Count + inProgressTestsCount) >= _cacheSize || (timeDelta >= _cacheTimeout && inProgressTestsCount > 0))