2 references to ReferenceCountedDisposableCache
Microsoft.CodeAnalysis.CodeStyle (2)
ReferenceCountedDisposableCache.cs (2)
62private readonly ReferenceCountedDisposableCache<TKey, TValue> _cache; 67public Entry(ReferenceCountedDisposableCache<TKey, TValue> cache, TKey key, TValue value)