1 write to _asyncEnumerator
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
102_asyncEnumerator = asyncEnumerator;
3 references to _asyncEnumerator
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (3)
98public T Current => (T)_asyncEnumerator.Current; 108return _asyncEnumerator.MoveNextAsync(); 114return _asyncEnumerator.DisposeAsync();