3 writes to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
221
FloatValue
= other.FloatValue;
1024
FloatValue
= other.FloatValue;
1329
FloatValue
= value;
11 references to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
221
FloatValue = other.
FloatValue
;
635
if (!pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.Equals(
FloatValue
, other.
FloatValue
)) return false;
669
if (floatValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.GetHashCode(
FloatValue
);
852
_single_floatValue_codec.WriteTagAndValue(ref output,
FloatValue
);
925
size += _single_floatValue_codec.CalculateSizeWithTag(
FloatValue
);
1023
if (floatValue_ == null || other.
FloatValue
!= 0F) {
1024
FloatValue = other.
FloatValue
;
UnaryServerCallHandlerTests.cs (3)
660
Assert.Equal(1.1f, request!.
FloatValue
);
1250
tcs.SetResult(r.
FloatValue
);
1775
Assert.Equal(1.5f, request!.
FloatValue
);