2 references to IsStreamingType
Microsoft.AspNetCore.SignalR.Core (2)
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))