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