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