2 writes to SingleSfixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2168SingleSfixed32 = other.SingleSfixed32; 2331SingleSfixed32 = input.ReadSFixed32();
10 references to SingleSfixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
1873if (SingleSfixed32 != other.SingleSfixed32) return false; 1897if (SingleSfixed32 != 0) hash ^= SingleSfixed32.GetHashCode(); 2034if (SingleSfixed32 != 0) { 2036output.WriteSFixed32(SingleSfixed32); 2104if (SingleSfixed32 != 0) { 2167if (other.SingleSfixed32 != 0) { 2168SingleSfixed32 = other.SingleSfixed32;
UnaryServerCallHandlerTests.cs (1)
1555Assert.Equal(9, request!.Data.SingleSfixed32);