1 reference to _asyncEnumerableGetAsyncEnumeratorMethodInfo
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
159
var enumerator = ((MethodInfo)constructedIAsyncEnumerableInterface.GetMemberWithSameMetadataDefinitionAs(
_asyncEnumerableGetAsyncEnumeratorMethodInfo
)).Invoke(asyncEnumerable, [cancellationToken])!;