6 references to _assets
Microsoft.CodeAnalysis.Remote.ServiceHub (6)
Host\SolutionAssetCache.cs (6)
42/// Time span data can sit inside of cache (<see cref="_assets"/>) without being used. 89var entry = _assets.GetOrAdd(checksum, new Entry(value)); 100if (!_assets.TryGetValue(checksum, out var entry)) 176if (_assets.IsEmpty) 189foreach (var (checksum, entry) in _assets) 205_assets.TryRemove(checksum, out _);