1 instantiation of AsyncEnumerableImplChannelThrows
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
768return new AsyncEnumerableImplChannelThrows<string>(CounterChannel(count));
1 reference to AsyncEnumerableImplChannelThrows
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
766public AsyncEnumerableImplChannelThrows<string> AsyncEnumerableIsPreferredOverChannelReader(int count)