2 writes to SingleInt64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2147
SingleInt64
= other.SingleInt64;
2303
SingleInt64
= input.ReadInt64();
11 references to SingleInt64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1866
if (
SingleInt64
!= other.
SingleInt64
) return false;
1890
if (
SingleInt64
!= 0L) hash ^=
SingleInt64
.GetHashCode();
2006
if (
SingleInt64
!= 0L) {
2008
output.WriteInt64(
SingleInt64
);
2083
if (
SingleInt64
!= 0L) {
2084
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
SingleInt64
);
2146
if (other.
SingleInt64
!= 0L) {
2147
SingleInt64 = other.
SingleInt64
;
UnaryServerCallHandlerTests.cs (1)
1548
Assert.Equal(2, request!.Data.
SingleInt64
);