6 references to 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);