4 references to InterceptorPipelineBuilder
Microsoft.AspNetCore.Grpc.JsonTranscoding (4)
parent\Shared\Server\ClientStreamingServerMethodInvoker.cs (1)
61
var interceptorPipeline = new
InterceptorPipelineBuilder
<TRequest, TResponse>(Options.Interceptors, interceptorActivators);
parent\Shared\Server\DuplexStreamingServerMethodInvoker.cs (1)
61
var interceptorPipeline = new
InterceptorPipelineBuilder
<TRequest, TResponse>(Options.Interceptors, interceptorActivators);
parent\Shared\Server\ServerStreamingServerMethodInvoker.cs (1)
61
var interceptorPipeline = new
InterceptorPipelineBuilder
<TRequest, TResponse>(Options.Interceptors, interceptorActivators);
parent\Shared\Server\UnaryServerMethodInvoker.cs (1)
62
var interceptorPipeline = new
InterceptorPipelineBuilder
<TRequest, TResponse>(Options.Interceptors, interceptorActivators);