1 write to _timer
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
101
_timer
= new Timer(OnCacheTimeHit, this, cacheTimeout, cacheTimeout);
3 references to _timer
Microsoft.TestPlatform.CrossPlatEngine (3)
Execution\TestRunCache.cs (3)
295
if (
_timer
!= null)
297
_timer
.Dispose();
345
_timer
.Change(_cacheTimeout, _cacheTimeout);