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