2 instantiations of HelloReply2
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
2278
private static readonly pb::MessageParser<HelloReply2> _parser = new pb::MessageParser<HelloReply2>(() => new
HelloReply2
());
2316
return new
HelloReply2
(this);
75 references to HelloReply2
Sandbox (75)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (11)
115
new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.
HelloReply2
), global::Transcoding.
HelloReply2
.Parser, new[]{ "Message", "Values", "Enum" }, null, null, null, null)
2273
public sealed partial class HelloReply2 : pb::IMessage<
HelloReply2
>
2278
private static readonly pb::MessageParser<
HelloReply2
> _parser = new pb::MessageParser<
HelloReply2
>(() => new HelloReply2());
2282
public static pb::MessageParser<
HelloReply2
> Parser { get { return _parser; } }
2306
public HelloReply2(
HelloReply2
other) : this() {
2315
public
HelloReply2
Clone() {
2357
return Equals(other as
HelloReply2
);
2362
public bool Equals(
HelloReply2
other) {
2453
public void MergeFrom(
HelloReply2
other) {
artifacts\obj\Sandbox\Release\net10.0\TranscodingGrpc.cs (64)
55
static readonly grpc::Marshaller<global::Transcoding.
HelloReply2
> __Marshaller_transcoding_HelloReply2 = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.
HelloReply2
.Parser));
64
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_SayHello = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
72
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_ResponseBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
80
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_Custom = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
88
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_AdditionalBindings = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
96
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_NoOption = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
104
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_ServerStreamingGetOption = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
112
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_Body = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
120
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_SubBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
128
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_SubRepeatedBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
136
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_ParameterRoute = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
168
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_ReturnEnum = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
186
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> SayHello(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
192
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> ResponseBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
198
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> Custom(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
204
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> AdditionalBindings(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
210
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> NoOption(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
216
public virtual global::System.Threading.Tasks.Task ServerStreamingGetOption(global::Transcoding.HelloRequest request, grpc::IServerStreamWriter<global::Transcoding.
HelloReply2
> responseStream, grpc::ServerCallContext context)
222
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> Body(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
228
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> SubBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
234
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> SubRepeatedBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
240
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> ParameterRoute(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
264
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> ReturnEnum(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
300
serviceBinder.AddMethod(__Method_SayHello, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.SayHello));
301
serviceBinder.AddMethod(__Method_ResponseBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.ResponseBody));
302
serviceBinder.AddMethod(__Method_Custom, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.Custom));
303
serviceBinder.AddMethod(__Method_AdditionalBindings, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.AdditionalBindings));
304
serviceBinder.AddMethod(__Method_NoOption, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.NoOption));
305
serviceBinder.AddMethod(__Method_ServerStreamingGetOption, serviceImpl == null ? null : new grpc::ServerStreamingServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.ServerStreamingGetOption));
306
serviceBinder.AddMethod(__Method_Body, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.Body));
307
serviceBinder.AddMethod(__Method_SubBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.SubBody));
308
serviceBinder.AddMethod(__Method_SubRepeatedBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.SubRepeatedBody));
309
serviceBinder.AddMethod(__Method_ParameterRoute, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.ParameterRoute));
313
serviceBinder.AddMethod(__Method_ReturnEnum, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.ReturnEnum));
357
static readonly grpc::Marshaller<global::Transcoding.
HelloReply2
> __Marshaller_transcoding_HelloReply2 = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.
HelloReply2
.Parser));
360
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_BadResponseBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
378
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> BadResponseBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
401
serviceBinder.AddMethod(__Method_BadResponseBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.BadResponseBody));
445
static readonly grpc::Marshaller<global::Transcoding.
HelloReply2
> __Marshaller_transcoding_HelloReply2 = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.
HelloReply2
.Parser));
448
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_BadBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
466
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> BadBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
489
serviceBinder.AddMethod(__Method_BadBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.BadBody));
533
static readonly grpc::Marshaller<global::Transcoding.
HelloReply2
> __Marshaller_transcoding_HelloReply2 = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.
HelloReply2
.Parser));
536
static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
> __Method_BadPattern = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(
554
public virtual global::System.Threading.Tasks.Task<global::Transcoding.
HelloReply2
> BadPattern(global::Transcoding.HelloRequest request, grpc::ServerCallContext context)
577
serviceBinder.AddMethod(__Method_BadPattern, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.
HelloReply2
>(serviceImpl.BadPattern));