2 references to QueryGet
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\XmldocGrpc.cs (2)
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
));