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