3 references to AddOrGetExistingInternal
System.Runtime.Caching (3)
System\Runtime\Caching\MemoryCache.cs (3)
582return AddOrGetExistingInternal(key, value, policy); 592return new CacheItem(item.Key, AddOrGetExistingInternal(item.Key, item.Value, policy)); 601return AddOrGetExistingInternal(key, value, policy);