3 writes to Uint64Value
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1751
Uint64Value
= other.Uint64Value;
2096
Uint64Value
= other.Uint64Value;
2249
Uint64Value
= value;
8 references to Uint64Value
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1751
Uint64Value = other.
Uint64Value
;
1910
if (
Uint64Value
!= other.
Uint64Value
) return false;
1926
if (uint64Value_ != null) hash ^=
Uint64Value
.GetHashCode();
2005
_single_uint64Value_codec.WriteTagAndValue(ref output,
Uint64Value
);
2042
size += _single_uint64Value_codec.CalculateSizeWithTag(
Uint64Value
);
2095
if (uint64Value_ == null || other.
Uint64Value
!= 0UL) {
2096
Uint64Value = other.
Uint64Value
;