4 writes to BytesValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2628
BytesValue
= other.BytesValue;
2977
BytesValue
= other.BytesValue;
3132
BytesValue
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
192
BytesValue
= ByteString.CopyFrom(Encoding.UTF8.GetBytes("Hello world")),
9 references to BytesValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2628
BytesValue = other.
BytesValue
;
2787
if (
BytesValue
!= other.
BytesValue
) return false;
2803
if (bytesValue_ != null) hash ^=
BytesValue
.GetHashCode();
2884
_single_bytesValue_codec.WriteTagAndValue(ref output,
BytesValue
);
2921
size += _single_bytesValue_codec.CalculateSizeWithTag(
BytesValue
);
2976
if (bytesValue_ == null || other.
BytesValue
!= pb::ByteString.Empty) {
2977
BytesValue = other.
BytesValue
;
UnaryServerCallHandlerTests.cs (1)
1691
Assert.Equal(new byte[] { 1, 2, 3 }, request!.Wrappers.
BytesValue
.ToByteArray());