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