2 writes to SingleSint64
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1262
SingleSint64
= other.SingleSint64;
1422
SingleSint64
= input.ReadSInt64();
10 references to SingleSint64
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
973
if (
SingleSint64
!= other.
SingleSint64
) return false;
997
if (
SingleSint64
!= 0L) hash ^=
SingleSint64
.GetHashCode();
1125
if (
SingleSint64
!= 0L) {
1127
output.WriteSInt64(
SingleSint64
);
1198
if (
SingleSint64
!= 0L) {
1199
size += 1 + pb::CodedOutputStream.ComputeSInt64Size(
SingleSint64
);
1261
if (other.
SingleSint64
!= 0L) {
1262
SingleSint64 = other.
SingleSint64
;