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