2 writes to SingleSfixed32
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1271
SingleSfixed32
= other.SingleSfixed32;
1434
SingleSfixed32
= 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)
976
if (
SingleSfixed32
!= other.
SingleSfixed32
) return false;
1000
if (
SingleSfixed32
!= 0) hash ^=
SingleSfixed32
.GetHashCode();
1137
if (
SingleSfixed32
!= 0) {
1139
output.WriteSFixed32(
SingleSfixed32
);
1207
if (
SingleSfixed32
!= 0) {
1270
if (other.
SingleSfixed32
!= 0) {
1271
SingleSfixed32 = other.
SingleSfixed32
;