1 write to _asyncEnumerator
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
107_asyncEnumerator = asyncEnumerator;
3 references to _asyncEnumerator
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (3)
103public T Current => (T)_asyncEnumerator.Current; 113return _asyncEnumerator.MoveNextAsync(); 119return _asyncEnumerator.DisposeAsync();