1 write to _shortValue
UnitTests.Common (1)
TestTypes.cs (1)
463
set {
_shortValue
= value; }
4 references to _shortValue
UnitTests.Common (4)
TestTypes.cs (4)
462
get { return
_shortValue
; }
574
if (
_shortValue
!= other.
_shortValue
) { return false; }
614
sb.AppendLine("ShortValue: " +
_shortValue
);