2 writes to SingleSfixed64
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1274SingleSfixed64 = other.SingleSfixed64; 1438SingleSfixed64 = 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)
977if (SingleSfixed64 != other.SingleSfixed64) return false; 1001if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode(); 1141if (SingleSfixed64 != 0L) { 1143output.WriteSFixed64(SingleSfixed64); 1210if (SingleSfixed64 != 0L) { 1273if (other.SingleSfixed64 != 0L) { 1274SingleSfixed64 = other.SingleSfixed64;