2 writes to SingleInt64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2133
SingleInt64
= other.SingleInt64;
2289
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)
1852
if (
SingleInt64
!= other.
SingleInt64
) return false;
1876
if (
SingleInt64
!= 0L) hash ^=
SingleInt64
.GetHashCode();
1992
if (
SingleInt64
!= 0L) {
1994
output.WriteInt64(
SingleInt64
);
2069
if (
SingleInt64
!= 0L) {
2070
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
SingleInt64
);
2132
if (other.
SingleInt64
!= 0L) {
2133
SingleInt64 = other.
SingleInt64
;
UnaryServerCallHandlerTests.cs (1)
1547
Assert.Equal(2, request!.Data.
SingleInt64
);