1 write to _disposed
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
752
_disposed
= true;
7 references to _disposed
Microsoft.Extensions.Caching.Memory (7)
MemoryCache.cs (7)
125
if (
_disposed
)
744
if (!
_disposed
)
758
if (
_disposed
)
909
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
929
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
945
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
961
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)