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