3 writes to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
221FloatValue = other.FloatValue; 1024FloatValue = other.FloatValue; 1329FloatValue = value;
11 references to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
221FloatValue = other.FloatValue; 635if (!pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.Equals(FloatValue, other.FloatValue)) return false; 669if (floatValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.GetHashCode(FloatValue); 852_single_floatValue_codec.WriteTagAndValue(ref output, FloatValue); 925size += _single_floatValue_codec.CalculateSizeWithTag(FloatValue); 1023if (floatValue_ == null || other.FloatValue != 0F) { 1024FloatValue = other.FloatValue;
UnaryServerCallHandlerTests.cs (3)
660Assert.Equal(1.1f, request!.FloatValue); 1250tcs.SetResult(r.FloatValue); 1775Assert.Equal(1.5f, request!.FloatValue);