1 write to _dateTimeValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
405
set {
_dateTimeValue
= value; }
4 references to _dateTimeValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
404
get { return
_dateTimeValue
; }
527
if (
_dateTimeValue
!= other.
_dateTimeValue
) { return false; }
568
sb.AppendLine("DateTimeValue: " +
_dateTimeValue
);