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