4 references to _connectionLock
Microsoft.Extensions.Caching.StackExchangeRedis (4)
RedisCache.cs (4)
283
_connectionLock
.Wait();
307
_connectionLock
.Release();
327
await
_connectionLock
.WaitAsync(token).ConfigureAwait(false);
351
_connectionLock
.Release();