2 writes to SingleFixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2148SingleFixed32 = other.SingleFixed32; 2309SingleFixed32 = input.ReadFixed32();
10 references to SingleFixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1857if (SingleFixed32 != other.SingleFixed32) return false; 1881if (SingleFixed32 != 0) hash ^= SingleFixed32.GetHashCode(); 2012if (SingleFixed32 != 0) { 2014output.WriteFixed32(SingleFixed32); 2084if (SingleFixed32 != 0) { 2147if (other.SingleFixed32 != 0) { 2148SingleFixed32 = other.SingleFixed32;
UnaryServerCallHandlerTests.cs (1)
1552Assert.Equal((uint)7, request!.Data.SingleFixed32);