1 write to _ushortValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
448set { _ushortValue = value; }
4 references to _ushortValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
447get { return _ushortValue; } 530if (_ushortValue != other._ushortValue) { return false; } 569sb.AppendLine("ushortValue: " + _ushortValue);