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