3 writes to Uint64Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1730
Uint64Value
= other.Uint64Value;
2075
Uint64Value
= other.Uint64Value;
2228
Uint64Value
= value;
8 references to Uint64Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
1730
Uint64Value = other.
Uint64Value
;
1889
if (
Uint64Value
!= other.
Uint64Value
) return false;
1905
if (uint64Value_ != null) hash ^=
Uint64Value
.GetHashCode();
1984
_single_uint64Value_codec.WriteTagAndValue(ref output,
Uint64Value
);
2021
size += _single_uint64Value_codec.CalculateSizeWithTag(
Uint64Value
);
2074
if (uint64Value_ == null || other.
Uint64Value
!= 0UL) {
2075
Uint64Value = other.
Uint64Value
;