2 writes to SingleFixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2151
SingleFixed64
= other.SingleFixed64;
2313
SingleFixed64
= input.ReadFixed64();
10 references to SingleFixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1858
if (
SingleFixed64
!= other.
SingleFixed64
) return false;
1882
if (
SingleFixed64
!= 0UL) hash ^=
SingleFixed64
.GetHashCode();
2016
if (
SingleFixed64
!= 0UL) {
2018
output.WriteFixed64(
SingleFixed64
);
2087
if (
SingleFixed64
!= 0UL) {
2150
if (other.
SingleFixed64
!= 0UL) {
2151
SingleFixed64 = other.
SingleFixed64
;
UnaryServerCallHandlerTests.cs (1)
1553
Assert.Equal((ulong)8, request!.Data.
SingleFixed64
);