3 writes to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
ConverterTests\JsonConverterWriteTests.cs (1)
213
FloatValue
= new FloatValue { Value = 1.2f },
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
489
FloatValue
= new global::Google.Protobuf.WellKnownTypes.FloatValue();
670
FloatValue
= new global::Google.Protobuf.WellKnownTypes.FloatValue();
8 references to FloatValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
TestObjects\ProtobutMessages\WrappersMessage.cs (8)
262
if (!object.Equals(
FloatValue
, other.
FloatValue
)) return false;
279
if (floatValue_ != null) hash ^=
FloatValue
.GetHashCode();
371
output.WriteMessage(
FloatValue
);
424
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
FloatValue
);
491
FloatValue
.MergeFrom(other.
FloatValue
);
672
input.ReadMessage(
FloatValue
);