2 references to ProcessHandlerErrorAsync
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Internal\CallHandlers\ServerCallHandlerBase.cs (2)
64
return serverCallContext.
ProcessHandlerErrorAsync
(ex, MethodInvoker.Method.Name, IsStreaming, SerializerOptions);
75
await serverCallContext.
ProcessHandlerErrorAsync
(ex, method.Name, isStreaming, serializerOptions);