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)
46
if (
_channel
.TryRead(out var item))
57
while (await
_channel
.WaitToReadAsync(_cancellationToken).ConfigureAwait(false))
59
if (
_channel
.TryRead(out var item))