1 instantiation of CacheValue
Microsoft.CodeAnalysis.UnitTests (1)
Collections\CachingFactoryTests.cs (1)
32
k => new
CacheValue
(k.Value + 1),
2 references to CacheValue
Microsoft.CodeAnalysis.UnitTests (2)
Collections\CachingFactoryTests.cs (2)
31
var cache = new CachingFactory<CacheKey,
CacheValue
>(512,
39
CacheValue
value;