2 writes to SingleSint32
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1280
SingleSint32
= other.SingleSint32;
1439
SingleSint32
= input.ReadSInt32();
10 references to SingleSint32
Sandbox (10)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (10)
993
if (
SingleSint32
!= other.
SingleSint32
) return false;
1017
if (
SingleSint32
!= 0) hash ^=
SingleSint32
.GetHashCode();
1142
if (
SingleSint32
!= 0) {
1144
output.WriteSInt32(
SingleSint32
);
1216
if (
SingleSint32
!= 0) {
1217
size += 1 + pb::CodedOutputStream.ComputeSInt32Size(
SingleSint32
);
1279
if (other.
SingleSint32
!= 0) {
1280
SingleSint32 = other.
SingleSint32
;