5 writes to DoubleValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (5)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2610
DoubleValue
= other.DoubleValue;
2943
DoubleValue
= other.DoubleValue;
3090
DoubleValue
= value;
ConverterTests\JsonConverterWriteTests.cs (2)
160
DoubleValue
= double.NaN
192
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)
2610
DoubleValue = other.
DoubleValue
;
2769
if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(
DoubleValue
, other.
DoubleValue
)) return false;
2785
if (doubleValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(
DoubleValue
);
2858
_single_doubleValue_codec.WriteTagAndValue(ref output,
DoubleValue
);
2895
size += _single_doubleValue_codec.CalculateSizeWithTag(
DoubleValue
);
2942
if (doubleValue_ == null || other.
DoubleValue
!= 0D) {
2943
DoubleValue = other.
DoubleValue
;
UnaryServerCallHandlerTests.cs (1)
1686
Assert.Equal(5.1, request!.Wrappers.
DoubleValue
.GetValueOrDefault(), 3);