3 writes to FloatValue
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1747
FloatValue
= other.FloatValue;
2076
FloatValue
= other.FloatValue;
2221
FloatValue
= value;
8 references to FloatValue
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1747
FloatValue = other.
FloatValue
;
1906
if (!pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.Equals(
FloatValue
, other.
FloatValue
)) return false;
1922
if (floatValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.GetHashCode(
FloatValue
);
1993
_single_floatValue_codec.WriteTagAndValue(ref output,
FloatValue
);
2030
size += _single_floatValue_codec.CalculateSizeWithTag(
FloatValue
);
2075
if (floatValue_ == null || other.
FloatValue
!= 0F) {
2076
FloatValue = other.
FloatValue
;