1 write to _stats
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
73_stats = new ThreadLocal<StatsHandler>(() => new StatsHandler(this));
4 references to _stats
Microsoft.Extensions.Caching.Memory (4)
MemoryCache.cs (4)
302if (_stats is not null) 326if (_stats is not null) 443private Stats GetStats() => _stats!.Value!.Stats; 730_stats?.Dispose();