4 references to __Method_DemoParametersThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\ParametersGrpc.cs (4)
418return CallInvoker.BlockingUnaryCall(__Method_DemoParametersThree, null, options, request); 442return CallInvoker.AsyncUnaryCall(__Method_DemoParametersThree, null, options, request); 732.AddMethod(__Method_DemoParametersThree, serviceImpl.DemoParametersThree) 752serviceBinder.AddMethod(__Method_DemoParametersThree, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestTwo, global::Params.ParamResponse>(serviceImpl.DemoParametersThree));