1 write to _allStats
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
62_allStats = new List<Stats>();
13 references to _allStats
Microsoft.Extensions.Caching.Memory (13)
MemoryCache.cs (13)
362if (_allStats is not null) 404lock (_allStats!) 409foreach (Stats stats in _allStats) 452lock (_allStats!) 457int lastIndex = _allStats.Count - 1; 461_allStats[indexToOverwrite] = _allStats[lastIndex]; 462_allStats[indexToOverwrite].Index = indexToOverwrite; 465_allStats.RemoveAt(lastIndex); 466_allStats.TrimExcess(); 472lock (_allStats!) 474current.Index = _allStats.Count; 475_allStats.Add(current);