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