3 types derived from CachingBase
Microsoft.CodeAnalysis (3)
Collections\CachingFactory.cs (2)
35
internal class CachingFactory<TKey, TValue> :
CachingBase
<CachingFactory<TKey, TValue>.Entry>
128
internal class CachingIdentityFactory<TKey, TValue> :
CachingBase
<CachingIdentityFactory<TKey, TValue>.Entry>
Collections\ConcurrentCache.cs (1)
12
internal sealed class ConcurrentCache<TKey, TValue> :
CachingBase
<ConcurrentCache<TKey, TValue>.Entry>