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