1 instantiation of BoxedAsyncEnumerator
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
19
return enumerator as IAsyncEnumerator<object?> ?? new
BoxedAsyncEnumerator
<T>(enumerator);