5 writes to DoubleValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (5)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2624
DoubleValue
= other.DoubleValue;
2957
DoubleValue
= other.DoubleValue;
3104
DoubleValue
= value;
ConverterTests\JsonConverterWriteTests.cs (2)
161
DoubleValue
= double.NaN
193
DoubleValue
= 1.1,
9 references to DoubleValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2624
DoubleValue = other.
DoubleValue
;
2783
if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(
DoubleValue
, other.
DoubleValue
)) return false;
2799
if (doubleValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(
DoubleValue
);
2872
_single_doubleValue_codec.WriteTagAndValue(ref output,
DoubleValue
);
2909
size += _single_doubleValue_codec.CalculateSizeWithTag(
DoubleValue
);
2956
if (doubleValue_ == null || other.
DoubleValue
!= 0D) {
2957
DoubleValue = other.
DoubleValue
;
UnaryServerCallHandlerTests.cs (1)
1687
Assert.Equal(5.1, request!.Wrappers.
DoubleValue
.GetValueOrDefault(), 3);