4 references to CreateCallHandler
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
ServerStreamingServerCallHandlerTests.cs (4)
56
var callHandler =
CreateCallHandler
(invoker, descriptorInfo: descriptorInfo);
103
var callHandler =
CreateCallHandler
(invoker, descriptorInfo: descriptorInfo);
145
var callHandler =
CreateCallHandler
(invoker, descriptorInfo: descriptorInfo);
186
var callHandler =
CreateCallHandler
(invoker, descriptorInfo: descriptorInfo, serviceOptions: serviceOptions);