5 references to RemovingFromCache
System.Runtime.Caching (5)
System\Runtime\Caching\MemoryCacheStore.cs (5)
112Debug.Assert(entry.State == EntryState.RemovingFromCache, "entry.State = EntryState.RemovingFromCache"); 191toBeReleasedEntry.State = EntryState.RemovingFromCache; 270entry.State = EntryState.RemovingFromCache; 317entry.State = EntryState.RemovingFromCache; 347existingEntry.State = EntryState.RemovingFromCache;