2 writes to SingleFloat
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1277
SingleFloat
= other.SingleFloat;
1442
SingleFloat
= input.ReadFloat();
9 references to SingleFloat
Microsoft.AspNetCore.Grpc.Swagger.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (9)
978
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(
SingleFloat
, other.
SingleFloat
)) return false;
1002
if (
SingleFloat
!= 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(
SingleFloat
);
1145
if (
SingleFloat
!= 0F) {
1147
output.WriteFloat(
SingleFloat
);
1213
if (
SingleFloat
!= 0F) {
1276
if (other.
SingleFloat
!= 0F) {
1277
SingleFloat = other.
SingleFloat
;