2 writes to State
Microsoft.Extensions.Caching.Abstractions (2)
CacheEntryExtensions.cs (1)
128State = state
MemoryCacheEntryExtensions.cs (1)
138State = state
2 references to State
Microsoft.Extensions.Caching.Abstractions (1)
CacheEntryExtensions.cs (1)
193entry.RegisterPostEvictionCallbackNoValidation(postEvictionCallback.EvictionCallback, postEvictionCallback.State);
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.CacheEntryTokens.cs (1)
130registration.EvictionCallback?.Invoke(entry.Key, entry.Value, entry.EvictionReason, registration.State);