2 writes to SingleSfixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2157
SingleSfixed64
= other.SingleSfixed64;
2321
SingleSfixed64
= input.ReadSFixed64();
10 references to SingleSfixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1860
if (
SingleSfixed64
!= other.
SingleSfixed64
) return false;
1884
if (
SingleSfixed64
!= 0L) hash ^=
SingleSfixed64
.GetHashCode();
2024
if (
SingleSfixed64
!= 0L) {
2026
output.WriteSFixed64(
SingleSfixed64
);
2093
if (
SingleSfixed64
!= 0L) {
2156
if (other.
SingleSfixed64
!= 0L) {
2157
SingleSfixed64 = other.
SingleSfixed64
;
UnaryServerCallHandlerTests.cs (1)
1555
Assert.Equal(10, request!.Data.
SingleSfixed64
);