4 references to __Method_DemoParametersTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\ParametersGrpc.cs (4)
370return CallInvoker.BlockingUnaryCall(__Method_DemoParametersTwo, null, options, request); 394return CallInvoker.AsyncUnaryCall(__Method_DemoParametersTwo, null, options, request); 731.AddMethod(__Method_DemoParametersTwo, serviceImpl.DemoParametersTwo) 751serviceBinder.AddMethod(__Method_DemoParametersTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersTwo));