3 writes to Int64Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1725
Int64Value
= other.Int64Value;
2050
Int64Value
= other.Int64Value;
2193
Int64Value
= value;
8 references to Int64Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
1725
Int64Value = other.
Int64Value
;
1884
if (
Int64Value
!= other.
Int64Value
) return false;
1900
if (int64Value_ != null) hash ^=
Int64Value
.GetHashCode();
1969
_single_int64Value_codec.WriteTagAndValue(ref output,
Int64Value
);
2006
size += _single_int64Value_codec.CalculateSizeWithTag(
Int64Value
);
2049
if (int64Value_ == null || other.
Int64Value
!= 0L) {
2050
Int64Value = other.
Int64Value
;