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