7 references to CacheEntryRemovedCallback
System.Runtime.Caching (7)
System\Caching\CacheItemPolicy.cs (2)
13private CacheEntryRemovedCallback _removedCallback; 35public CacheEntryRemovedCallback RemovedCallback {
System\Caching\MemoryCache.cs (3)
29private static CacheEntryRemovedCallback s_sentinelRemovedCallback = new CacheEntryRemovedCallback(SentinelEntry.OnCacheEntryRemovedCallback); 339CacheEntryRemovedCallback removedCallback = null; 570CacheEntryRemovedCallback removedCallback = null;
System\Caching\MemoryCacheEntry.cs (2)
27private CacheEntryRemovedCallback _callback; 98CacheEntryRemovedCallback removedCallback,