1 write to _channel
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
36_channel = channel;
3 references to _channel
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (3)
44if (_channel.TryRead(out var item)) 55if (await _channel.WaitToReadAsync(_cancellationToken).ConfigureAwait(false) && _channel.TryRead(out var item))