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