2 instantiations of ServerStreamingServerCallHandler
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (1)
196var callHandler = new ServerStreamingServerCallHandler<TService, TRequest, TResponse>(
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
ServerStreamingServerCallHandlerTests.cs (1)
354return new ServerStreamingServerCallHandler<JsonTranscodingGreeterService, TRequest, TResponse>(
8 references to ServerStreamingServerCallHandler
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (1)
196var callHandler = new ServerStreamingServerCallHandler<TService, TRequest, TResponse>(
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>(