4 references to __Method_BasicGet
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\XmldocGrpc.cs (4)
223
return CallInvoker.BlockingUnaryCall(
__Method_BasicGet
, null, options, request);
247
return CallInvoker.AsyncUnaryCall(
__Method_BasicGet
, null, options, request);
455
.AddMethod(
__Method_BasicGet
, serviceImpl.BasicGet)
469
serviceBinder.AddMethod(
__Method_BasicGet
, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Xmldoc.StringRequest, global::Xmldoc.StringReply>(serviceImpl.BasicGet));