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