1 write to _timeSpanValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
504
set {
_timeSpanValue
= value; }
4 references to _timeSpanValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
503
get { return
_timeSpanValue
; }
550
if (
_timeSpanValue
!= other.
_timeSpanValue
) { return false; }
577
sb.AppendLine("TimeSpanValue: " +
_timeSpanValue
);