2 writes to SingleSfixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2171
SingleSfixed64
= other.SingleSfixed64;
2335
SingleSfixed64
= input.ReadSFixed64();
10 references to SingleSfixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
1874
if (
SingleSfixed64
!= other.
SingleSfixed64
) return false;
1898
if (
SingleSfixed64
!= 0L) hash ^=
SingleSfixed64
.GetHashCode();
2038
if (
SingleSfixed64
!= 0L) {
2040
output.WriteSFixed64(
SingleSfixed64
);
2107
if (
SingleSfixed64
!= 0L) {
2170
if (other.
SingleSfixed64
!= 0L) {
2171
SingleSfixed64 = other.
SingleSfixed64
;
UnaryServerCallHandlerTests.cs (1)
1556
Assert.Equal(10, request!.Data.
SingleSfixed64
);