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