1 reference to GetIAsyncEnumerableInterface
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\ReflectionHelper.cs (1)
50public static bool IsIAsyncEnumerable(Type type) => GetIAsyncEnumerableInterface(type) is not null;