2 writes to SingleSfixed32
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1271SingleSfixed32 = other.SingleSfixed32; 1434SingleSfixed32 = input.ReadSFixed32();
9 references to SingleSfixed32
Microsoft.AspNetCore.Grpc.Swagger.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (9)
976if (SingleSfixed32 != other.SingleSfixed32) return false; 1000if (SingleSfixed32 != 0) hash ^= SingleSfixed32.GetHashCode(); 1137if (SingleSfixed32 != 0) { 1139output.WriteSFixed32(SingleSfixed32); 1207if (SingleSfixed32 != 0) { 1270if (other.SingleSfixed32 != 0) { 1271SingleSfixed32 = other.SingleSfixed32;