2 references to _connectionLock
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (2)
RedisOutputCacheStore.cs (2)
326
await
_connectionLock
.WaitAsync(token).ConfigureAwait(false);
350
_connectionLock
.Release();