3 references to _single_floatValue_codec
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2855
_single_floatValue_codec
.WriteTagAndValue(ref output, FloatValue);
2892
size +=
_single_floatValue_codec
.CalculateSizeWithTag(FloatValue);
3081
float? value =
_single_floatValue_codec
.Read(ref input);