8 instantiations of ConcurrentLruCache
Microsoft.NET.Sdk.Razor.Tool.Tests (7)
ConcurrentLruCacheTest.cs (7)
16
var cache = new
ConcurrentLruCache
<int, int>(input);
27
var cache = new
ConcurrentLruCache
<int, int>(input);
40
var cache = new
ConcurrentLruCache
<int, int>(input);
55
var cache = new
ConcurrentLruCache
<int, int>(input);
70
var cache = new
ConcurrentLruCache
<int, int>(input);
85
var cache = new
ConcurrentLruCache
<int, int>(input);
100
var cache = new
ConcurrentLruCache
<int, int>(input);
rzc (1)
MetadataCache.cs (1)
17
new
(CacheSize, StringComparer.OrdinalIgnoreCase);
9 references to ConcurrentLruCache
Microsoft.NET.Sdk.Razor.Tool.Tests (7)
ConcurrentLruCacheTest.cs (7)
16
var
cache = new ConcurrentLruCache<int, int>(input);
27
var
cache = new ConcurrentLruCache<int, int>(input);
40
var
cache = new ConcurrentLruCache<int, int>(input);
55
var
cache = new ConcurrentLruCache<int, int>(input);
70
var
cache = new ConcurrentLruCache<int, int>(input);
85
var
cache = new ConcurrentLruCache<int, int>(input);
100
var
cache = new ConcurrentLruCache<int, int>(input);
rzc (2)
MetadataCache.cs (2)
16
private readonly
ConcurrentLruCache
<string, MetadataCacheEntry> _metadataCache =
20
internal
ConcurrentLruCache
<string, MetadataCacheEntry> Cache => _metadataCache;