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