4 references to __Method_DemoParametersTenTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\ParametersGrpc.cs (4)
704return CallInvoker.BlockingUnaryCall(__Method_DemoParametersTenTwo, null, options, request); 714return CallInvoker.AsyncUnaryCall(__Method_DemoParametersTenTwo, null, options, request); 740.AddMethod(__Method_DemoParametersTenTwo, serviceImpl.DemoParametersTenTwo).Build(); 760serviceBinder.AddMethod(__Method_DemoParametersTenTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersTenTwo));