1 write to _floatValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
426set { _floatValue = value; }
4 references to _floatValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
425get { return _floatValue; } 531if (_floatValue != other._floatValue) { return false; } 571sb.AppendLine("FloatValue: " + _floatValue);