2 instantiations of RequestThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
636private static readonly pb::MessageParser<RequestThree> _parser = new pb::MessageParser<RequestThree>(() => new RequestThree()); 674return new RequestThree(this);
21 references to RequestThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (21)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (11)
85new pbr::GeneratedClrTypeInfo(typeof(global::Params.RequestThree), global::Params.RequestThree.Parser, new[]{ "ParameterOne", "ParameterTwo", "ParameterThree" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }), 631public sealed partial class RequestThree : pb::IMessage<RequestThree> 636private static readonly pb::MessageParser<RequestThree> _parser = new pb::MessageParser<RequestThree>(() => new RequestThree()); 640public static pb::MessageParser<RequestThree> Parser { get { return _parser; } } 664public RequestThree(RequestThree other) : this() { 673public RequestThree Clone() { 719return Equals(other as RequestThree); 724public bool Equals(RequestThree other) { 799public void MergeFrom(RequestThree other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\ParametersGrpc.cs (10)
59static readonly grpc::Marshaller<global::Params.RequestThree> __Marshaller_params_RequestThree = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Params.RequestThree.Parser)); 106static readonly grpc::Method<global::Params.RequestThree, global::Params.ParamResponse> __Method_DemoParametersSix = new grpc::Method<global::Params.RequestThree, global::Params.ParamResponse>( 230public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersSix(global::Params.RequestThree request, grpc::ServerCallContext context) 549public virtual global::Params.ParamResponse DemoParametersSix(global::Params.RequestThree request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 560public virtual global::Params.ParamResponse DemoParametersSix(global::Params.RequestThree request, grpc::CallOptions options) 573public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSixAsync(global::Params.RequestThree request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 584public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSixAsync(global::Params.RequestThree request, grpc::CallOptions options) 755serviceBinder.AddMethod(__Method_DemoParametersSix, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestThree, global::Params.ParamResponse>(serviceImpl.DemoParametersSix));