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