2 writes to SingleFixed64
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1268
SingleFixed64
= other.SingleFixed64;
1430
SingleFixed64
= input.ReadFixed64();
9 references to SingleFixed64
Microsoft.AspNetCore.Grpc.Swagger.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (9)
975
if (
SingleFixed64
!= other.
SingleFixed64
) return false;
999
if (
SingleFixed64
!= 0UL) hash ^=
SingleFixed64
.GetHashCode();
1133
if (
SingleFixed64
!= 0UL) {
1135
output.WriteFixed64(
SingleFixed64
);
1204
if (
SingleFixed64
!= 0UL) {
1267
if (other.
SingleFixed64
!= 0UL) {
1268
SingleFixed64 = other.
SingleFixed64
;