3 writes to Int32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (3)
1445
Int32Value
= other.Int32Value;
1615
Int32Value
= other.Int32Value;
1686
Int32Value
= value;
8 references to Int32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (8)
1445
Int32Value = other.
Int32Value
;
1512
if (
Int32Value
!= other.
Int32Value
) return false;
1522
if (int32Value_ != null) hash ^=
Int32Value
.GetHashCode();
1569
_single_int32Value_codec.WriteTagAndValue(ref output,
Int32Value
);
1588
size += _single_int32Value_codec.CalculateSizeWithTag(
Int32Value
);
1614
if (int32Value_ == null || other.
Int32Value
!= 0) {
1615
Int32Value = other.
Int32Value
;