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)
415return CallInvoker.BlockingUnaryCall(__Method_QueryGet, null, options, request); 439return CallInvoker.AsyncUnaryCall(__Method_QueryGet, null, options, request); 459.AddMethod(__Method_QueryGet, serviceImpl.QueryGet).Build(); 473serviceBinder.AddMethod(__Method_QueryGet, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Xmldoc.StringRequestWithDetail, global::Xmldoc.StringReply>(serviceImpl.QueryGet));