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