2 instantiations of ServerStreamingServerCallHandler
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
8 references to ServerStreamingServerCallHandler
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (7)
ServerStreamingServerCallHandlerTests.cs (7)
56var callHandler = CreateCallHandler(invoker, descriptorInfo: descriptorInfo);
103var callHandler = CreateCallHandler(invoker, descriptorInfo: descriptorInfo);
145var callHandler = CreateCallHandler(invoker, descriptorInfo: descriptorInfo);
186var callHandler = CreateCallHandler(invoker, descriptorInfo: descriptorInfo, serviceOptions: serviceOptions);
234var callHandler = CreateCallHandler(
304private ServerStreamingServerCallHandler<JsonTranscodingGreeterService, HelloRequest, HelloReply> CreateCallHandler(
320private ServerStreamingServerCallHandler<JsonTranscodingGreeterService, TRequest, TResponse> CreateCallHandler<TRequest, TResponse>(