2 references to ReferenceCountedDisposableCache
GenerateDocumentationAndConfigFiles (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ReferenceCountedDisposableCache.cs (2)
69
private sealed class Entry(
ReferenceCountedDisposableCache
<TKey, TValue> cache, TKey key, TValue value) : IDisposable, ICacheEntry<TKey, TValue>
87
public static IEnumerable<TKey> GetCacheKeys(
ReferenceCountedDisposableCache
<TKey, TValue> cache)