2 references to GetMarshaller
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
UnaryServerCallHandlerTests.cs (2)
1872
return new Method<TRequest, TResponse>(MethodType.Unary, "ServiceName", methodName,
GetMarshaller
(requestParser),
GetMarshaller
(responseParser));