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