1 instantiation of MethodOptions
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
parent\Shared\Server\MethodOptions.cs (1)
142return new MethodOptions
15 references to MethodOptions
Microsoft.AspNetCore.Grpc.JsonTranscoding (15)
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (6)
16using MethodOptions = global::Grpc.Shared.Server.MethodOptions; 28MethodOptions methodOptions); 157MethodOptions methodOptions) 184MethodOptions methodOptions) 220var methodOptions = MethodOptions.Create(new[] { _globalOptions, _serviceOptions });
Internal\JsonTranscodingServerCallContext.cs (2)
27public MethodOptions Options { get; } 40public JsonTranscodingServerCallContext(HttpContext httpContext, MethodOptions options, IMethod method, CallHandlerDescriptorInfo descriptorInfo, ILogger logger)
parent\Shared\Server\ClientStreamingServerMethodInvoker.cs (1)
52MethodOptions options,
parent\Shared\Server\DuplexStreamingServerMethodInvoker.cs (1)
52MethodOptions options,
parent\Shared\Server\MethodOptions.cs (1)
112public static MethodOptions Create(IEnumerable<GrpcServiceOptions> serviceOptions)
parent\Shared\Server\ServerMethodInvokerBase.cs (2)
45public MethodOptions Options { get; } 60MethodOptions options,
parent\Shared\Server\ServerStreamingServerMethodInvoker.cs (1)
52MethodOptions options,
parent\Shared\Server\UnaryServerMethodInvoker.cs (1)
53MethodOptions options,