3 writes to Int32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1724
Int32Value
= other.Int32Value;
2045
Int32Value
= other.Int32Value;
2186
Int32Value
= value;
8 references to Int32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
1724
Int32Value = other.
Int32Value
;
1883
if (
Int32Value
!= other.
Int32Value
) return false;
1899
if (int32Value_ != null) hash ^=
Int32Value
.GetHashCode();
1966
_single_int32Value_codec.WriteTagAndValue(ref output,
Int32Value
);
2003
size += _single_int32Value_codec.CalculateSizeWithTag(
Int32Value
);
2044
if (int32Value_ == null || other.
Int32Value
!= 0) {
2045
Int32Value = other.
Int32Value
;