2 instantiations of HelloRequest
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
142private static readonly pb::MessageParser<HelloRequest> _parser = new pb::MessageParser<HelloRequest>(() => new HelloRequest()); 182return new HelloRequest(this);
124 references to HelloRequest
Sandbox (124)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (48)
112new 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), 113new 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)}), 114new 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)}), 137public sealed partial class HelloRequest : pb::IMessage<HelloRequest> 142private static readonly pb::MessageParser<HelloRequest> _parser = new pb::MessageParser<HelloRequest>(() => new HelloRequest()); 146public static pb::MessageParser<HelloRequest> Parser { get { return _parser; } } 170public HelloRequest(HelloRequest other) : this() { 181public HelloRequest Clone() { 199private global::Transcoding.HelloRequest.Types.SubMessage sub_; 202public global::Transcoding.HelloRequest.Types.SubMessage Sub { 211private global::Transcoding.HelloRequest.Types.DataTypes data_; 214public global::Transcoding.HelloRequest.Types.DataTypes Data { 223private global::Transcoding.HelloRequest.Types.Wrappers wrappers_; 226public global::Transcoding.HelloRequest.Types.Wrappers Wrappers { 247return Equals(other as HelloRequest); 252public bool Equals(HelloRequest other) { 369public void MergeFrom(HelloRequest other) { 378Sub = new global::Transcoding.HelloRequest.Types.SubMessage(); 384Data = new global::Transcoding.HelloRequest.Types.DataTypes(); 390Wrappers = new global::Transcoding.HelloRequest.Types.Wrappers(); 460Sub = new global::Transcoding.HelloRequest.Types.SubMessage(); 467Data = new global::Transcoding.HelloRequest.Types.DataTypes(); 474Wrappers = new global::Transcoding.HelloRequest.Types.Wrappers(); 508get { return global::Transcoding.HelloRequest.Descriptor.NestedTypes[0]; } 724get { return global::Transcoding.HelloRequest.Descriptor.NestedTypes[1]; } 952private global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum singleEnum_ = global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified; 955public global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum SingleEnum { 964private global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedMessage singleMessage_; 967public global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedMessage SingleMessage { 1028if (SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) hash ^= SingleEnum.GetHashCode(); 1186if (SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) { 1249if (SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) { 1312if (other.SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) { 1317SingleMessage = new global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedMessage(); 1483SingleEnum = (global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum) input.ReadEnum(); 1488SingleMessage = new global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedMessage(); 1529get { return global::Transcoding.HelloRequest.Types.DataTypes.Descriptor.NestedTypes[0]; } 1724get { return global::Transcoding.HelloRequest.Descriptor.NestedTypes[2]; }
artifacts\obj\Sandbox\Release\net10.0\TranscodingGrpc.cs (76)
53static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 64static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_SayHello = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 72static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_ResponseBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 80static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_Custom = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 88static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_AdditionalBindings = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 96static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_NoOption = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 104static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_ServerStreamingGetOption = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 112static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_Body = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 120static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_SubBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 128static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_SubRepeatedBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 136static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_ParameterRoute = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 144static readonly grpc::Method<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.ListValue> __Method_ReturnListValue = new grpc::Method<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.ListValue>( 152static readonly grpc::Method<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.Value> __Method_ReturnValue = new grpc::Method<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.Value>( 160static readonly grpc::Method<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.Struct> __Method_ReturnStruct = new grpc::Method<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.Struct>( 168static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_ReturnEnum = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 186public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> SayHello(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 192public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> ResponseBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 198public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> Custom(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 204public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> AdditionalBindings(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 210public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> NoOption(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 216public virtual global::System.Threading.Tasks.Task ServerStreamingGetOption(global::Transcoding.HelloRequest request, grpc::IServerStreamWriter<global::Transcoding.HelloReply2> responseStream, grpc::ServerCallContext context) 222public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> Body(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 228public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> SubBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 234public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> SubRepeatedBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 240public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> ParameterRoute(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 246public virtual global::System.Threading.Tasks.Task<global::Google.Protobuf.WellKnownTypes.ListValue> ReturnListValue(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 252public virtual global::System.Threading.Tasks.Task<global::Google.Protobuf.WellKnownTypes.Value> ReturnValue(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 258public virtual global::System.Threading.Tasks.Task<global::Google.Protobuf.WellKnownTypes.Struct> ReturnStruct(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 264public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> ReturnEnum(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 300serviceBinder.AddMethod(__Method_SayHello, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.SayHello)); 301serviceBinder.AddMethod(__Method_ResponseBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.ResponseBody)); 302serviceBinder.AddMethod(__Method_Custom, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.Custom)); 303serviceBinder.AddMethod(__Method_AdditionalBindings, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.AdditionalBindings)); 304serviceBinder.AddMethod(__Method_NoOption, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.NoOption)); 305serviceBinder.AddMethod(__Method_ServerStreamingGetOption, serviceImpl == null ? null : new grpc::ServerStreamingServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.ServerStreamingGetOption)); 306serviceBinder.AddMethod(__Method_Body, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.Body)); 307serviceBinder.AddMethod(__Method_SubBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.SubBody)); 308serviceBinder.AddMethod(__Method_SubRepeatedBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.SubRepeatedBody)); 309serviceBinder.AddMethod(__Method_ParameterRoute, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.ParameterRoute)); 310serviceBinder.AddMethod(__Method_ReturnListValue, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.ListValue>(serviceImpl.ReturnListValue)); 311serviceBinder.AddMethod(__Method_ReturnValue, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.Value>(serviceImpl.ReturnValue)); 312serviceBinder.AddMethod(__Method_ReturnStruct, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Google.Protobuf.WellKnownTypes.Struct>(serviceImpl.ReturnStruct)); 313serviceBinder.AddMethod(__Method_ReturnEnum, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.ReturnEnum)); 355static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 360static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_BadResponseBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 378public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> BadResponseBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 401serviceBinder.AddMethod(__Method_BadResponseBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.BadResponseBody)); 443static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 448static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_BadBody = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 466public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> BadBody(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 489serviceBinder.AddMethod(__Method_BadBody, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.BadBody)); 531static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 536static readonly grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2> __Method_BadPattern = new grpc::Method<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>( 554public virtual global::System.Threading.Tasks.Task<global::Transcoding.HelloReply2> BadPattern(global::Transcoding.HelloRequest request, grpc::ServerCallContext context) 577serviceBinder.AddMethod(__Method_BadPattern, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Transcoding.HelloRequest, global::Transcoding.HelloReply2>(serviceImpl.BadPattern));