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