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