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
)
923
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
943
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
959
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
975
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)