1 write to _asyncEnumerator
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
125_asyncEnumerator = asyncEnumerator;
3 references to _asyncEnumerator
Microsoft.AspNetCore.SignalR.Client.Core (3)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (3)
128public object? Current => _asyncEnumerator.Current; 132return _asyncEnumerator.MoveNextAsync(); 137return _asyncEnumerator.DisposeAsync();