2 references to IsStreamingType
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (1)
748else if (isStreamCall && ReflectionHelper.IsStreamingType(descriptor.OriginalParameterTypes[parameterPointer], mustBeDirectType: true))
Internal\HubMethodDescriptor.cs (1)
69else if (ReflectionHelper.IsStreamingType(p.ParameterType, mustBeDirectType: true))