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