2 writes to SingleUint64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2153SingleUint64 = other.SingleUint64; 2311SingleUint64 = 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)
1868if (SingleUint64 != other.SingleUint64) return false; 1892if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); 2014if (SingleUint64 != 0UL) { 2016output.WriteUInt64(SingleUint64); 2089if (SingleUint64 != 0UL) { 2090size += 1 + pb::CodedOutputStream.ComputeUInt64Size(SingleUint64); 2152if (other.SingleUint64 != 0UL) { 2153SingleUint64 = other.SingleUint64;
UnaryServerCallHandlerTests.cs (1)
1550Assert.Equal((ulong)4, request!.Data.SingleUint64);