2 writes to SingleSint32
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1259
SingleSint32
= other.SingleSint32;
1418
SingleSint32
= input.ReadSInt32();
10 references to SingleSint32
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
972
if (
SingleSint32
!= other.
SingleSint32
) return false;
996
if (
SingleSint32
!= 0) hash ^=
SingleSint32
.GetHashCode();
1121
if (
SingleSint32
!= 0) {
1123
output.WriteSInt32(
SingleSint32
);
1195
if (
SingleSint32
!= 0) {
1196
size += 1 + pb::CodedOutputStream.ComputeSInt32Size(
SingleSint32
);
1258
if (other.
SingleSint32
!= 0) {
1259
SingleSint32 = other.
SingleSint32
;