2 instantiations of HelloRequest
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
142
private static readonly pb::MessageParser<HelloRequest> _parser = new pb::MessageParser<HelloRequest>(() => new
HelloRequest
());
182
return new
HelloRequest
(this);
124 references to HelloRequest
Sandbox (124)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (48)
112
new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.
HelloRequest
), global::Transcoding.
HelloRequest
.Parser, new[]{ "Name", "Sub", "Data", "Wrappers", "RepeatedStrings" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.
HelloRequest
.Types.SubMessage), global::Transcoding.
HelloRequest
.Types.SubMessage.Parser, new[]{ "Subfield", "Subfields" }, null, null, null, null),
113
new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.
HelloRequest
.Types.DataTypes), global::Transcoding.
HelloRequest
.Types.DataTypes.Parser, new[]{ "SingleInt32", "SingleInt64", "SingleUint32", "SingleUint64", "SingleSint32", "SingleSint64", "SingleFixed32", "SingleFixed64", "SingleSfixed32", "SingleSfixed64", "SingleFloat", "SingleDouble", "SingleBool", "SingleString", "SingleBytes", "SingleEnum", "SingleMessage" }, null, new[]{ typeof(global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedMessage), global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedMessage.Parser, new[]{ "Subfield" }, null, null, null, null)}),
114
new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.
HelloRequest
.Types.Wrappers), global::Transcoding.
HelloRequest
.Types.Wrappers.Parser, new[]{ "StringValue", "Int32Value", "Int64Value", "FloatValue", "DoubleValue", "BoolValue", "Uint32Value", "Uint64Value", "BytesValue" }, null, null, null, null)}),
137
public sealed partial class HelloRequest : pb::IMessage<
HelloRequest
>
142
private static readonly pb::MessageParser<
HelloRequest
> _parser = new pb::MessageParser<
HelloRequest
>(() => new HelloRequest());
146
public static pb::MessageParser<
HelloRequest
> Parser { get { return _parser; } }
170
public HelloRequest(
HelloRequest
other) : this() {
181
public
HelloRequest
Clone() {
199
private global::Transcoding.
HelloRequest
.Types.SubMessage sub_;
202
public global::Transcoding.
HelloRequest
.Types.SubMessage Sub {
211
private global::Transcoding.
HelloRequest
.Types.DataTypes data_;
214
public global::Transcoding.
HelloRequest
.Types.DataTypes Data {
223
private global::Transcoding.
HelloRequest
.Types.Wrappers wrappers_;
226
public global::Transcoding.
HelloRequest
.Types.Wrappers Wrappers {
247
return Equals(other as
HelloRequest
);
252
public bool Equals(
HelloRequest
other) {
369
public void MergeFrom(
HelloRequest
other) {
378
Sub = new global::Transcoding.
HelloRequest
.Types.SubMessage();
384
Data = new global::Transcoding.
HelloRequest
.Types.DataTypes();
390
Wrappers = new global::Transcoding.
HelloRequest
.Types.Wrappers();
460
Sub = new global::Transcoding.
HelloRequest
.Types.SubMessage();
467
Data = new global::Transcoding.
HelloRequest
.Types.DataTypes();
474
Wrappers = new global::Transcoding.
HelloRequest
.Types.Wrappers();
508
get { return global::Transcoding.
HelloRequest
.Descriptor.NestedTypes[0]; }
724
get { return global::Transcoding.
HelloRequest
.Descriptor.NestedTypes[1]; }
952
private global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum singleEnum_ = global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum.Unspecified;
955
public global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum SingleEnum {
964
private global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedMessage singleMessage_;
967
public global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedMessage SingleMessage {
1028
if (SingleEnum != global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum.Unspecified) hash ^= SingleEnum.GetHashCode();
1186
if (SingleEnum != global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum.Unspecified) {
1249
if (SingleEnum != global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum.Unspecified) {
1312
if (other.SingleEnum != global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum.Unspecified) {
1317
SingleMessage = new global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedMessage();
1483
SingleEnum = (global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedEnum) input.ReadEnum();
1488
SingleMessage = new global::Transcoding.
HelloRequest
.Types.DataTypes.Types.NestedMessage();
1529
get { return global::Transcoding.
HelloRequest
.Types.DataTypes.Descriptor.NestedTypes[0]; }
1724
get { return global::Transcoding.
HelloRequest
.Descriptor.NestedTypes[2]; }
artifacts\obj\Sandbox\Release\net10.0\TranscodingGrpc.cs (76)
53
static readonly grpc::Marshaller<global::Transcoding.
HelloRequest
> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.
HelloRequest
.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>(
144
static readonly grpc::Method<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.ListValue> __Method_ReturnListValue = new grpc::Method<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.ListValue>(
152
static readonly grpc::Method<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.Value> __Method_ReturnValue = new grpc::Method<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.Value>(
160
static readonly grpc::Method<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.Struct> __Method_ReturnStruct = new grpc::Method<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.Struct>(
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)
246
public virtual global::System.Threading.Tasks.Task<global::Google.Protobuf.WellKnownTypes.ListValue> ReturnListValue(global::Transcoding.
HelloRequest
request, grpc::ServerCallContext context)
252
public virtual global::System.Threading.Tasks.Task<global::Google.Protobuf.WellKnownTypes.Value> ReturnValue(global::Transcoding.
HelloRequest
request, grpc::ServerCallContext context)
258
public virtual global::System.Threading.Tasks.Task<global::Google.Protobuf.WellKnownTypes.Struct> ReturnStruct(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));
310
serviceBinder.AddMethod(__Method_ReturnListValue, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.ListValue>(serviceImpl.ReturnListValue));
311
serviceBinder.AddMethod(__Method_ReturnValue, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.Value>(serviceImpl.ReturnValue));
312
serviceBinder.AddMethod(__Method_ReturnStruct, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.
HelloRequest
, global::Google.Protobuf.WellKnownTypes.Struct>(serviceImpl.ReturnStruct));
313
serviceBinder.AddMethod(__Method_ReturnEnum, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.
HelloRequest
, global::Transcoding.HelloReply2>(serviceImpl.ReturnEnum));
355
static readonly grpc::Marshaller<global::Transcoding.
HelloRequest
> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.
HelloRequest
.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));
443
static readonly grpc::Marshaller<global::Transcoding.
HelloRequest
> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.
HelloRequest
.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));
531
static readonly grpc::Marshaller<global::Transcoding.
HelloRequest
> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.
HelloRequest
.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));