2 writes to SingleFixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2165
SingleFixed64
= other.SingleFixed64;
2327
SingleFixed64
= input.ReadFixed64();
10 references to SingleFixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
1872
if (
SingleFixed64
!= other.
SingleFixed64
) return false;
1896
if (
SingleFixed64
!= 0UL) hash ^=
SingleFixed64
.GetHashCode();
2030
if (
SingleFixed64
!= 0UL) {
2032
output.WriteFixed64(
SingleFixed64
);
2101
if (
SingleFixed64
!= 0UL) {
2164
if (other.
SingleFixed64
!= 0UL) {
2165
SingleFixed64 = other.
SingleFixed64
;
UnaryServerCallHandlerTests.cs (1)
1554
Assert.Equal((ulong)8, request!.Data.
SingleFixed64
);