6 instantiations of State
Microsoft.Extensions.Caching.Memory (6)
CacheEntry.ExpirationTokensList.cs (6)
25private static readonly State s_empty = new State(Array.Empty<IChangeToken>(), 0); 28private volatile State _state = new State(Array.Empty<IChangeToken>(), 0); 88_state = new State(items, count); 153_state = new State(items, updatedCount); 271state = new State(items, count); 331_state = new State(items, updatedCount);
21 references to State
Microsoft.Extensions.Caching.Memory (21)
CacheEntry.ExpirationTokensList.cs (21)
25private static readonly State s_empty = new State(Array.Empty<IChangeToken>(), 0); 28private volatile State _state = new State(Array.Empty<IChangeToken>(), 0); 43State state = _state; 52State state = _state; 63State state = _state; 72State state = _state; 97State state = _state; 115State state = _state; 128State state = _state; 161State state = _state; 183State state = _state; 200State state = _state; 224State state = _state; 230State state = _state; 236State state = _state; 260private State EnsureCapacity(State state, int count, int requiredCapacity) 281private void SetCount(State state, int count) 304private static void GrowBuilder(State state, int requiredCapacity) 311private static void RemoveAtBuilder(State state, int index) 319private void RemoveAtConcurrent(State state, int count, int index)