1 instantiation of ServerStreamingServerMethodInvoker
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (1)
192var methodInvoker = new ServerStreamingServerMethodInvoker<TService, TRequest, TResponse>(invoker, method, methodOptions, _serviceActivator);
4 references to ServerStreamingServerMethodInvoker
Microsoft.AspNetCore.Grpc.JsonTranscoding (4)
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (1)
192var methodInvoker = new ServerStreamingServerMethodInvoker<TService, TRequest, TResponse>(invoker, method, methodOptions, _serviceActivator);
Internal\CallHandlers\ServerStreamingServerCallHandler.cs (2)
16private readonly ServerStreamingServerMethodInvoker<TService, TRequest, TResponse> _invoker; 19ServerStreamingServerMethodInvoker<TService, TRequest, TResponse> unaryMethodInvoker,
src\Grpc\JsonTranscoding\src\Shared\Server\ServerStreamingServerMethodInvoker.cs (1)
41/// Creates a new instance of <see cref="ServerStreamingServerMethodInvoker{TService, TRequest, TResponse}"/>.