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