7 references to _channel
Microsoft.AspNetCore.SignalR.Client.Core (7)
Internal\InvocationRequest.cs (7)
88public ChannelReader<object?> Result => _channel.Reader; 103_channel.Writer.TryComplete(new InvalidOperationException("Server provided a result in a completion response to a streamed invocation.")); 118_channel.Writer.TryComplete(); 132_channel.Writer.TryComplete(exception); 139while (!_channel.Writer.TryWrite(item)) 141if (!await _channel.Writer.WaitToWriteAsync().ConfigureAwait(false)) 163_channel.Writer.TryComplete(new OperationCanceledException());