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