1 instantiation of Stats
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
425Stats = new Stats(memoryCache);
7 references to Stats
Microsoft.Extensions.Caching.Memory (7)
MemoryCache.cs (7)
30private readonly List<Stats>? _allStats; 62_allStats = new List<Stats>(); 409foreach (Stats stats in _allStats) 419private Stats GetStats() => _stats!.Value!.Stats; 428public Stats Stats { get; private set; } 450private void RemoveFromStats(Stats current) 470private void AddToStats(Stats current)