2 writes to _lastUpdate
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\TestRunCache.cs (2)
94_lastUpdate = DateTime.Now; 342_lastUpdate = DateTime.Now;
1 reference to _lastUpdate
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
314var timeDelta = DateTime.Now - _lastUpdate;