2 instantiations of RequestOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
102private static readonly pb::MessageParser<RequestOne> _parser = new pb::MessageParser<RequestOne>(() => new RequestOne()); 139return new RequestOne(this);
47 references to RequestOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (47)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (11)
83new pbr::GeneratedClrTypeInfo(typeof(global::Params.RequestOne), global::Params.RequestOne.Parser, new[]{ "ParameterInt", "ParameterString" }, null, null, null, null), 97public sealed partial class RequestOne : pb::IMessage<RequestOne> 102private static readonly pb::MessageParser<RequestOne> _parser = new pb::MessageParser<RequestOne>(() => new RequestOne()); 106public static pb::MessageParser<RequestOne> Parser { get { return _parser; } } 130public RequestOne(RequestOne other) : this() { 138public RequestOne Clone() { 169return Equals(other as RequestOne); 174public bool Equals(RequestOne other) { 260public void MergeFrom(RequestOne other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\ParametersGrpc.cs (34)
53static readonly grpc::Marshaller<global::Params.RequestOne> __Marshaller_params_RequestOne = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Params.RequestOne.Parser)); 66static readonly grpc::Method<global::Params.RequestOne, global::Params.ParamResponse> __Method_DemoParametersOne = new grpc::Method<global::Params.RequestOne, global::Params.ParamResponse>( 74static readonly grpc::Method<global::Params.RequestOne, global::Params.ParamResponse> __Method_DemoParametersTwo = new grpc::Method<global::Params.RequestOne, global::Params.ParamResponse>( 138static readonly grpc::Method<global::Params.RequestOne, global::Params.ParamResponse> __Method_DemoParametersTenOne = new grpc::Method<global::Params.RequestOne, global::Params.ParamResponse>( 146static readonly grpc::Method<global::Params.RequestOne, global::Params.ParamResponse> __Method_DemoParametersTenTwo = new grpc::Method<global::Params.RequestOne, global::Params.ParamResponse>( 170public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersOne(global::Params.RequestOne request, grpc::ServerCallContext context) 182public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersTwo(global::Params.RequestOne request, grpc::ServerCallContext context) 260public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersTenOne(global::Params.RequestOne request, grpc::ServerCallContext context) 266public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersTenTwo(global::Params.RequestOne request, grpc::ServerCallContext context) 309public virtual global::Params.ParamResponse DemoParametersOne(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 320public virtual global::Params.ParamResponse DemoParametersOne(global::Params.RequestOne request, grpc::CallOptions options) 333public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersOneAsync(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 344public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersOneAsync(global::Params.RequestOne request, grpc::CallOptions options) 357public virtual global::Params.ParamResponse DemoParametersTwo(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 368public virtual global::Params.ParamResponse DemoParametersTwo(global::Params.RequestOne request, grpc::CallOptions options) 381public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTwoAsync(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 392public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTwoAsync(global::Params.RequestOne request, grpc::CallOptions options) 677public virtual global::Params.ParamResponse DemoParametersTenOne(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 682public virtual global::Params.ParamResponse DemoParametersTenOne(global::Params.RequestOne request, grpc::CallOptions options) 687public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTenOneAsync(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 692public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTenOneAsync(global::Params.RequestOne request, grpc::CallOptions options) 697public virtual global::Params.ParamResponse DemoParametersTenTwo(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 702public virtual global::Params.ParamResponse DemoParametersTenTwo(global::Params.RequestOne request, grpc::CallOptions options) 707public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTenTwoAsync(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 712public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTenTwoAsync(global::Params.RequestOne request, grpc::CallOptions options) 750serviceBinder.AddMethod(__Method_DemoParametersOne, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersOne)); 751serviceBinder.AddMethod(__Method_DemoParametersTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersTwo)); 759serviceBinder.AddMethod(__Method_DemoParametersTenOne, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersTenOne)); 760serviceBinder.AddMethod(__Method_DemoParametersTenTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersTenTwo));
Services\ParametersService.cs (2)
11public override Task<ParamResponse> DemoParametersOne(RequestOne requestId, ServerCallContext ctx) 16public override Task<ParamResponse> DemoParametersTwo(RequestOne requestId, ServerCallContext ctx)