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