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)
57
while (await _channel.WaitToReadAsync(
_cancellationToken
).ConfigureAwait(false))