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