4 writes to BytesValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2614
BytesValue
= other.BytesValue;
2963
BytesValue
= other.BytesValue;
3118
BytesValue
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
191
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)
2614
BytesValue = other.
BytesValue
;
2773
if (
BytesValue
!= other.
BytesValue
) return false;
2789
if (bytesValue_ != null) hash ^=
BytesValue
.GetHashCode();
2870
_single_bytesValue_codec.WriteTagAndValue(ref output,
BytesValue
);
2907
size += _single_bytesValue_codec.CalculateSizeWithTag(
BytesValue
);
2962
if (bytesValue_ == null || other.
BytesValue
!= pb::ByteString.Empty) {
2963
BytesValue = other.
BytesValue
;
UnaryServerCallHandlerTests.cs (1)
1690
Assert.Equal(new byte[] { 1, 2, 3 }, request!.Wrappers.
BytesValue
.ToByteArray());