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