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