2 writes to SingleSint64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2145
SingleSint64
= other.SingleSint64;
2305
SingleSint64
= input.ReadSInt64();
11 references to SingleSint64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1856
if (
SingleSint64
!= other.
SingleSint64
) return false;
1880
if (
SingleSint64
!= 0L) hash ^=
SingleSint64
.GetHashCode();
2008
if (
SingleSint64
!= 0L) {
2010
output.WriteSInt64(
SingleSint64
);
2081
if (
SingleSint64
!= 0L) {
2082
size += 1 + pb::CodedOutputStream.ComputeSInt64Size(
SingleSint64
);
2144
if (other.
SingleSint64
!= 0L) {
2145
SingleSint64 = other.
SingleSint64
;
UnaryServerCallHandlerTests.cs (1)
1551
Assert.Equal(6, request!.Data.
SingleSint64
);