2 writes to Sub
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
3388
Sub
= new global::Transcoding.HelloReply.Types.SubMessage();
3475
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\net10.0\Proto\Transcoding.cs (8)
3263
if (!object.Equals(
Sub
, other.
Sub
)) return false;
3275
if (sub_ != null) hash ^=
Sub
.GetHashCode();
3334
output.WriteMessage(
Sub
);
3357
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Sub
);
3390
Sub
.MergeFrom(other.
Sub
);
3477
input.ReadMessage(
Sub
);