4 references to __Method_SayHello
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\GreeterGrpc.cs (4)
141return CallInvoker.BlockingUnaryCall(__Method_SayHello, null, options, request); 165return CallInvoker.AsyncUnaryCall(__Method_SayHello, null, options, request); 181.AddMethod(__Method_SayHello, serviceImpl.SayHello).Build(); 191serviceBinder.AddMethod(__Method_SayHello, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Greet.HelloRequest, global::Greet.HelloReply>(serviceImpl.SayHello));