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.
89
var entry =
_assets
.GetOrAdd(checksum, new Entry(value));
100
if (!
_assets
.TryGetValue(checksum, out var entry))
176
if (
_assets
.IsEmpty)
189
foreach (var (checksum, entry) in
_assets
)
205
_assets
.TryRemove(checksum, out _);