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