2 writes to Sub
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
3402
Sub
= new global::Transcoding.HelloReply.Types.SubMessage();
3489
Sub
= new global::Transcoding.HelloReply.Types.SubMessage();
8 references to Sub
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
3277
if (!object.Equals(
Sub
, other.
Sub
)) return false;
3289
if (sub_ != null) hash ^=
Sub
.GetHashCode();
3348
output.WriteMessage(
Sub
);
3371
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Sub
);
3404
Sub
.MergeFrom(other.
Sub
);
3491
input.ReadMessage(
Sub
);