1 write to _cleanupIntervalTimeSpan
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\SolutionAssetCache.cs (1)
61_cleanupIntervalTimeSpan = cleanupInterval;
1 reference to _cleanupIntervalTimeSpan
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\SolutionAssetCache.cs (1)
118await Task.Delay(_cleanupIntervalTimeSpan, cancellationToken).ConfigureAwait(false);