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