2 writes to SingleSfixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2154SingleSfixed32 = other.SingleSfixed32; 2317SingleSfixed32 = input.ReadSFixed32();
10 references to SingleSfixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1859if (SingleSfixed32 != other.SingleSfixed32) return false; 1883if (SingleSfixed32 != 0) hash ^= SingleSfixed32.GetHashCode(); 2020if (SingleSfixed32 != 0) { 2022output.WriteSFixed32(SingleSfixed32); 2090if (SingleSfixed32 != 0) { 2153if (other.SingleSfixed32 != 0) { 2154SingleSfixed32 = other.SingleSfixed32;
UnaryServerCallHandlerTests.cs (1)
1554Assert.Equal(9, request!.Data.SingleSfixed32);