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