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