3 references to _single_doubleValue_codec
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2858
_single_doubleValue_codec
.WriteTagAndValue(ref output, DoubleValue);
2895
size +=
_single_doubleValue_codec
.CalculateSizeWithTag(DoubleValue);
3088
double? value =
_single_doubleValue_codec
.Read(ref input);