4 writes to _cache
Microsoft.Extensions.Caching.StackExchangeRedis (4)
RedisCache.cs (4)
300
cache =
_cache
= connection.GetDatabase();
344
cache =
_cache
= connection.GetDatabase();
617
ReleaseConnection(Interlocked.Exchange(ref
_cache
, null));
669
var tmp = Interlocked.CompareExchange(ref
_cache
, null, cache);
9 references to _cache
Microsoft.Extensions.Caching.StackExchangeRedis (9)
RedisCache.cs (9)
272
[MemberNotNull(nameof(
_cache
))]
276
var cache =
_cache
;
279
Debug.Assert(
_cache
is not null);
286
cache =
_cache
;
302
Debug.Assert(
_cache
is not null);
316
var cache =
_cache
;
319
Debug.Assert(
_cache
is not null);
330
var cache =
_cache
;
346
Debug.Assert(
_cache
is not null);