5 references to RemovingFromCache
System.Runtime.Caching (5)
System\Runtime\Caching\MemoryCacheStore.cs (5)
112Debug.Assert(entry.State == EntryState.RemovingFromCache, "entry.State = EntryState.RemovingFromCache"); 188toBeReleasedEntry.State = EntryState.RemovingFromCache; 267entry.State = EntryState.RemovingFromCache; 314entry.State = EntryState.RemovingFromCache; 342existingEntry?.State = EntryState.RemovingFromCache;