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