1 write to _cancellationToken
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
37_cancellationToken = cancellationToken;
1 reference to _cancellationToken
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
55if (await _channel.WaitToReadAsync(_cancellationToken).ConfigureAwait(false) && _channel.TryRead(out var item))