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