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