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)
148
if (_lastGCRun >=
_lastActivityTime
)
154
if (current -
_lastActivityTime
< _gcAfterTimeSpan)