2 instantiations of RequestOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (2)
62private static readonly pb::MessageParser<RequestOne> _parser = new pb::MessageParser<RequestOne>(() => new RequestOne()); 100return new RequestOne(this);
45 references to RequestOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (45)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (11)
47new pbr::GeneratedClrTypeInfo(typeof(global::Body.RequestOne), global::Body.RequestOne.Parser, new[]{ "ParameterOne", "ParameterTwo", "ParameterThree" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }), 57public sealed partial class RequestOne : pb::IMessage<RequestOne> 62private static readonly pb::MessageParser<RequestOne> _parser = new pb::MessageParser<RequestOne>(() => new RequestOne()); 66public static pb::MessageParser<RequestOne> Parser { get { return _parser; } } 90public RequestOne(RequestOne other) : this() { 99public RequestOne Clone() { 140return Equals(other as RequestOne); 145public bool Equals(RequestOne other) { 228public void MergeFrom(RequestOne other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\BodyGrpc.cs (34)
53static readonly grpc::Marshaller<global::Body.RequestOne> __Marshaller_body_RequestOne = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Body.RequestOne.Parser)); 58static readonly grpc::Method<global::Body.RequestOne, global::Body.BodyParamResponse> __Method_DemoBodyOne = new grpc::Method<global::Body.RequestOne, global::Body.BodyParamResponse>( 66static readonly grpc::Method<global::Body.RequestOne, global::Body.BodyParamResponse> __Method_DemoBodyTwo = new grpc::Method<global::Body.RequestOne, global::Body.BodyParamResponse>( 74static readonly grpc::Method<global::Body.RequestOne, global::Body.BodyParamResponse> __Method_DemoBodyThree = new grpc::Method<global::Body.RequestOne, global::Body.BodyParamResponse>( 82static readonly grpc::Method<global::Body.RequestOne, global::Body.BodyParamResponse> __Method_DemoBodyFour = new grpc::Method<global::Body.RequestOne, global::Body.BodyParamResponse>( 100public virtual global::System.Threading.Tasks.Task<global::Body.BodyParamResponse> DemoBodyOne(global::Body.RequestOne request, grpc::ServerCallContext context) 106public virtual global::System.Threading.Tasks.Task<global::Body.BodyParamResponse> DemoBodyTwo(global::Body.RequestOne request, grpc::ServerCallContext context) 112public virtual global::System.Threading.Tasks.Task<global::Body.BodyParamResponse> DemoBodyThree(global::Body.RequestOne request, grpc::ServerCallContext context) 118public virtual global::System.Threading.Tasks.Task<global::Body.BodyParamResponse> DemoBodyFour(global::Body.RequestOne request, grpc::ServerCallContext context) 153public virtual global::Body.BodyParamResponse DemoBodyOne(global::Body.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 158public virtual global::Body.BodyParamResponse DemoBodyOne(global::Body.RequestOne request, grpc::CallOptions options) 163public virtual grpc::AsyncUnaryCall<global::Body.BodyParamResponse> DemoBodyOneAsync(global::Body.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 168public virtual grpc::AsyncUnaryCall<global::Body.BodyParamResponse> DemoBodyOneAsync(global::Body.RequestOne request, grpc::CallOptions options) 173public virtual global::Body.BodyParamResponse DemoBodyTwo(global::Body.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 178public virtual global::Body.BodyParamResponse DemoBodyTwo(global::Body.RequestOne request, grpc::CallOptions options) 183public virtual grpc::AsyncUnaryCall<global::Body.BodyParamResponse> DemoBodyTwoAsync(global::Body.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 188public virtual grpc::AsyncUnaryCall<global::Body.BodyParamResponse> DemoBodyTwoAsync(global::Body.RequestOne request, grpc::CallOptions options) 193public virtual global::Body.BodyParamResponse DemoBodyThree(global::Body.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 198public virtual global::Body.BodyParamResponse DemoBodyThree(global::Body.RequestOne request, grpc::CallOptions options) 203public virtual grpc::AsyncUnaryCall<global::Body.BodyParamResponse> DemoBodyThreeAsync(global::Body.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 208public virtual grpc::AsyncUnaryCall<global::Body.BodyParamResponse> DemoBodyThreeAsync(global::Body.RequestOne request, grpc::CallOptions options) 213public virtual global::Body.BodyParamResponse DemoBodyFour(global::Body.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 218public virtual global::Body.BodyParamResponse DemoBodyFour(global::Body.RequestOne request, grpc::CallOptions options) 223public virtual grpc::AsyncUnaryCall<global::Body.BodyParamResponse> DemoBodyFourAsync(global::Body.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 228public virtual grpc::AsyncUnaryCall<global::Body.BodyParamResponse> DemoBodyFourAsync(global::Body.RequestOne request, grpc::CallOptions options) 259serviceBinder.AddMethod(__Method_DemoBodyOne, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Body.RequestOne, global::Body.BodyParamResponse>(serviceImpl.DemoBodyOne)); 260serviceBinder.AddMethod(__Method_DemoBodyTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Body.RequestOne, global::Body.BodyParamResponse>(serviceImpl.DemoBodyTwo)); 261serviceBinder.AddMethod(__Method_DemoBodyThree, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Body.RequestOne, global::Body.BodyParamResponse>(serviceImpl.DemoBodyThree)); 262serviceBinder.AddMethod(__Method_DemoBodyFour, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Body.RequestOne, global::Body.BodyParamResponse>(serviceImpl.DemoBodyFour));