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