2 writes to _cache
System.Runtime.Caching (2)
System\Caching\MemoryCacheEntry.cs (2)
130
_fields.
_cache
= cache;
143
_fields.
_cache
= cache;
3 references to _cache
System.Runtime.Caching (3)
System\Caching\MemoryCacheEntry.cs (3)
142
if (_fields.
_cache
== null) {
198
_fields.
_cache
.RemoveEntry(this.Key, this, CacheEntryRemovedReason.ChangeMonitorChanged);
280
MemoryCacheStore store = e._fields.
_cache
.GetStore(e);