3 references to _single_boolValue_codec
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2861
_single_boolValue_codec
.WriteTagAndValue(ref output, BoolValue);
2898
size +=
_single_boolValue_codec
.CalculateSizeWithTag(BoolValue);
3095
bool? value =
_single_boolValue_codec
.Read(ref input);