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