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