2 writes to SingleSfixed64
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1295
SingleSfixed64
= other.SingleSfixed64;
1459
SingleSfixed64
= input.ReadSFixed64();
9 references to SingleSfixed64
Sandbox (9)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (9)
998
if (
SingleSfixed64
!= other.
SingleSfixed64
) return false;
1022
if (
SingleSfixed64
!= 0L) hash ^=
SingleSfixed64
.GetHashCode();
1162
if (
SingleSfixed64
!= 0L) {
1164
output.WriteSFixed64(
SingleSfixed64
);
1231
if (
SingleSfixed64
!= 0L) {
1294
if (other.
SingleSfixed64
!= 0L) {
1295
SingleSfixed64 = other.
SingleSfixed64
;