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