1 write to _stats
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
63
_stats
= new ThreadLocal<Stats>(() => new Stats(this));
4 references to _stats
Microsoft.Extensions.Caching.Memory (4)
MemoryCache.cs (4)
286
if (
_stats
is not null)
307
if (
_stats
is not null)
422
private Stats GetStats() =>
_stats
!.Value!;
679
_stats
?.Dispose();