1 instantiation of AsyncEnumerableImpl
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
763
return new
AsyncEnumerableImpl
<string>(CounterAsyncEnumerable(count));
1 reference to AsyncEnumerableImpl
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
761
public
AsyncEnumerableImpl
<string> CounterAsyncEnumerableImpl(int count)