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