3 references to _cache
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ReferenceCountedDisposableCache.cs (3)
29if (_cache.TryGetValue(key, out var weakReference)) 45_cache[key] = new ReferenceCountedDisposable<Entry>.WeakReference(disposable); 56_cache.Remove(key);