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