1 write to _sbyteValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
497set { _sbyteValue = value; }
4 references to _sbyteValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
496get { return _sbyteValue; } 549if (_sbyteValue != other._sbyteValue) { return false; } 576sb.AppendLine("SbyteValue: " + _sbyteValue);