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)
852
_single_floatValue_codec
.WriteTagAndValue(ref output, FloatValue);
925
size +=
_single_floatValue_codec
.CalculateSizeWithTag(FloatValue);
1327
float? value =
_single_floatValue_codec
.Read(ref input);