3 writes to BytesValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
ConverterTests\JsonConverterWriteTests.cs (1)
211
BytesValue
= new BytesValue { Value = ByteString.CopyFrom(Encoding.UTF8.GetBytes("Hello world")) },
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
529
BytesValue
= new global::Google.Protobuf.WellKnownTypes.BytesValue();
715
BytesValue
= new global::Google.Protobuf.WellKnownTypes.BytesValue();
8 references to BytesValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
TestObjects\ProtobutMessages\WrappersMessage.cs (8)
267
if (!object.Equals(
BytesValue
, other.
BytesValue
)) return false;
284
if (bytesValue_ != null) hash ^=
BytesValue
.GetHashCode();
396
output.WriteMessage(
BytesValue
);
444
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
BytesValue
);
531
BytesValue
.MergeFrom(other.
BytesValue
);
717
input.ReadMessage(
BytesValue
);