1 write to _shortValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
419set { _shortValue = value; }
4 references to _shortValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
418get { return _shortValue; } 530if (_shortValue != other._shortValue) { return false; } 570sb.AppendLine("ShortValue: " + _shortValue);