2 references to ChannelClosedException
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
793channel.Writer.TryComplete(new ChannelClosedException(new Exception("ChannelClosedException from channel")));
System.Threading.Channels (1)
System\Threading\Channels\ChannelUtilities.cs (1)
122inner != null && inner != s_doneWritingSentinel ? new ChannelClosedException(inner) :