2 writes to Age
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
991
Age
= other.Age;
1283
Age
= input.ReadInt32();
10 references to Age
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
639
if (
Age
!= other.
Age
) return false;
673
if (
Age
!= 0) hash ^=
Age
.GetHashCode();
828
if (
Age
!= 0) {
830
output.WriteInt32(
Age
);
910
if (
Age
!= 0) {
911
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
Age
);
990
if (other.
Age
!= 0) {
991
Age = other.
Age
;