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)
103
public T Current => (T)
_asyncEnumerator
.Current;
113
return
_asyncEnumerator
.MoveNextAsync();
119
return
_asyncEnumerator
.DisposeAsync();