2 writes to _disposed
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (2)
RedisOutputCacheStore.cs (2)
95
while (!Volatile.Read(ref
_disposed
))
361
_disposed
= true;
3 references to _disposed
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (3)
RedisOutputCacheStore.cs (3)
108
catch (OperationCanceledException) when (
_disposed
)
357
if (
_disposed
)
476
ObjectDisposedThrowHelper.ThrowIf(
_disposed
, this);