4 writes to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2609FloatValue = other.FloatValue; 2938FloatValue = other.FloatValue; 3083FloatValue = value;
ConverterTests\JsonConverterWriteTests.cs (1)
193FloatValue = 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)
2609FloatValue = other.FloatValue; 2768if (!pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.Equals(FloatValue, other.FloatValue)) return false; 2784if (floatValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.GetHashCode(FloatValue); 2855_single_floatValue_codec.WriteTagAndValue(ref output, FloatValue); 2892size += _single_floatValue_codec.CalculateSizeWithTag(FloatValue); 2937if (floatValue_ == null || other.FloatValue != 0F) { 2938FloatValue = other.FloatValue;
UnaryServerCallHandlerTests.cs (1)
1685Assert.Equal(4.1, request!.Wrappers.FloatValue.GetValueOrDefault(), 3);