2 writes to SingleSint32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2156SingleSint32 = other.SingleSint32; 2315SingleSint32 = input.ReadSInt32();
11 references to SingleSint32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1869if (SingleSint32 != other.SingleSint32) return false; 1893if (SingleSint32 != 0) hash ^= SingleSint32.GetHashCode(); 2018if (SingleSint32 != 0) { 2020output.WriteSInt32(SingleSint32); 2092if (SingleSint32 != 0) { 2093size += 1 + pb::CodedOutputStream.ComputeSInt32Size(SingleSint32); 2155if (other.SingleSint32 != 0) { 2156SingleSint32 = other.SingleSint32;
UnaryServerCallHandlerTests.cs (1)
1551Assert.Equal(5, request!.Data.SingleSint32);