2 references to Removed
System.Runtime.Caching (2)
System\Caching\MemoryCache.cs (1)
665
return Remove(key, CacheEntryRemovedReason.
Removed
, regionName);
System\Caching\MemoryCacheStore.cs (1)
297
CacheEntryRemovedReason reason = CacheEntryRemovedReason.
Removed
;