2 writes to _cache
System.Runtime.Caching (2)
System\Runtime\Caching\MemoryCacheEntry.cs (2)
152
_fields.
_cache
= cache;
166
_fields.
_cache
??= cache;
2 references to _cache
System.Runtime.Caching (2)
System\Runtime\Caching\MemoryCacheEntry.cs (2)
234
_fields.
_cache
.RemoveEntry(this.Key, this, CacheEntryRemovedReason.ChangeMonitorChanged);
336
MemoryCacheStore store = e._fields.
_cache
.GetStore(e);