4 references to _lock
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
Internal\RedisSubscriptionManager.cs (4)
15
await
_lock
.WaitAsync();
38
_lock
.Release();
44
await
_lock
.WaitAsync();
63
_lock
.Release();