1 write to _channel
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
38_channel = channel;
3 references to _channel
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (3)
46if (_channel.TryRead(out var item)) 57while (await _channel.WaitToReadAsync(_cancellationToken).ConfigureAwait(false)) 59if (_channel.TryRead(out var item))