1 write to _timeSpanValue
UnitTests.Common (1)
TestTypes.cs (1)
554set { _timeSpanValue = value; }
4 references to _timeSpanValue
UnitTests.Common (4)
TestTypes.cs (4)
553get { return _timeSpanValue; } 600if (_timeSpanValue != other._timeSpanValue) { return false; } 627sb.AppendLine("TimeSpanValue: " + _timeSpanValue);