1 write to _disposed
System.Runtime.Caching (1)
System\Caching\MemoryCache.cs (1)
390
if (Interlocked.Exchange(ref
_disposed
, 1) == 0) {
2 references to _disposed
System.Runtime.Caching (2)
System\Caching\MemoryCache.cs (2)
41
private bool IsDisposed { get { return (
_disposed
== 1); } }
475
if (
_disposed
== 0) {