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