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