7 references to CacheEntryRemovedCallback
System.Runtime.Caching (7)
System\Runtime\Caching\CacheItemPolicy.cs (2)
15
private
CacheEntryRemovedCallback
_removedCallback;
32
public
CacheEntryRemovedCallback
RemovedCallback
System\Runtime\Caching\MemoryCache.cs (3)
31
private static readonly
CacheEntryRemovedCallback
s_sentinelRemovedCallback = new CacheEntryRemovedCallback(SentinelEntry.OnCacheEntryRemovedCallback);
386
CacheEntryRemovedCallback
removedCallback = null;
650
CacheEntryRemovedCallback
removedCallback = null;
System\Runtime\Caching\MemoryCacheEntry.cs (2)
29
private readonly
CacheEntryRemovedCallback
_callback;
112
CacheEntryRemovedCallback
removedCallback,