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