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.
71
var entry =
_assets
.GetOrAdd(checksum, new Entry(value));
80
if (!
_assets
.TryGetValue(checksum, out var entry))
95
=>
_assets
.ContainsKey(checksum);
124
if (
_assets
.IsEmpty)
136
foreach (var (checksum, entry) in
_assets
)
149
_assets
.TryRemove(checksum, out _);