2 writes to SingleFixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2151SingleFixed64 = other.SingleFixed64; 2313SingleFixed64 = input.ReadFixed64();
10 references to SingleFixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1858if (SingleFixed64 != other.SingleFixed64) return false; 1882if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode(); 2016if (SingleFixed64 != 0UL) { 2018output.WriteFixed64(SingleFixed64); 2087if (SingleFixed64 != 0UL) { 2150if (other.SingleFixed64 != 0UL) { 2151SingleFixed64 = other.SingleFixed64;
UnaryServerCallHandlerTests.cs (1)
1553Assert.Equal((ulong)8, request!.Data.SingleFixed64);