2 writes to SingleSfixed64
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1274
SingleSfixed64
= other.SingleSfixed64;
1438
SingleSfixed64
= input.ReadSFixed64();
9 references to SingleSfixed64
Microsoft.AspNetCore.Grpc.Swagger.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (9)
977
if (
SingleSfixed64
!= other.
SingleSfixed64
) return false;
1001
if (
SingleSfixed64
!= 0L) hash ^=
SingleSfixed64
.GetHashCode();
1141
if (
SingleSfixed64
!= 0L) {
1143
output.WriteSFixed64(
SingleSfixed64
);
1210
if (
SingleSfixed64
!= 0L) {
1273
if (other.
SingleSfixed64
!= 0L) {
1274
SingleSfixed64 = other.
SingleSfixed64
;