4 instantiations of SubMessage
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (4)
3402Sub = new global::Transcoding.HelloReply.Types.SubMessage(); 3489Sub = new global::Transcoding.HelloReply.Types.SubMessage(); 3510private static readonly pb::MessageParser<SubMessage> _parser = new pb::MessageParser<SubMessage>(() => new SubMessage()); 3547return new SubMessage(this);
13 references to SubMessage
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (13)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (13)
169new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.HelloReply), global::Transcoding.HelloReply.Parser, new[]{ "Message", "Values", "NullableMessage", "AnyMessage", "Sub" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.HelloReply.Types.SubMessage), global::Transcoding.HelloReply.Types.SubMessage.Parser, new[]{ "Subfield", "Subfields" }, null, null, null, null)}), 3248private global::Transcoding.HelloReply.Types.SubMessage sub_; 3251public global::Transcoding.HelloReply.Types.SubMessage Sub { 3505public sealed partial class SubMessage : pb::IMessage<SubMessage> 3510private static readonly pb::MessageParser<SubMessage> _parser = new pb::MessageParser<SubMessage>(() => new SubMessage()); 3514public static pb::MessageParser<SubMessage> Parser { get { return _parser; } } 3538public SubMessage(SubMessage other) : this() { 3546public SubMessage Clone() { 3576return Equals(other as SubMessage); 3581public bool Equals(SubMessage other) { 3659public void MergeFrom(SubMessage other) {