2 writes to SingleSint32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2142SingleSint32 = other.SingleSint32; 2301SingleSint32 = 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)
1855if (SingleSint32 != other.SingleSint32) return false; 1879if (SingleSint32 != 0) hash ^= SingleSint32.GetHashCode(); 2004if (SingleSint32 != 0) { 2006output.WriteSInt32(SingleSint32); 2078if (SingleSint32 != 0) { 2079size += 1 + pb::CodedOutputStream.ComputeSInt32Size(SingleSint32); 2141if (other.SingleSint32 != 0) { 2142SingleSint32 = other.SingleSint32;
UnaryServerCallHandlerTests.cs (1)
1550Assert.Equal(5, request!.Data.SingleSint32);