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