2 writes to _cache
System.Runtime.Caching (2)
System\Runtime\Caching\MemoryCacheEntry.cs (2)
155
_fields.
_cache
= cache;
169
_fields.
_cache
??= cache;
2 references to _cache
System.Runtime.Caching (2)
System\Runtime\Caching\MemoryCacheEntry.cs (2)
237
_fields.
_cache
.RemoveEntry(this.Key, this, CacheEntryRemovedReason.ChangeMonitorChanged);
339
MemoryCacheStore store = e._fields.
_cache
.GetStore(e);