1 write to _shortValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
419
set {
_shortValue
= value; }
4 references to _shortValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
418
get { return
_shortValue
; }
530
if (
_shortValue
!= other.
_shortValue
) { return false; }
570
sb.AppendLine("ShortValue: " +
_shortValue
);