1 write to _disposed
System.Runtime.Caching (1)
System\Caching\MemoryCacheStore.cs (1)
212if (Interlocked.Exchange(ref _disposed, 1) == 0) {
5 references to _disposed
System.Runtime.Caching (5)
System\Caching\MemoryCacheStore.cs (5)
152if (_disposed == 0) { 192if (_disposed == 0) { 258if (_disposed == 0) { 286if (_disposed == 0) { 330if (toTrim <= 0 || _disposed == 1) {