2 references to GetIAsyncEnumerableInterface
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (1)
828if (ReflectionHelper.GetIAsyncEnumerableInterface(reader.GetType()) is { } asyncEnumerableType)
src\SignalR\common\Shared\ReflectionHelper.cs (1)
50public static bool IsIAsyncEnumerable(Type type) => GetIAsyncEnumerableInterface(type) is not null;