4 writes to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2623
FloatValue
= other.FloatValue;
2952
FloatValue
= other.FloatValue;
3097
FloatValue
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
194
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)
2623
FloatValue = other.
FloatValue
;
2782
if (!pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.Equals(
FloatValue
, other.
FloatValue
)) return false;
2798
if (floatValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.GetHashCode(
FloatValue
);
2869
_single_floatValue_codec.WriteTagAndValue(ref output,
FloatValue
);
2906
size += _single_floatValue_codec.CalculateSizeWithTag(
FloatValue
);
2951
if (floatValue_ == null || other.
FloatValue
!= 0F) {
2952
FloatValue = other.
FloatValue
;
UnaryServerCallHandlerTests.cs (1)
1686
Assert.Equal(4.1, request!.Wrappers.
FloatValue
.GetValueOrDefault(), 3);