4 writes to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2613
Uint64Value
= other.Uint64Value;
2958
Uint64Value
= other.Uint64Value;
3111
Uint64Value
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
198
Uint64Value
= 4UL
9 references to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2613
Uint64Value = other.
Uint64Value
;
2772
if (
Uint64Value
!= other.
Uint64Value
) return false;
2788
if (uint64Value_ != null) hash ^=
Uint64Value
.GetHashCode();
2867
_single_uint64Value_codec.WriteTagAndValue(ref output,
Uint64Value
);
2904
size += _single_uint64Value_codec.CalculateSizeWithTag(
Uint64Value
);
2957
if (uint64Value_ == null || other.
Uint64Value
!= 0UL) {
2958
Uint64Value = other.
Uint64Value
;
UnaryServerCallHandlerTests.cs (1)
1689
Assert.Equal((ulong)8, request!.Wrappers.
Uint64Value
.GetValueOrDefault());