1 write to _dependencies
System.Runtime.Caching (1)
System\Caching\MemoryCacheEntry.cs (1)
129_fields._dependencies = dependencies;
6 references to _dependencies
System.Runtime.Caching (6)
System\Caching\MemoryCacheEntry.cs (6)
166if (_fields != null && _fields._dependencies != null) { 167foreach (ChangeMonitor monitor in _fields._dependencies) { 229if (_fields != null && _fields._dependencies != null) { 230foreach (ChangeMonitor monitor in _fields._dependencies) { 273if (_fields != null && _fields._dependencies != null) { 274foreach (ChangeMonitor monitor in _fields._dependencies) {