2 writes to Age
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (2)
649Age = other.Age; 686Age = input.ReadInt32();
10 references to Age
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (10)
578if (Age != other.Age) return false; 586if (Age != 0) hash ^= Age.GetHashCode(); 619if (Age != 0) { 621output.WriteInt32(Age); 633if (Age != 0) { 634size += 1 + pb::CodedOutputStream.ComputeInt32Size(Age); 648if (other.Age != 0) { 649Age = other.Age;