2 writes to SingleBytes
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1310SingleBytes = other.SingleBytes; 1479SingleBytes = input.ReadBytes();
10 references to SingleBytes
Sandbox (10)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (10)
1003if (SingleBytes != other.SingleBytes) return false; 1027if (SingleBytes.Length != 0) hash ^= SingleBytes.GetHashCode(); 1182if (SingleBytes.Length != 0) { 1184output.WriteBytes(SingleBytes); 1246if (SingleBytes.Length != 0) { 1247size += 1 + pb::CodedOutputStream.ComputeBytesSize(SingleBytes); 1309if (other.SingleBytes.Length != 0) { 1310SingleBytes = other.SingleBytes;