2 instantiations of AsyncEnumerableImpl
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTestUtils\Hubs.cs (1)
763return new AsyncEnumerableImpl<string>(CounterAsyncEnumerable(count));
NativeAotTests.cs (1)
244return new StreamingHub.AsyncEnumerableImpl<string>(CounterAsyncEnumerable(count));
2 references to AsyncEnumerableImpl
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTestUtils\Hubs.cs (1)
761public AsyncEnumerableImpl<string> CounterAsyncEnumerableImpl(int count)
NativeAotTests.cs (1)
242public StreamingHub.AsyncEnumerableImpl<string> CounterAsyncEnumerableImpl(int count)