10 references to WaitConnectionLockAsync
Microsoft.AspNetCore.SignalR.Client.Core (10)
HubConnection.cs (10)
305
await _state.
WaitConnectionLockAsync
(token: cancellationToken).ConfigureAwait(false);
855
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
868
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1258
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1415
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2046
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2158
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2173
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2214
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2812
await
WaitConnectionLockAsync
(token, methodName).ConfigureAwait(false);