4 references to Value
System.Runtime.Caching (4)
System\Caching\MemoryCache.cs (3)
364return (entry != null) ? entry.Value : null; 432return (entry != null) ? entry.Value : null; 680return (entry != null) ? entry.Value : null;
System\Caching\MemoryCacheStore.cs (1)
197h[key.Key] = entry.Value;