2 writes to SingleFixed32
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs (2)
1265
SingleFixed32
= other.SingleFixed32;
1426
SingleFixed32
= 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)
974
if (
SingleFixed32
!= other.
SingleFixed32
) return false;
998
if (
SingleFixed32
!= 0) hash ^=
SingleFixed32
.GetHashCode();
1129
if (
SingleFixed32
!= 0) {
1131
output.WriteFixed32(
SingleFixed32
);
1201
if (
SingleFixed32
!= 0) {
1264
if (other.
SingleFixed32
!= 0) {
1265
SingleFixed32 = other.
SingleFixed32
;