1 write to _cancellationToken
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
39_cancellationToken = cancellationToken;
1 reference to _cancellationToken
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
57while (await _channel.WaitToReadAsync(_cancellationToken).ConfigureAwait(false))