1 write to _disposed
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
757
_disposed
= true;
7 references to _disposed
Microsoft.Extensions.Caching.Memory (7)
MemoryCache.cs (7)
130
if (
_disposed
)
749
if (!
_disposed
)
763
if (
_disposed
)
928
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
948
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
964
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)
980
if (!weakThis.TryGetTarget(out MemoryCache? cache) || cache.
_disposed
)