1 type derived from CachingFactory
Microsoft.CodeAnalysis (1)
DocumentationComments\DocumentationCommentIncludeCache.cs (1)
16
internal sealed class DocumentationCommentIncludeCache :
CachingFactory
<string, KeyValuePair<string, XDocument>>
1 reference to CachingFactory
Microsoft.CodeAnalysis (1)
Collections\CachingFactory.cs (1)
35
internal class CachingFactory<TKey, TValue> : CachingBase<
CachingFactory
<TKey, TValue>.Entry>