4 writes to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
2627
Uint64Value
= other.Uint64Value;
2972
Uint64Value
= other.Uint64Value;
3125
Uint64Value
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
199
Uint64Value
= 4UL
9 references to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
2627
Uint64Value = other.
Uint64Value
;
2786
if (
Uint64Value
!= other.
Uint64Value
) return false;
2802
if (uint64Value_ != null) hash ^=
Uint64Value
.GetHashCode();
2881
_single_uint64Value_codec.WriteTagAndValue(ref output,
Uint64Value
);
2918
size += _single_uint64Value_codec.CalculateSizeWithTag(
Uint64Value
);
2971
if (uint64Value_ == null || other.
Uint64Value
!= 0UL) {
2972
Uint64Value = other.
Uint64Value
;
UnaryServerCallHandlerTests.cs (1)
1690
Assert.Equal((ulong)8, request!.Wrappers.
Uint64Value
.GetValueOrDefault());