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