3 writes to BytesValue
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1752
BytesValue
= other.BytesValue;
2101
BytesValue
= other.BytesValue;
2256
BytesValue
= value;
8 references to BytesValue
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1752
BytesValue = other.
BytesValue
;
1911
if (
BytesValue
!= other.
BytesValue
) return false;
1927
if (bytesValue_ != null) hash ^=
BytesValue
.GetHashCode();
2008
_single_bytesValue_codec.WriteTagAndValue(ref output,
BytesValue
);
2045
size += _single_bytesValue_codec.CalculateSizeWithTag(
BytesValue
);
2100
if (bytesValue_ == null || other.
BytesValue
!= pb::ByteString.Empty) {
2101
BytesValue = other.
BytesValue
;