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