3 references to ReflectionHelper
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
764if (arg is not null && ReflectionHelper.IsStreamingType(arg.GetType())) 828if (ReflectionHelper.GetIAsyncEnumerableInterface(reader.GetType()) is { } asyncEnumerableType) 840if (ReflectionHelper.TryGetStreamType(reader.GetType(), out var channelGenericType))