1 write to DescriptorInfo
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\CallHandlers\ServerCallHandlerBase.cs (1)
32DescriptorInfo = descriptorInfo;
2 references to DescriptorInfo
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Internal\CallHandlers\ServerCallHandlerBase.cs (2)
39foreach (var rewriteAction in DescriptorInfo.RouteAdapter.RewriteVariableActions) 44var serverCallContext = new JsonTranscodingServerCallContext(httpContext, MethodInvoker.Options, MethodInvoker.Method, DescriptorInfo, Logger);