2 writes to SingleUint64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2139
SingleUint64
= other.SingleUint64;
2297
SingleUint64
= input.ReadUInt64();
11 references to SingleUint64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1854
if (
SingleUint64
!= other.
SingleUint64
) return false;
1878
if (
SingleUint64
!= 0UL) hash ^=
SingleUint64
.GetHashCode();
2000
if (
SingleUint64
!= 0UL) {
2002
output.WriteUInt64(
SingleUint64
);
2075
if (
SingleUint64
!= 0UL) {
2076
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(
SingleUint64
);
2138
if (other.
SingleUint64
!= 0UL) {
2139
SingleUint64 = other.
SingleUint64
;
UnaryServerCallHandlerTests.cs (1)
1549
Assert.Equal((ulong)4, request!.Data.
SingleUint64
);