2 writes to Age
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
977
Age
= other.Age;
1269
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)
625
if (
Age
!= other.
Age
) return false;
659
if (
Age
!= 0) hash ^=
Age
.GetHashCode();
814
if (
Age
!= 0) {
816
output.WriteInt32(
Age
);
896
if (
Age
!= 0) {
897
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
Age
);
976
if (other.
Age
!= 0) {
977
Age = other.
Age
;