2 writes to SingleFixed32
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs (2)
1265SingleFixed32 = other.SingleFixed32; 1426SingleFixed32 = input.ReadFixed32();
9 references to SingleFixed32
Microsoft.AspNetCore.Grpc.Swagger.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs (9)
974if (SingleFixed32 != other.SingleFixed32) return false; 998if (SingleFixed32 != 0) hash ^= SingleFixed32.GetHashCode(); 1129if (SingleFixed32 != 0) { 1131output.WriteFixed32(SingleFixed32); 1201if (SingleFixed32 != 0) { 1264if (other.SingleFixed32 != 0) { 1265SingleFixed32 = other.SingleFixed32;