10 references to WaitConnectionLockAsync
Microsoft.AspNetCore.SignalR.Client.Core (10)
HubConnection.cs (10)
283
await _state.
WaitConnectionLockAsync
(token: cancellationToken).ConfigureAwait(false);
722
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
735
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1124
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1281
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1910
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2029
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2044
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2085
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2697
await
WaitConnectionLockAsync
(token, methodName).ConfigureAwait(false);