1 instantiation of Stats
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
463Stats = new Stats(memoryCache);
7 references to Stats
Microsoft.Extensions.Caching.Memory (7)
MemoryCache.cs (7)
31private readonly List<Stats>? _allStats; 72_allStats = new List<Stats>(); 447foreach (Stats stats in _allStats) 457private Stats GetStats() => _stats!.Value!.Stats; 466public Stats Stats { get; private set; } 488private void RemoveFromStats(Stats current) 508private void AddToStats(Stats current)