2 writes to _lastUpdate
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\TestRunCache.cs (2)
93_lastUpdate = DateTime.UtcNow; 344_lastUpdate = DateTime.UtcNow;
1 reference to _lastUpdate
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
316var timeDelta = DateTime.UtcNow - _lastUpdate;