2 writes to _lastActivityTime
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\SolutionAssetCache.cs (2)
79_lastActivityTime = DateTime.UtcNow; 115=> _lastActivityTime = DateTime.UtcNow;
2 references to _lastActivityTime
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\SolutionAssetCache.cs (2)
148if (_lastGCRun >= _lastActivityTime) 154if (current - _lastActivityTime < _gcAfterTimeSpan)