3 writes to DoubleValue
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1748
DoubleValue
= other.DoubleValue;
2081
DoubleValue
= other.DoubleValue;
2228
DoubleValue
= value;
8 references to DoubleValue
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1748
DoubleValue = other.
DoubleValue
;
1907
if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(
DoubleValue
, other.
DoubleValue
)) return false;
1923
if (doubleValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(
DoubleValue
);
1996
_single_doubleValue_codec.WriteTagAndValue(ref output,
DoubleValue
);
2033
size += _single_doubleValue_codec.CalculateSizeWithTag(
DoubleValue
);
2080
if (doubleValue_ == null || other.
DoubleValue
!= 0D) {
2081
DoubleValue = other.
DoubleValue
;