1 write to _waitToReadArgs
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
213
_waitToReadArgs
= [cancellationToken];
1 reference to _waitToReadArgs
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
235
while (await ((ValueTask<bool>)_waitToReadAsyncMethodInfo.Invoke(_channelReader,
_waitToReadArgs
)!).ConfigureAwait(false))