4 references to __Method_QueryGet
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\XmldocGrpc.cs (4)
415
return CallInvoker.BlockingUnaryCall(
__Method_QueryGet
, null, options, request);
439
return CallInvoker.AsyncUnaryCall(
__Method_QueryGet
, null, options, request);
459
.AddMethod(
__Method_QueryGet
, serviceImpl.QueryGet).Build();
473
serviceBinder.AddMethod(
__Method_QueryGet
, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Xmldoc.StringRequestWithDetail, global::Xmldoc.StringReply>(serviceImpl.QueryGet));