1 instantiation of StatsHandler
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
63
_stats = new ThreadLocal<StatsHandler>(() => new
StatsHandler
(this));
2 references to StatsHandler
Microsoft.Extensions.Caching.Memory (2)
MemoryCache.cs (2)
33
private readonly ThreadLocal<
StatsHandler
>? _stats;
63
_stats = new ThreadLocal<
StatsHandler
>(() => new StatsHandler(this));