1 instantiation of Stats
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
449Stats = 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>(); 433foreach (Stats stats in _allStats) 443private Stats GetStats() => _stats!.Value!.Stats; 452public Stats Stats { get; private set; } 474private void RemoveFromStats(Stats current) 494private void AddToStats(Stats current)