3 references to ReflectionHelper
Microsoft.AspNetCore.SignalR.Core (3)
Internal\DefaultHubDispatcher.cs (1)
716else if (isStreamCall && ReflectionHelper.IsStreamingType(descriptor.OriginalParameterTypes[parameterPointer], mustBeDirectType: true))
Internal\HubMethodDescriptor.cs (1)
71else if (ReflectionHelper.IsStreamingType(p.ParameterType, mustBeDirectType: true))
StreamTracker.cs (1)
114if (ReflectionHelper.IsIAsyncEnumerable(type))