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