4 instantiations of SubMessage
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (4)
3388Sub = new global::Transcoding.HelloReply.Types.SubMessage(); 3475Sub = new global::Transcoding.HelloReply.Types.SubMessage(); 3496private static readonly pb::MessageParser<SubMessage> _parser = new pb::MessageParser<SubMessage>(() => new SubMessage()); 3533return 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)
158new 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)}), 3234private global::Transcoding.HelloReply.Types.SubMessage sub_; 3237public global::Transcoding.HelloReply.Types.SubMessage Sub { 3491public sealed partial class SubMessage : pb::IMessage<SubMessage> 3496private static readonly pb::MessageParser<SubMessage> _parser = new pb::MessageParser<SubMessage>(() => new SubMessage()); 3500public static pb::MessageParser<SubMessage> Parser { get { return _parser; } } 3524public SubMessage(SubMessage other) : this() { 3532public SubMessage Clone() { 3562return Equals(other as SubMessage); 3567public bool Equals(SubMessage other) { 3645public void MergeFrom(SubMessage other) {