4 writes to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2609
FloatValue
= other.FloatValue;
2938
FloatValue
= other.FloatValue;
3083
FloatValue
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
193
FloatValue
= 1.2f,
9 references to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2609
FloatValue = other.
FloatValue
;
2768
if (!pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.Equals(
FloatValue
, other.
FloatValue
)) return false;
2784
if (floatValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.GetHashCode(
FloatValue
);
2855
_single_floatValue_codec.WriteTagAndValue(ref output,
FloatValue
);
2892
size += _single_floatValue_codec.CalculateSizeWithTag(
FloatValue
);
2937
if (floatValue_ == null || other.
FloatValue
!= 0F) {
2938
FloatValue = other.
FloatValue
;
UnaryServerCallHandlerTests.cs (1)
1685
Assert.Equal(4.1, request!.Wrappers.
FloatValue
.GetValueOrDefault(), 3);