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