3 writes to Int64Value
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1746Int64Value = other.Int64Value; 2071Int64Value = other.Int64Value; 2214Int64Value = value;
8 references to Int64Value
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1746Int64Value = other.Int64Value; 1905if (Int64Value != other.Int64Value) return false; 1921if (int64Value_ != null) hash ^= Int64Value.GetHashCode(); 1990_single_int64Value_codec.WriteTagAndValue(ref output, Int64Value); 2027size += _single_int64Value_codec.CalculateSizeWithTag(Int64Value); 2070if (int64Value_ == null || other.Int64Value != 0L) { 2071Int64Value = other.Int64Value;