4 references to _connectionLock
Microsoft.Extensions.Caching.StackExchangeRedis (4)
RedisCache.cs (4)
285
_connectionLock
.Wait();
309
_connectionLock
.Release();
329
await
_connectionLock
.WaitAsync(token).ConfigureAwait(false);
353
_connectionLock
.Release();