7 references to _assets
Microsoft.CodeAnalysis.Remote.ServiceHub (7)
Host\SolutionAssetCache.cs (7)
41/// Time span data can sit inside of cache (<see cref="_assets"/>) without being used. 71var entry = _assets.GetOrAdd(checksum, new Entry(value)); 80if (!_assets.TryGetValue(checksum, out var entry)) 95=> _assets.ContainsKey(checksum); 124if (_assets.IsEmpty) 136foreach (var (checksum, entry) in _assets) 149_assets.TryRemove(checksum, out _);