1 write to Options
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
parent\Shared\Server\ServerMethodInvokerBase.cs (1)
64
Options
= options;
10 references to Options
Microsoft.AspNetCore.Grpc.JsonTranscoding (10)
Internal\CallHandlers\ServerCallHandlerBase.cs (1)
44
var serverCallContext = new JsonTranscodingServerCallContext(httpContext, MethodInvoker.
Options
, MethodInvoker.Method, DescriptorInfo, Logger);
parent\Shared\Server\ClientStreamingServerMethodInvoker.cs (2)
59
if (
Options
.HasInterceptors)
61
var interceptorPipeline = new InterceptorPipelineBuilder<TRequest, TResponse>(
Options
.Interceptors, interceptorActivators);
parent\Shared\Server\DuplexStreamingServerMethodInvoker.cs (2)
59
if (
Options
.HasInterceptors)
61
var interceptorPipeline = new InterceptorPipelineBuilder<TRequest, TResponse>(
Options
.Interceptors, interceptorActivators);
parent\Shared\Server\ServerMethodInvokerBase.cs (1)
75
if (!
Options
.SuppressCreatingService)
parent\Shared\Server\ServerStreamingServerMethodInvoker.cs (2)
59
if (
Options
.HasInterceptors)
61
var interceptorPipeline = new InterceptorPipelineBuilder<TRequest, TResponse>(
Options
.Interceptors, interceptorActivators);
parent\Shared\Server\UnaryServerMethodInvoker.cs (2)
60
if (
Options
.HasInterceptors)
62
var interceptorPipeline = new InterceptorPipelineBuilder<TRequest, TResponse>(
Options
.Interceptors, interceptorActivators);