2 instantiations of RequestFour
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
874private static readonly pb::MessageParser<RequestFour> _parser = new pb::MessageParser<RequestFour>(() => new RequestFour()); 911return new RequestFour(this);
36 references to RequestFour
Microsoft.AspNetCore.Grpc.Swagger.Tests (36)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (18)
86new pbr::GeneratedClrTypeInfo(typeof(global::Params.RequestFour), global::Params.RequestFour.Parser, new[]{ "ParameterOne", "ParameterTwo" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Params.RequestFour.Types.Nested), global::Params.RequestFour.Types.Nested.Parser, new[]{ "NestedParameterOne", "NestedParameterTwo", "NestedParameterThree", "NestedParameterFour" }, null, null, null, null)}), 869public sealed partial class RequestFour : pb::IMessage<RequestFour> 874private static readonly pb::MessageParser<RequestFour> _parser = new pb::MessageParser<RequestFour>(() => new RequestFour()); 878public static pb::MessageParser<RequestFour> Parser { get { return _parser; } } 902public RequestFour(RequestFour other) : this() { 910public RequestFour Clone() { 916private global::Params.RequestFour.Types.Nested parameterOne_; 919public global::Params.RequestFour.Types.Nested ParameterOne { 941return Equals(other as RequestFour); 946public bool Equals(RequestFour other) { 1032public void MergeFrom(RequestFour other) { 1038ParameterOne = new global::Params.RequestFour.Types.Nested(); 1088ParameterOne = new global::Params.RequestFour.Types.Nested(); 1121get { return global::Params.RequestFour.Descriptor.NestedTypes[0]; }
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\ParametersGrpc.cs (18)
61static readonly grpc::Marshaller<global::Params.RequestFour> __Marshaller_params_RequestFour = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Params.RequestFour.Parser)); 114static readonly grpc::Method<global::Params.RequestFour, global::Params.ParamResponse> __Method_DemoParametersSeven = new grpc::Method<global::Params.RequestFour, global::Params.ParamResponse>( 122static readonly grpc::Method<global::Params.RequestFour, global::Params.ParamResponse> __Method_DemoParametersEight = new grpc::Method<global::Params.RequestFour, global::Params.ParamResponse>( 242public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersSeven(global::Params.RequestFour request, grpc::ServerCallContext context) 248public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersEight(global::Params.RequestFour request, grpc::ServerCallContext context) 597public virtual global::Params.ParamResponse DemoParametersSeven(global::Params.RequestFour request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 608public virtual global::Params.ParamResponse DemoParametersSeven(global::Params.RequestFour request, grpc::CallOptions options) 621public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSevenAsync(global::Params.RequestFour request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 632public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSevenAsync(global::Params.RequestFour request, grpc::CallOptions options) 637public virtual global::Params.ParamResponse DemoParametersEight(global::Params.RequestFour request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 642public virtual global::Params.ParamResponse DemoParametersEight(global::Params.RequestFour request, grpc::CallOptions options) 647public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersEightAsync(global::Params.RequestFour request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 652public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersEightAsync(global::Params.RequestFour request, grpc::CallOptions options) 756serviceBinder.AddMethod(__Method_DemoParametersSeven, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestFour, global::Params.ParamResponse>(serviceImpl.DemoParametersSeven)); 757serviceBinder.AddMethod(__Method_DemoParametersEight, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestFour, global::Params.ParamResponse>(serviceImpl.DemoParametersEight));