4 writes to _cache
Microsoft.Extensions.Caching.StackExchangeRedis (4)
RedisCache.cs (4)
302
cache =
_cache
= connection.GetDatabase();
346
cache =
_cache
= connection.GetDatabase();
624
ReleaseConnection(Interlocked.Exchange(ref
_cache
, null));
676
var tmp = Interlocked.CompareExchange(ref
_cache
, null, cache);
9 references to _cache
Microsoft.Extensions.Caching.StackExchangeRedis (9)
RedisCache.cs (9)
274
[MemberNotNull(nameof(
_cache
))]
278
var cache =
_cache
;
281
Debug.Assert(
_cache
is not null);
288
cache =
_cache
;
304
Debug.Assert(
_cache
is not null);
318
var cache =
_cache
;
321
Debug.Assert(
_cache
is not null);
332
var cache =
_cache
;
348
Debug.Assert(
_cache
is not null);