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