1 instantiation of UnaryServerMethodInvoker
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (1)
168var methodInvoker = new UnaryServerMethodInvoker<TService, TRequest, TResponse>(invoker, method, methodOptions, _serviceActivator, _interceptorActivators);
3 references to UnaryServerMethodInvoker
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (1)
168var methodInvoker = new UnaryServerMethodInvoker<TService, TRequest, TResponse>(invoker, method, methodOptions, _serviceActivator, _interceptorActivators);
Internal\CallHandlers\UnaryServerCallHandler.cs (2)
18private readonly UnaryServerMethodInvoker<TService, TRequest, TResponse> _invoker; 21UnaryServerMethodInvoker<TService, TRequest, TResponse> unaryMethodInvoker,