1 write to _cacheTimeout
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
95
_cacheTimeout
= cacheTimeout;
3 references to _cacheTimeout
Microsoft.TestPlatform.CrossPlatEngine (3)
Execution\TestRunCache.cs (3)
318
if ((_testResults.Count + inProgressTestsCount) >= _cacheSize || (timeDelta >=
_cacheTimeout
&& inProgressTestsCount > 0))
345
_timer.Change(
_cacheTimeout
,
_cacheTimeout
);