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