2 writes to SingleInt64
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1271
SingleInt64
= other.SingleInt64;
1427
SingleInt64
= input.ReadInt64();
10 references to SingleInt64
Sandbox (10)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (10)
990
if (
SingleInt64
!= other.
SingleInt64
) return false;
1014
if (
SingleInt64
!= 0L) hash ^=
SingleInt64
.GetHashCode();
1130
if (
SingleInt64
!= 0L) {
1132
output.WriteInt64(
SingleInt64
);
1207
if (
SingleInt64
!= 0L) {
1208
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
SingleInt64
);
1270
if (other.
SingleInt64
!= 0L) {
1271
SingleInt64 = other.
SingleInt64
;