2 writes to SingleFixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2165SingleFixed64 = other.SingleFixed64; 2327SingleFixed64 = input.ReadFixed64();
10 references to SingleFixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
1872if (SingleFixed64 != other.SingleFixed64) return false; 1896if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode(); 2030if (SingleFixed64 != 0UL) { 2032output.WriteFixed64(SingleFixed64); 2101if (SingleFixed64 != 0UL) { 2164if (other.SingleFixed64 != 0UL) { 2165SingleFixed64 = other.SingleFixed64;
UnaryServerCallHandlerTests.cs (1)
1554Assert.Equal((ulong)8, request!.Data.SingleFixed64);