1 write to _floatValue
UnitTests.Common (1)
TestTypes.cs (1)
470set { _floatValue = value; }
4 references to _floatValue
UnitTests.Common (4)
TestTypes.cs (4)
469get { return _floatValue; } 575if (_floatValue != other._floatValue) { return false; } 615sb.AppendLine("FloatValue: " + _floatValue);