1 type derived from CachingFactory
Microsoft.CodeAnalysis (1)
DocumentationComments\DocumentationCommentIncludeCache.cs (1)
16internal sealed class DocumentationCommentIncludeCache : CachingFactory<string, KeyValuePair<string, XDocument>>
1 instantiation of CachingFactory
Microsoft.CodeAnalysis.UnitTests (1)
Collections\CachingFactoryTests.cs (1)
31var cache = new CachingFactory<CacheKey, CacheValue>(512,
2 references to CachingFactory
Microsoft.CodeAnalysis (1)
Collections\CachingFactory.cs (1)
35internal class CachingFactory<TKey, TValue> : CachingBase<CachingFactory<TKey, TValue>.Entry>
Microsoft.CodeAnalysis.UnitTests (1)
Collections\CachingFactoryTests.cs (1)
31var cache = new CachingFactory<CacheKey, CacheValue>(512,