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