2 writes to SingleSint64
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1283
SingleSint64
= other.SingleSint64;
1443
SingleSint64
= input.ReadSInt64();
10 references to SingleSint64
Sandbox (10)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (10)
994
if (
SingleSint64
!= other.
SingleSint64
) return false;
1018
if (
SingleSint64
!= 0L) hash ^=
SingleSint64
.GetHashCode();
1146
if (
SingleSint64
!= 0L) {
1148
output.WriteSInt64(
SingleSint64
);
1219
if (
SingleSint64
!= 0L) {
1220
size += 1 + pb::CodedOutputStream.ComputeSInt64Size(
SingleSint64
);
1282
if (other.
SingleSint64
!= 0L) {
1283
SingleSint64 = other.
SingleSint64
;