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