4 references to __Method_HelloWorld
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net9.0\Proto\HttpbodyGrpc.cs (4)
118return CallInvoker.BlockingUnaryCall(__Method_HelloWorld, null, options, request); 128return CallInvoker.AsyncUnaryCall(__Method_HelloWorld, null, options, request); 144.AddMethod(__Method_HelloWorld, serviceImpl.HelloWorld).Build(); 154serviceBinder.AddMethod(__Method_HelloWorld, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloWorldRequest, global::Google.Api.HttpBody>(serviceImpl.HelloWorld));