5 references to RemovingFromCache
System.Runtime.Caching (5)
System\Caching\MemoryCacheStore.cs (5)
91Dbg.Assert(entry.State == EntryState.RemovingFromCache, "entry.State = EntryState.RemovingFromCache"); 157toBeReleasedEntry.State = EntryState.RemovingFromCache; 224entry.State = EntryState.RemovingFromCache; 265entry.State = EntryState.RemovingFromCache; 289existingEntry.State = EntryState.RemovingFromCache;