1 write to _disposed
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
734
_disposed
= true;
7 references to _disposed
Microsoft.Extensions.Caching.Memory (7)
MemoryCache.cs (7)
125
if (
_disposed
)
726
if (!
_disposed
)
740
if (
_disposed
)
891
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
911
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
927
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
943
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)